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

  /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/bus/
test.c 297 DBusString config_file; local
301 if (!_dbus_string_init (&config_file))
308 &config_file, 0))
311 _dbus_string_free (&config_file);
317 if (!_dbus_concat_dir_and_file (&config_file, &relative))
320 _dbus_string_free (&config_file);
325 context = bus_context_new (&config_file, FALSE, -1, -1, &error);
335 _dbus_string_free (&config_file);
340 _dbus_string_free (&config_file);
main.c 110 check_two_config_files (const DBusString *config_file,
113 if (_dbus_string_get_length (config_file) > 0)
116 extra_arg, _dbus_string_get_const_data (config_file));
226 DBusString config_file; local
237 if (!_dbus_string_init (&config_file))
270 check_two_config_files (&config_file, "system");
272 if (!_dbus_string_append (&config_file, DBUS_SYSTEM_CONFIG_FILE))
277 check_two_config_files (&config_file, "session");
279 if (!_dbus_string_append (&config_file, DBUS_SESSION_CONFIG_FILE))
286 check_two_config_files (&config_file, "config-file")
    [all...]
bus.c 41 char *config_file; member in struct:BusContext
530 bus_context_new (const DBusString *config_file,
559 if (!_dbus_string_copy_data (config_file, &context->config_file))
579 parser = bus_config_load (config_file, TRUE, NULL, error);
810 DBusString config_file; local
817 _dbus_string_init_const (&config_file, context->config_file);
818 parser = bus_config_load (&config_file, TRUE, NULL, error);
948 dbus_free (context->config_file);
    [all...]
  /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/dbus/tools/
dbus-launch.c 621 char *config_file; local
624 config_file = NULL;
687 if (config_file != NULL)
696 config_file = xstrdup (file);
701 if (config_file != NULL)
707 config_file = xstrdup (arg);
899 config_file ? "--config-file" : "--session",
900 config_file, /* has to be last in this varargs list */
914 config_file ? "--config-file" : "--session",
915 config_file, /* has to be last in this varargs list *
    [all...]
  /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/grub/grub/
asmstub.c 74 char config_file[128] = "/boot/grub/menu.lst"; /* FIXME: arbitrary */ variable
  /external/bluetooth/glib/glib/
gutils.c 2350 gchar *config_file; local
    [all...]

Completed in 656 milliseconds