/external/google-breakpad/src/testing/gtest/xcode/Scripts/ |
H A D | 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/ |
H A D | 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/libvpx/libvpx/build/make/ |
H A D | iosbuild.sh | 88 local config_file="${HEADER_DIR}/vpx_config.h" 110 printf "%s" "${file_header}" > "${config_file}" 113 printf " ${preproc_symbol}\n" >> "${config_file}" 114 printf "#define VPX_FRAMEWORK_TARGET \"${target}\"\n" >> "${config_file}" 115 printf "#include \"VPX/vpx/${target}/vpx_config.h\"\n" >> "${config_file}" 116 printf "#elif defined" >> "${config_file}" 122 sed -i '' -e '$d' "${config_file}" 124 printf "#endif\n\n" >> "${config_file}" 125 printf "#endif // ${include_guard}" >> "${config_file}"
|
/external/lldb/tools/debugserver/scripts/ |
H A D | dbgnub-config.pl | 4 my $config_file = "$ENV{SCRIPT_OUTPUT_FILE_0}"; 24 open(CONFIG, "> $config_file") || die "Couldn't open '$config_file' for writing: $!\n"; 41 print CONFIG "// config_file: '$config_file'\n";
|
/external/vboot_reference/scripts/image_signing/ |
H A D | make_dev_ssd.sh | 76 local config_file 79 config_file="$mount_point/efi/boot/grub.cfg" 80 [ ! -f "$config_file" ] || 81 sudo sed -i 's/^ *set default=2 *$/set default=0/g' "$config_file" 82 config_file="$mount_point/syslinux/default.cfg" 83 [ ! -f "$config_file" ] || 84 sudo sed -i 's/-vusb/-usb/g; s/-vhd/-hd/g' "$config_file"
|
/external/vboot_reference/futility/ |
H A D | 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);
|
H A D | vb1_helper.h | 9 uint8_t *ReadConfigFile(const char *config_file, uint64_t *config_size);
|
H A D | vb1_helper.c | 61 uint8_t *ReadConfigFile(const char *config_file, uint64_t *config_size) argument 66 config_buf = ReadFile(config_file, config_size); 72 config_file, CROS_CONFIG_SIZE);
|
/external/jsoncpp/ |
H A D | doxybuild.py | 49 def run_doxygen(doxygen_path, config_file, working_dir, is_silent): 50 config_file = os.path.abspath( config_file ) 55 cmd = [doxygen_path, config_file]
|
/external/linux-tools-perf/src/tools/perf/util/ |
H A D | config.c | 22 static FILE *config_file; variable 35 if ((f = config_file) != NULL) { 369 config_file = f;
|
/external/ppp/pppd/plugins/radius/ |
H A D | 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)); 1260 if (config_file && *config_file) { 1261 strlcpy(rstate.config_file, config_file, MAXPATHLEN-1); 1266 if (rc_read_config(rstate.config_file) ! [all...] |
/external/toybox/toys/pending/ |
H A D | syslogd.c | 59 char *config_file; 187 if (!(fp = fopen(TT.config_file, "r")) && (toys.optflags & FLAG_f)) 188 perror_exit("can't open '%s'", TT.config_file); 201 error_msg("error in '%s' at line %d", TT.config_file, lineno); 216 error_msg("error in '%s' at line %d", TT.config_file, lineno); 417 TT.config_file = (toys.optflags & FLAG_f) ? 418 TT.config_file : "/etc/syslog.conf"; //DEFCONFFILE
|
H A D | dhcpd.c | 559 static int parse_server_config(char *config_file, struct config_keyword *confkey) argument 568 if (!(fs = fopen(config_file, "r"))) perror_msg("%s", config_file);
|
/external/sonivox/jet_tools/JetCreator/ |
H A D | JetFile.py | 250 def __init__ (self, config_file, options):
251 self.config_file = config_file
253 if self.config_file == "":
255 if not FileExists(self.config_file):
256 self.InitializeConfig(self.config_file)
258 config.read(self.config_file)
279 config.filename = FileJustRoot(self.config_file) + ".JET"
736 self.config_file = configFile
|
H A D | JetUtils.py | 756 tmpConfigFile = dirname + FileJustName(org_jet_file.config_file)
764 jet_file.config_file = tmpConfigFile
776 FileKillClean(jet_file.config_file)
|
/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | nmake.mak | 137 $(OBJDIR)\config_file.obj $(OBJDIR)\base64.obj 141 $(OBJDIR)\config_file.obj $(OBJDIR)\base64.obj 144 $(OBJDIR)\config_file.obj \
|
/external/selinux/libsemanage/src/ |
H A D | conf-parse.y | 72 config_file: config_line config_file label
|
/external/wpa_supplicant_8/hostapd/src/ap/ |
H A D | hostapd.h | 422 const char *config_file);
|
H A D | hostapd.c | 1667 * @config_file: Path to the configuration file 1675 const char *config_file) 1686 hapd_iface->config_fname = os_strdup(config_file); 1714 config_file); 1674 hostapd_init(struct hapd_interfaces *interfaces, const char *config_file) argument
|
/external/wpa_supplicant_8/src/ap/ |
H A D | hostapd.h | 422 const char *config_file);
|
H A D | hostapd.c | 1667 * @config_file: Path to the configuration file 1675 const char *config_file) 1686 hapd_iface->config_fname = os_strdup(config_file); 1714 config_file); 1674 hostapd_init(struct hapd_interfaces *interfaces, const char *config_file) argument
|
/external/wpa_supplicant_8/wpa_supplicant/src/ap/ |
H A D | hostapd.h | 422 const char *config_file);
|
H A D | hostapd.c | 1667 * @config_file: Path to the configuration file 1675 const char *config_file) 1686 hapd_iface->config_fname = os_strdup(config_file); 1714 config_file); 1674 hostapd_init(struct hapd_interfaces *interfaces, const char *config_file) argument
|
/external/toybox/generated/ |
H A D | globals.h | 707 char *config_file; member in struct:syslogd_data
|
/external/wpa_supplicant_8/hostapd/ |
H A D | Android.mk | 77 OBJS += config_file.c
|