/external/chromium/testing/gtest/xcode/Scripts/ |
versiongenerate.py | 64 config_file = open("%s/configure.ac" % input_dir, 'r') variable 66 opening_string = config_file.read(buffer_size) 67 config_file.close()
|
/external/chromium_org/base/third_party/xdg_user_dirs/ |
xdg_user_dir_lookup.cc | 52 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, "r") [all...] |
/external/chromium_org/testing/gtest/xcode/Scripts/ |
versiongenerate.py | 64 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/ |
versiongenerate.py | 35 config_file = open("%s/configure.ac" % input_dir, 'r') variable 37 opening_string = config_file.read(buffer_size) 38 config_file.close()
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/ |
perf_config.c | 178 FILE *config_file = NULL; local 185 config_file = fopen(PERF_CONFIG_FILE, "rt"); 186 if (config_file) 189 while (fgets(line, PERF_CONFIG_LINELENGTH, config_file)) 216 fclose(config_file);
|
/external/linux-tools-perf/util/ |
config.c | 19 static FILE *config_file; variable 32 if ((f = config_file) != NULL) { 364 config_file = f;
|
/system/extras/tests/fstest/ |
perm_checker.c | 46 static char *config_file; variable 187 add_rule(-1, config_file, 415 config_file = (argc == 2) ? argv[1] : DEFAULT_CONFIG_FILE; 422 if (!(fp = fopen(config_file, "r"))) { 423 printf("Error opening %s\n", config_file);
|
/external/ppp/pppd/plugins/radius/ |
radius.c | 51 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)); [all...] |
/external/grub/grub/ |
asmstub.c | 74 char config_file[128] = "/boot/grub/menu.lst"; /* FIXME: arbitrary */ variable
|