HomeSort by relevance Sort by last modified time
    Searched full:config_file (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/chromium/chrome/browser/policy/
config_dir_policy_provider.cc 67 for (FilePath config_file = file_enumerator.Next();
68 !config_file.empty();
69 config_file = file_enumerator.Next()) {
70 if (file_util::GetFileInfo(config_file, &file_info) &&
config_dir_policy_provider_unittest.cc 73 WriteConfigFile(test_dict, "config_file");
  /hardware/libhardware_legacy/wifi/
wifi.c 337 int update_ctrl_interface(const char *config_file) {
347 if (stat(config_file, &sb) != 0)
353 srcfd = TEMP_FAILURE_RETRY(open(config_file, O_RDONLY));
355 ALOGE("Cannot open \"%s\": %s", config_file, strerror(errno));
362 ALOGE("Cannot read \"%s\": %s", config_file, strerror(errno));
367 if (!strcmp(config_file, SUPP_CONFIG_FILE)) {
400 destfd = TEMP_FAILURE_RETRY(open(config_file, O_RDWR, 0660));
402 ALOGE("Cannot update \"%s\": %s", config_file, strerror(errno));
415 int ensure_config_file_exists(const char *config_file)
423 ret = access(config_file, R_OK|W_OK)
    [all...]
  /external/dnsmasq/contrib/webmin/
dnsmasq.wbm 1 dnsmasq/0000755000000000000000000000000010512645440011223 5ustar rootrootdnsmasq/config.info0000644000000000000000000000013210505663743013351 0ustar rootrootconfig_file=Full path to DNSmasq config file,0
3 dnsmasq/config0000644000000000000000000000006110505663767012426 0ustar rootrootconfig_file=/etc/dnsmasq.conf
84 $config_file = &read_file_lines( $config{config_file} );
92 &parse_config_file( \%config, \$config_file );
    [all...]
  /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()
  /external/grub/stage2/
stage1_5.c 39 if (grub_open (config_file))
  /external/ppp/pppd/plugins/radius/
options.h 39 {"config_file", OT_STR, ST_UNDEF, NULL},
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/
main.c 105 --config-file=FILE specify stage2 config_file [default=%s]\n\
143 if (config_file)
144 default_config_file = config_file;
175 strncpy (config_file, optarg, 127); /* FIXME: arbitrary */
176 config_file[127] = '\0';
  /external/libvpx/libvpx/build/make/
rtcd.sh 39 --config=*) config_file=${optval};;
56 [ -f "$config_file" ] && eval $(grep CONFIG_ "$config_file")
334 dspr2=$([ -f "$config_file" ] && eval echo $(grep HAVE_DSPR2 "$config_file"))
  /external/grub/docs/
grub.8 18 specify stage2 config_file [default=/boot/grub/menu.lst]
  /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/libvpx/libvpx/third_party/googletest/src/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()
  /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);
  /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/webkit/Tools/wx/build/
build_utils.py 170 config_file = os.path.join(wk_root, 'WebKitBuild', 'Configuration')
173 if os.path.exists(config_file):
174 config = open(config_file).read()
  /external/sonivox/jet_tools/JetCreator/
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
    [all...]
  /external/linux-tools-perf/util/
config.c 19 static FILE *config_file; variable
32 if ((f = config_file) != NULL) {
364 config_file = f;
  /external/wpa_supplicant_8/wpa_supplicant/
nmake.mak 137 $(OBJDIR)\config_file.obj $(OBJDIR)\base64.obj
141 $(OBJDIR)\config_file.obj $(OBJDIR)\base64.obj
144 $(OBJDIR)\config_file.obj \
  /external/wpa_supplicant_8/hostapd/
main.c 26 #include "config_file.h"
152 * @config_file: Path to the configuration file
159 static struct hostapd_iface * hostapd_init(const char *config_file)
170 hapd_iface->config_fname = os_strdup(config_file);
  /external/mdnsresponder/mDNSPosix/
PosixDaemon.c 60 #define CONFIG_FILE "/etc/mdnsd.conf"
102 ReadDDNSSettingsFromConfFile(m, CONFIG_FILE, &DynDNSHostname, &DynDNSZone, NULL);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/
eclipse 
  /external/openssl/apps/
srp.c 77 #define CONFIG_FILE "openssl.cnf"
447 len = strlen(s)+sizeof(CONFIG_FILE);
451 len = strlen(s)+sizeof(CONFIG_FILE)+1;
456 BUF_strlcat(tofree,CONFIG_FILE,len);
  /hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
OMX_TI_Debug.h 195 char *config_file = getenv("OMX_DBG_CONFIG"); \
196 FILE *config = (config_file && *config_file) ? fopen(config_file, "rt") : NULL; \
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LogManagerTest.java 65 static final String CONFIG_FILE = "java.util.logging.config.file";
770 String oldPropertyValue = System.getProperty(CONFIG_FILE);
771 System.setProperty(CONFIG_FILE, "not.exist.config.file");
780 systemProperties.setProperty(CONFIG_FILE, oldPropertyValue);
782 systemProperties.remove(CONFIG_FILE);
    [all...]

Completed in 436 milliseconds

1 2 3