HomeSort by relevance Sort by last modified time
    Searched refs:config_file_path (Results 1 - 11 of 11) sorted by null

  /external/google-breakpad/src/common/mac/
launch_reporter.h 37 // |config_file_path| is the path to the config file.
39 const char *config_file_path);
launch_reporter.cc 37 const char *config_file_path) {
38 const char* argv[] = { reporter_executable_path, config_file_path, NULL };
57 unlink(config_file_path); // launch failed - get rid of config file
  /external/tensorflow/tensorflow/python/debug/cli/
cli_config_test.py 44 config = cli_config.CLIConfig(config_file_path=self._tmp_config_path)
52 config = cli_config.CLIConfig(config_file_path=self._tmp_config_path)
60 config = cli_config.CLIConfig(config_file_path=self._tmp_config_path)
64 config = cli_config.CLIConfig(config_file_path=self._tmp_config_path)
71 config = cli_config.CLIConfig(config_file_path=self._tmp_config_path)
78 config = cli_config.CLIConfig(config_file_path=self._tmp_config_path)
83 config = cli_config.CLIConfig(config_file_path=self._tmp_config_path)
86 config2 = cli_config.CLIConfig(config_file_path=self._tmp_config_path)
91 config = cli_config.CLIConfig(config_file_path=self._tmp_config_path)
100 config = cli_config.CLIConfig(config_file_path=self._tmp_config_path
    [all...]
cli_config.py 40 def __init__(self, config_file_path=None):
41 self._config_file_path = (config_file_path or
readline_ui_test.py 38 config=cli_config.CLIConfig(config_file_path=tempfile.mktemp()))
analyzer_cli_test.py 52 config_file_path=os.path.join(tempfile.mkdtemp(), ".tfdbg_config"))
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.2/
supplicant.cpp 88 * Ensure that the specified config file pointed by |config_file_path| exists.
89 * a) If the |config_file_path| exists with the correct permissions, return.
90 * b) If the |config_file_path| does not exist, but |old_config_file_path|
92 * |config_file_path|.
93 * c) If the |config_file_path| & |old_config_file_path|
97 const std::string& config_file_path,
100 int ret = access(config_file_path.c_str(), R_OK | W_OK);
105 ret = chmod(config_file_path.c_str(), kConfigFileMode);
111 config_file_path.c_str(), strerror(errno));
117 config_file_path.c_str(), strerror(errno))
    [all...]
  /development/vndk/tools/header-checker/src/diff/
header_abi_diff.cpp 150 llvm::SmallString<128> config_file_path(dump_file_path);
151 llvm::sys::path::remove_filename(config_file_path);
152 llvm::sys::path::append(config_file_path, "config.ini");
153 return config_file_path.str();
156 static void ReadConfigFile(const std::string &config_file_path) {
157 ConfigFile cfg = ConfigParser::ParseFile(config_file_path);
  /build/make/tools/releasetools/
merge_target_files.py 198 def read_config_list(config_file_path):
204 config_file_path: The path to the config file to open and read.
206 with open(config_file_path) as config_file:
  /external/selinux/policycoreutils/newrole/
newrole.c 258 const char *config_file_path = PAM_SERVICE_CONFIG; local
296 config_file_path, lineno);
308 const char *config_file_path = PAM_SERVICE_CONFIG; local
310 cfg = fopen(config_file_path, "r");
    [all...]
  /device/google/cuttlefish_common/host/libs/config/
cuttlefish_config.cpp 847 auto config_file_path = cvd::StringFromEnv(kCuttlefishConfigEnvVarName, local
851 auto loaded = ret->LoadFromFile(config_file_path.c_str());

Completed in 936 milliseconds