• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/

Lines Matching defs:full_path

2076                 DBusString       *full_path)
2080 return _dbus_string_copy (filename, 0, full_path, 0);
2084 if (!_dbus_string_copy (basedir, 0, full_path, 0))
2087 if (!_dbus_concat_dir_and_file (full_path, filename))
2228 DBusString full_path;
2230 if (!_dbus_string_init (&full_path))
2236 if (!_dbus_string_copy (dirname, 0, &full_path, 0))
2239 _dbus_string_free (&full_path);
2243 if (!_dbus_concat_dir_and_file (&full_path, &filename))
2246 _dbus_string_free (&full_path);
2250 if (_dbus_string_ends_with_c_str (&full_path, ".conf"))
2252 if (!include_file (parser, &full_path, TRUE, error))
2264 _dbus_string_get_const_data (&full_path));
2270 _dbus_string_free (&full_path);
2380 DBusString full_path, selinux_policy_root;
2388 if (!_dbus_string_init (&full_path))
2397 _dbus_string_free (&full_path);
2402 if (!make_full_path (&selinux_policy_root, content, &full_path))
2404 _dbus_string_free (&full_path);
2408 else if (!make_full_path (&parser->basedir, content, &full_path))
2410 _dbus_string_free (&full_path);
2414 if (!include_file (parser, &full_path,
2417 _dbus_string_free (&full_path);
2421 _dbus_string_free (&full_path);
2427 DBusString full_path;
2431 if (!_dbus_string_init (&full_path))
2434 if (!make_full_path (&parser->basedir, content, &full_path))
2436 _dbus_string_free (&full_path);
2440 if (!servicehelper_path (parser, &full_path, error))
2442 _dbus_string_free (&full_path);
2446 _dbus_string_free (&full_path);
2452 DBusString full_path;
2456 if (!_dbus_string_init (&full_path))
2459 if (!make_full_path (&parser->basedir, content, &full_path))
2461 _dbus_string_free (&full_path);
2465 if (!include_dir (parser, &full_path, error))
2467 _dbus_string_free (&full_path);
2471 _dbus_string_free (&full_path);
2542 DBusString full_path;
2546 if (!_dbus_string_init (&full_path))
2549 if (!make_full_path (&parser->basedir, content, &full_path))
2551 _dbus_string_free (&full_path);
2555 if (!_dbus_string_copy_data (&full_path, &s))
2557 _dbus_string_free (&full_path);
2564 _dbus_string_free (&full_path);
2569 _dbus_string_free (&full_path);
2799 do_load (const DBusString *full_path,
2809 parser = bus_config_load (full_path, TRUE, NULL, &error);
2858 const DBusString *full_path;
2868 return do_load (d->full_path, d->validity, TRUE, d->check_own_rules);
2922 DBusString full_path;
2925 if (!_dbus_string_init (&full_path))
2928 if (!_dbus_string_copy (&test_directory, 0, &full_path, 0))
2929 _dbus_assert_not_reached ("couldn't copy dir to full_path");
2931 if (!_dbus_concat_dir_and_file (&full_path, &filename))
2934 if (!_dbus_string_ends_with_c_str (&full_path, ".conf"))
2938 _dbus_string_free (&full_path);
2949 d.full_path = &full_path;
2951 d.check_own_rules = _dbus_string_ends_with_c_str (&full_path,
2962 _dbus_string_free (&full_path);
3189 DBusString full_path;
3191 if (!_dbus_string_init (&full_path))
3194 if (!_dbus_string_copy (target_directory, 0, &full_path, 0))
3195 _dbus_assert_not_reached ("couldn't copy dir to full_path");
3197 if (!_dbus_concat_dir_and_file (&full_path, &filename))
3200 if (!_dbus_string_ends_with_c_str (&full_path, ".conf"))
3204 _dbus_string_free (&full_path);
3210 parser = bus_config_load (&full_path, TRUE, NULL, &error);
3215 _dbus_string_get_const_data (&full_path),
3217 _dbus_string_free (&full_path);
3223 _dbus_string_free (&full_path);
3228 _dbus_string_free (&full_path);
3292 DBusString full_path;
3298 if (!_dbus_string_init (&full_path))
3301 if (!_dbus_string_copy (&test_directory, 0, &full_path, 0))
3302 _dbus_assert_not_reached ("couldn't copy dir to full_path");
3304 if (!_dbus_concat_dir_and_file (&full_path, &filename))
3307 equal = all_are_equiv (&full_path);
3308 _dbus_string_free (&full_path);