Searched refs:test_base_dir (Results 1 - 5 of 5) sorted by relevance
/external/dbus/dbus/ |
H A D | dbus-auth-util.c | 42 process_test_subdir (const DBusString *test_base_dir, argument 59 if (!_dbus_string_copy (test_base_dir, 0, 61 _dbus_assert_not_reached ("couldn't copy test_base_dir to test_directory");
|
H A D | dbus-message-util.c | 559 process_test_subdir (const DBusString *test_base_dir, argument 579 if (!_dbus_string_copy (test_base_dir, 0, 581 _dbus_assert_not_reached ("couldn't copy test_base_dir to test_directory");
|
/external/autotest/client/bin/ |
H A D | setup_job.py | 111 for test_base_dir in ['tests', 'site_tests']: 112 testdir = os.path.join(os.environ['AUTODIR'], test_base_dir)
|
/external/dbus/bus/ |
H A D | config-parser-trivial.c | 486 process_test_valid_subdir (const DBusString *test_base_dir, argument 504 if (!_dbus_string_copy (test_base_dir, 0, 506 _dbus_assert_not_reached ("couldn't copy test_base_dir to test_directory");
|
H A D | config-parser.c | 2872 process_test_valid_subdir (const DBusString *test_base_dir, argument 2890 if (!_dbus_string_copy (test_base_dir, 0, 2892 _dbus_assert_not_reached ("couldn't copy test_base_dir to test_directory"); 3250 process_test_equiv_subdir (const DBusString *test_base_dir, argument 3268 if (!_dbus_string_copy (test_base_dir, 0, 3270 _dbus_assert_not_reached ("couldn't copy test_base_dir to test_directory");
|
Completed in 142 milliseconds