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

1 2

  /external/dbus/bus/
test-launch-helper.c 102 DBusString config_file; local
117 if (!_dbus_string_init (&config_file))
119 if (!_dbus_string_append (&config_file, dir))
121 if (!_dbus_string_append (&config_file, "/valid-config-files-system/debug-allow-all-pass.conf"))
126 _dbus_string_get_const_data (&config_file));
128 _dbus_string_free (&config_file);
main.c 119 check_two_config_files (const DBusString *config_file,
122 if (_dbus_string_get_length (config_file) > 0)
125 extra_arg, _dbus_string_get_const_data (config_file));
265 DBusString config_file; local
279 if (!_dbus_string_init (&config_file))
319 check_two_config_files (&config_file, "system");
321 if (!_dbus_append_system_config_file (&config_file))
326 check_two_config_files (&config_file, "session");
328 if (!_dbus_append_session_config_file (&config_file))
335 check_two_config_files (&config_file, "config-file")
    [all...]
test.c 298 DBusString config_file; local
302 if (!_dbus_string_init (&config_file))
309 &config_file, 0))
312 _dbus_string_free (&config_file);
318 if (!_dbus_concat_dir_and_file (&config_file, &relative))
321 _dbus_string_free (&config_file);
326 context = bus_context_new (&config_file, FALSE, NULL, NULL, NULL, FALSE, &error);
336 _dbus_string_free (&config_file);
341 _dbus_string_free (&config_file);
activation-helper.c 404 DBusString config_file; local
429 if (!_dbus_string_init (&config_file))
435 if (!_dbus_string_append (&config_file, DBUS_SYSTEM_CONFIG_FILE))
441 if (!_dbus_string_append (&config_file, test_config_file))
450 _dbus_string_get_const_data (&config_file));
453 *parser = bus_config_load (&config_file, TRUE, NULL, error);
463 _dbus_string_free (&config_file);
bus.c 47 char *config_file; member in struct:BusContext
680 bus_context_new (const DBusString *config_file,
713 if (!_dbus_string_copy_data (config_file, &context->config_file))
733 parser = bus_config_load (config_file, TRUE, NULL, error);
948 DBusString config_file; local
955 _dbus_string_init_const (&config_file, context->config_file);
956 parser = bus_config_load (&config_file, TRUE, NULL, error);
1089 dbus_free (context->config_file);
    [all...]
bus.h 74 BusContext* bus_context_new (const DBusString *config_file,
  /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/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/libvpx/vp8/encoder/
parms.cpp 77 ifstream config_file(filename);
82 while(!config_file.eof() && config_file.is_open())
84 config_file >> variable;
85 config_file >> equal;
90 config_file >> value;
  /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) &&
  /external/grub/stage2/
stage1_5.c 39 if (grub_open (config_file))
stage2.c 595 char *new_file = config_file;
884 grub_strncat (default_file, config_file, DEFAULT_FILE_BUFLEN);
923 is_opened = grub_open (config_file);
  /hardware/libhardware_legacy/wifi/
wifi.c 336 int update_ctrl_interface(const char *config_file) {
345 if (stat(config_file, &sb) != 0)
351 srcfd = TEMP_FAILURE_RETRY(open(config_file, O_RDONLY));
353 ALOGE("Cannot open \"%s\": %s", config_file, strerror(errno));
360 ALOGE("Cannot read \"%s\": %s", config_file, strerror(errno));
365 if (!strcmp(config_file, SUPP_CONFIG_FILE)) {
395 destfd = TEMP_FAILURE_RETRY(open(config_file, O_RDWR, 0660));
397 ALOGE("Cannot update \"%s\": %s", config_file, strerror(errno));
409 int ensure_config_file_exists(const char *config_file)
417 ret = access(config_file, R_OK|W_OK)
    [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/dbus/dbus/
dbus-sysdeps-win.h 83 dbus_bool_t _dbus_get_config_file_name(DBusString *config_file,
  /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/dbus/tools/
dbus-launch.c 767 char *config_file; local
770 config_file = NULL;
835 if (config_file != NULL)
844 config_file = xstrdup (file);
849 if (config_file != NULL)
855 config_file = xstrdup (arg);
1049 config_file ? "--config-file" : "--session",
1050 config_file, /* has to be last in this varargs list */
1064 config_file ? "--config-file" : "--session",
1065 config_file, /* has to be last in this varargs list *
    [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/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()
  /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/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...]
  /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/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 25 #include "config_file.h"
151 * @config_file: Path to the configuration file
158 static struct hostapd_iface * hostapd_init(const char *config_file)
169 hapd_iface->config_fname = os_strdup(config_file);

Completed in 939 milliseconds

1 2