Searched refs:config_file_path (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/python/debug/cli/ |
D | 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 …]
|
D | cli_config.py | 40 def __init__(self, config_file_path=None): argument 41 self._config_file_path = (config_file_path or
|
D | readline_ui_test.py | 38 config=cli_config.CLIConfig(config_file_path=tempfile.mktemp()))
|
D | analyzer_cli_test.py | 52 config_file_path=os.path.join(tempfile.mkdtemp(), ".tfdbg_config"))
|
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.2/ |
D | supplicant.cpp | 97 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/ |
D | launch_reporter.cc | 37 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()
|
D | launch_reporter.h | 39 const char *config_file_path);
|
/external/selinux/policycoreutils/newrole/ |
D | newrole.c | 258 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()
|