Searched defs:config_file (Results 1 - 23 of 23) sorted by relevance

/external/dbus/bus/
H A Dtest-launch-helper.c102 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);
H A Dactivation-helper.c386 DBusString config_file; local
414 if (!_dbus_string_init (&config_file))
420 if (!_dbus_string_append (&config_file, DBUS_SYSTEM_CONFIG_FILE))
426 if (!_dbus_string_append (&config_file, test_config_file))
435 _dbus_string_get_const_data (&config_file));
438 *parser = bus_config_load (&config_file, TRUE, NULL, error);
448 _dbus_string_free (&config_file);
H A Dtest.c267 DBusString config_file; local
271 if (!_dbus_string_init (&config_file))
278 &config_file, 0))
281 _dbus_string_free (&config_file);
287 if (!_dbus_concat_dir_and_file (&config_file, &relative))
290 _dbus_string_free (&config_file);
295 context = bus_context_new (&config_file, BUS_CONTEXT_FLAG_NONE, NULL, NULL, NULL, &error);
305 _dbus_string_free (&config_file);
310 _dbus_string_free (&config_file);
H A Dmain.c169 check_two_config_files (const DBusString *config_file, argument
172 if (_dbus_string_get_length (config_file) > 0)
175 extra_arg, _dbus_string_get_const_data (config_file));
348 DBusString config_file; local
360 if (!_dbus_string_init (&config_file))
417 check_two_config_files (&config_file, "system");
419 if (!_dbus_append_system_config_file (&config_file))
424 check_two_config_files (&config_file, "session");
426 if (!_dbus_append_session_config_file (&config_file))
433 check_two_config_files (&config_file, "confi
[all...]
H A Dbus.c51 char *config_file; member in struct:BusContext
706 bus_context_new (const DBusString *config_file, argument
740 if (!_dbus_string_copy_data (config_file, &context->config_file))
760 parser = bus_config_load (config_file, TRUE, NULL, error);
977 DBusString config_file; local
984 _dbus_string_init_const (&config_file, context->config_file);
985 parser = bus_config_load (&config_file, TRUE, NULL, error);
1118 dbus_free (context->config_file);
[all...]
/external/google-breakpad/src/testing/gtest/xcode/Scripts/
H A Dversiongenerate.py64 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 Dversiongenerate.py64 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/
H A Dversiongenerate.py64 config_file = open("%s/configure.ac" % input_dir, 'r') variable
66 opening_string = config_file.read(buffer_size)
67 config_file.close()
/external/selinux/libsemanage/src/
H A Dconf-parse.y72 config_file: config_line config_file label
/external/dbus-binding-generator/chromeos-dbus-bindings/
H A Dgenerate_chromeos_dbus_bindings.cc147 std::string config_file = cl->GetSwitchValueASCII(switches::kServiceConfig); local
148 if (!config_file.empty() &&
149 !LoadConfig(SanitizeFilePath(config_file), &config)) {
150 LOG(ERROR) << "Failed to load DBus service config file " << config_file;
/external/autotest/client/common_lib/
H A Dglobal_config.py82 config_file = DEFAULT_CONFIG_FILE variable in class:global_config_class
93 def set_config_files(self, config_file=DEFAULT_CONFIG_FILE,
96 self.config_file = config_file
263 if self.config_file and os.path.exists(self.config_file):
264 self.config.read(self.config_file)
266 raise ConfigError('%s not found' % (self.config_file))
/external/dbus/test/
H A Ddbus-daemon.c174 const char *config_file; member in struct:__anon3688
189 if (config != NULL && config->config_file != NULL)
194 config->config_file);
201 g_getenv ("DBUS_TEST_DATA"), config->config_file);
/external/dbus/tools/
H A Ddbus-launch.c824 char *config_file; local
827 config_file = NULL;
892 if (config_file != NULL)
901 config_file = xstrdup (file);
906 if (config_file != NULL)
912 config_file = xstrdup (arg);
1111 config_file ? "--config-file" : "--session",
1112 config_file, /* has to be last in this varargs list */
1126 config_file ? "--config-file" : "--session",
1127 config_file, /* ha
[all...]
/external/ppp/pppd/plugins/radius/
H A Dradius.c53 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/vboot_reference/futility/
H A Dcmd_vbutil_kernel.c228 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 Dvb1_helper.c61 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/avahi/avahi-daemon/
H A Dmain.c109 char *config_file; member in struct:__anon552
500 avahi_free(c->config_file);
501 c->config_file = avahi_strdup(optarg);
615 if (!(f = avahi_ini_file_load(c->config_file ? c->config_file : AVAHI_CONFIG_FILE)))
1530 config.config_file = NULL;
1716 avahi_free(config.config_file);
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dhostapd.c1934 * @config_file: Path to the configuration file
1942 const char *config_file)
1953 hapd_iface->config_fname = os_strdup(config_file);
1981 config_file);
1941 hostapd_init(struct hapd_interfaces *interfaces, const char *config_file) argument
/external/wpa_supplicant_8/src/ap/
H A Dhostapd.c1934 * @config_file: Path to the configuration file
1942 const char *config_file)
1953 hapd_iface->config_fname = os_strdup(config_file);
1981 config_file);
1941 hostapd_init(struct hapd_interfaces *interfaces, const char *config_file) argument
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dhostapd.c1934 * @config_file: Path to the configuration file
1942 const char *config_file)
1953 hapd_iface->config_fname = os_strdup(config_file);
1981 config_file);
1941 hostapd_init(struct hapd_interfaces *interfaces, const char *config_file) argument
/external/dbus/dbus/
H A Ddbus-sysdeps-win.c3210 _dbus_get_config_file_name(DBusString *config_file, char *s) argument
3225 if (!_dbus_string_append (config_file, path))
3239 if (!_dbus_string_append (config_file, path))
3253 if (!_dbus_string_append (config_file, path))
/external/toybox/toys/pending/
H A Ddhcpd.c720 static int parse_server_config(char *config_file, struct config_keyword *confkey) argument
730 if (!(fs = fopen(config_file, "r"))) perror_msg("%s", config_file);
/external/toybox/generated/
H A Dglobals.h743 char *config_file; member in struct:syslogd_data

Completed in 1541 milliseconds