Lines Matching refs:full_path

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