Searched defs:config_file (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/testing/gtest/xcode/Scripts/
H A Dversiongenerate.py64 config_file = open("%s/configure.ac" % input_dir, 'r') variable
66 opening_string = config_file.read(buffer_size)
67 config_file.close()
/external/protobuf/gtest/xcode/Scripts/
H A Dversiongenerate.py35 config_file = open("%s/configure.ac" % input_dir, 'r') variable
37 opening_string = config_file.read(buffer_size)
38 config_file.close()
/external/chromium_org/base/third_party/xdg_user_dirs/
H A Dxdg_user_dir_lookup.cc52 char *home_dir, *config_home, *config_file; local
67 config_file = (char*) malloc (strlen (home_dir) + strlen ("/.config/user-dirs.dirs") + 1);
68 if (config_file == NULL)
71 strcpy (config_file, home_dir);
72 strcat (config_file, "/.config/user-dirs.dirs");
76 config_file = (char*) malloc (strlen (config_home) + strlen ("/user-dirs.dirs") + 1);
77 if (config_file == NULL)
80 strcpy (config_file, config_home);
81 strcat (config_file, "/user-dirs.dirs");
84 file = fopen (config_file, "
[all...]
/external/chromium_org/chrome/browser/policy/test/
H A Dlocal_policy_test_server.cc67 LocalPolicyTestServer::LocalPolicyTestServer(const base::FilePath& config_file) argument
71 config_file_(config_file) {}
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dconfig.c22 static FILE *config_file; variable
35 if ((f = config_file) != NULL) {
369 config_file = f;
/external/ppp/pppd/plugins/radius/
H A Dradius.c51 static char *config_file = NULL; variable
60 { "radius-config-file", o_string, &config_file },
116 char config_file[MAXPATHLEN]; member in struct:radius_state
165 strlcpy(rstate.config_file, "/etc/radiusclient/radiusclient.conf",
166 sizeof(rstate.config_file));
1216 if (config_file && *config_file) {
1217 strlcpy(rstate.config_file, config_file, MAXPATHLEN-1);
1222 if (rc_read_config(rstate.config_file) !
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dhostapd.c1409 * @config_file: Path to the configuration file
1417 const char *config_file)
1428 hapd_iface->config_fname = os_strdup(config_file);
1456 config_file);
1416 hostapd_init(struct hapd_interfaces *interfaces, const char *config_file) argument
/external/wpa_supplicant_8/src/ap/
H A Dhostapd.c1409 * @config_file: Path to the configuration file
1417 const char *config_file)
1428 hapd_iface->config_fname = os_strdup(config_file);
1456 config_file);
1416 hostapd_init(struct hapd_interfaces *interfaces, const char *config_file) argument
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dhostapd.c1409 * @config_file: Path to the configuration file
1417 const char *config_file)
1428 hapd_iface->config_fname = os_strdup(config_file);
1456 config_file);
1416 hostapd_init(struct hapd_interfaces *interfaces, const char *config_file) argument

Completed in 1098 milliseconds