HomeSort by relevance Sort by last modified time
    Searched defs:config_file (Results 1 - 16 of 16) sorted by null

  /external/google-breakpad/src/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/googletest/googletest/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 64 config_file = open("%s/configure.ac" % input_dir, 'r') variable
66 opening_string = config_file.read(buffer_size)
67 config_file.close()
  /external/v8/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/vulkan-validation-layers/tests/gtest-1.7.0/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()
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/
bldX64.bat 35 @set config_file=.\Vlv2TbltDevicePkg\PlatformPkgConfig.dsc variable
bld_vlv.bat 47 set config_file=.\%PLATFORM_PACKAGE%\PlatformPkgConfig.dsc variable
  /external/selinux/libsemanage/src/
conf-parse.y 72 config_file: config_line config_file label
  /hardware/intel/common/wrs_omxil_core/core/src/
wrs_omxcore.cpp 45 FILE *config_file; local
52 config_file = fopen(config_file_path, "r");
53 if (!config_file) {
56 config_file = fopen(config_file_path, "r");
57 if (!config_file) {
63 while (fscanf(config_file, "%s", library_name) > 0) {
105 fclose(config_file);
  /external/autotest/client/common_lib/
global_config.py 84 config_file = DEFAULT_CONFIG_FILE variable in class:global_config_class
119 def set_config_files(self, config_file=DEFAULT_CONFIG_FILE,
122 self.config_file = config_file
296 if self.config_file and os.path.exists(self.config_file):
297 self.config.read(self.config_file)
299 raise ConfigError('%s not found' % (self.config_file))
  /external/syslinux/com32/chain/
mangle.c 156 char config_file[89]; member in struct:grub_stage2_patch_area
214 if (strlen(opt.grubcfg) >= sizeof stage2->config_file) {
219 strcpy((char *)stage2->config_file, opt.grubcfg);
  /external/syslinux/com32/lua/src/
syslinux.c 382 const char *config_file = syslinux_config_file(); local
383 lua_pushstring(L, config_file);
473 {"config_file", sl_config_file},
  /external/syslinux/core/fs/pxe/
pxe.c 435 char *config_file; local
449 config_file = stpcpy(ConfigName, cfgprefix);
453 strcpy(config_file, sysappend_strings[SYSAPPEND_SYSUUID]+8);
459 strcpy(config_file, sysappend_strings[SYSAPPEND_BOOTIF]+7);
464 sprintf(config_file, "%08X", ntohl(IPInfo.myip));
465 last = &config_file[8];
475 strcpy(config_file, default_str);
  /external/vboot_reference/futility/
cmd_vbutil_kernel.c 228 char *config_file = NULL; local
348 config_file = optarg;
406 if (!config_file)
409 Debug("Reading %s\n", config_file);
411 ReadConfigFile(config_file, &t_config_size);
498 if (config_file) {
499 Debug("Reading %s\n", config_file);
501 ReadConfigFile(config_file, &t_config_size);
  /external/ppp/pppd/plugins/radius/
radius.c 53 static char *config_file = NULL; variable
62 { "radius-config-file", o_string, &config_file },
118 char config_file[MAXPATHLEN]; member in struct:radius_state
167 strlcpy(rstate.config_file, "/etc/radiusclient/radiusclient.conf",
168 sizeof(rstate.config_file));
    [all...]
  /external/toybox/generated/
globals.h 808 char *config_file; member in struct:syslogd_data

Completed in 1241 milliseconds