Home
last modified time | relevance | path

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

/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/chromium-trace/catapult/telemetry/telemetry/internal/platform/tracing_agent/
Dchrome_tracing_agent_unittest.py331 config_file_path = agent.trace_config_file
333 self.assertFalse(platform_backend.device.PathExists(config_file_path))
337 self.assertFalse(platform_backend.device.PathExists(config_file_path))
355 config_file_path = agent.trace_config_file
357 self.assertFalse(cri.FileExistsOnDevice(config_file_path))
361 self.assertFalse(cri.FileExistsOnDevice(config_file_path))
380 config_file_path = agent.trace_config_file
382 self.assertFalse(os.path.exists(config_file_path))
386 self.assertFalse(os.path.exists(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()