Home
last modified time | relevance | path

Searched refs:config_file_path (Results 1 – 3 of 3) 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/selinux/policycoreutils/newrole/
Dnewrole.c262 const char *config_file_path = PAM_SERVICE_CONFIG; in process_pam_config() local
300 config_file_path, lineno); in process_pam_config()
312 const char *config_file_path = PAM_SERVICE_CONFIG; in read_pam_config() local
314 cfg = fopen(config_file_path, "r"); in read_pam_config()