Home
last modified time | relevance | path

Searched refs:config_file_path (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/python/debug/cli/
Dcli_config_test.py44 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 …]
Dcli_config.py40 def __init__(self, config_file_path=None): argument
41 self._config_file_path = (config_file_path or
Dreadline_ui_test.py38 config=cli_config.CLIConfig(config_file_path=tempfile.mktemp()))
Danalyzer_cli_test.py52 config_file_path=os.path.join(tempfile.mkdtemp(), ".tfdbg_config"))
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.2/
Dsupplicant.cpp97 const std::string& config_file_path, in ensureConfigFileExists() argument
100 int ret = access(config_file_path.c_str(), R_OK | W_OK); in ensureConfigFileExists()
105 ret = chmod(config_file_path.c_str(), kConfigFileMode); in ensureConfigFileExists()
111 config_file_path.c_str(), strerror(errno)); in ensureConfigFileExists()
117 config_file_path.c_str(), strerror(errno)); in ensureConfigFileExists()
120 ret = copyFileIfItExists(old_config_file_path, config_file_path); in ensureConfigFileExists()
124 old_config_file_path.c_str(), config_file_path.c_str()); in ensureConfigFileExists()
128 unlink(config_file_path.c_str()); in ensureConfigFileExists()
131 ret = copyFileIfItExists(kVendorTemplateConfPath, config_file_path); in ensureConfigFileExists()
135 kVendorTemplateConfPath, config_file_path.c_str()); in ensureConfigFileExists()
[all …]
/external/google-breakpad/src/common/mac/
Dlaunch_reporter.cc37 const char *config_file_path) { in LaunchReporter() argument
38 const char* argv[] = { reporter_executable_path, config_file_path, NULL }; in LaunchReporter()
57 unlink(config_file_path); // launch failed - get rid of config file in LaunchReporter()
Dlaunch_reporter.h39 const char *config_file_path);
/external/selinux/policycoreutils/newrole/
Dnewrole.c258 const char *config_file_path = PAM_SERVICE_CONFIG; in process_pam_config() local
296 config_file_path, lineno); in process_pam_config()
308 const char *config_file_path = PAM_SERVICE_CONFIG; in read_pam_config() local
310 cfg = fopen(config_file_path, "r"); in read_pam_config()