Lines Matching refs:full_path
345 check_return_values (const DBusString *full_path) in check_return_values() argument
357 printf ("Testing values from: %s\n", _dbus_string_get_const_data (full_path)); in check_return_values()
359 parser = bus_config_load (full_path, TRUE, NULL, &error); in check_return_values()
420 do_load (const DBusString *full_path, in do_load() argument
429 parser = bus_config_load (full_path, TRUE, NULL, &error); in do_load()
473 const DBusString *full_path; member
482 return do_load (d->full_path, d->validity, TRUE); in check_loader_oom_func()
536 DBusString full_path; in process_test_valid_subdir() local
539 if (!_dbus_string_init (&full_path)) in process_test_valid_subdir()
542 if (!_dbus_string_copy (&test_directory, 0, &full_path, 0)) in process_test_valid_subdir()
545 if (!_dbus_concat_dir_and_file (&full_path, &filename)) in process_test_valid_subdir()
548 if (!_dbus_string_ends_with_c_str (&full_path, ".conf")) in process_test_valid_subdir()
552 _dbus_string_free (&full_path); in process_test_valid_subdir()
563 d.full_path = &full_path; in process_test_valid_subdir()
574 _dbus_string_free (&full_path); in process_test_valid_subdir()
603 DBusString *full_path) in make_full_path() argument
610 if (!_dbus_string_init (full_path)) in make_full_path()
616 if (!_dbus_string_copy (test_data_dir, 0, full_path, 0)) in make_full_path()
623 if (!_dbus_concat_dir_and_file (full_path, &filename)) in make_full_path()
631 if (!_dbus_concat_dir_and_file (full_path, &filename)) in make_full_path()
646 check_file_valid (DBusString *full_path, in check_file_valid() argument
659 printf (" %s\n", _dbus_string_get_const_data (full_path)); in check_file_valid()
662 retval = do_load (full_path, validity, TRUE); in check_file_valid()
670 DBusString full_path; in bus_config_parser_trivial_test() local
690 if (!make_full_path (test_data_dir, "invalid-config-files", "not-well-formed.conf", &full_path)) in bus_config_parser_trivial_test()
692 if (!check_file_valid (&full_path, INVALID)) in bus_config_parser_trivial_test()
694 _dbus_string_free (&full_path); in bus_config_parser_trivial_test()
697 if (!make_full_path (test_data_dir, "valid-config-files", "system.conf", &full_path)) in bus_config_parser_trivial_test()
699 if (!check_file_valid (&full_path, VALID)) in bus_config_parser_trivial_test()
702 if (!check_return_values (&full_path)) in bus_config_parser_trivial_test()
709 _dbus_string_free (&full_path); in bus_config_parser_trivial_test()