Searched defs:config_file_path (Results 1 - 2 of 2) sorted by relevance

/external/google-breakpad/src/common/mac/
H A Dlaunch_reporter.cc37 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
36 LaunchReporter(const char *reporter_executable_path, const char *config_file_path) argument
/external/selinux/policycoreutils/newrole/
H A Dnewrole.c262 const char *config_file_path = PAM_SERVICE_CONFIG; local
300 config_file_path, lineno);
312 const char *config_file_path = PAM_SERVICE_CONFIG; local
314 cfg = fopen(config_file_path, "r");

Completed in 183 milliseconds