OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_base_dir
(Results
1 - 5
of
5
) sorted by null
/external/dbus/dbus/
dbus-auth-util.c
42
process_test_subdir (const DBusString *
test_base_dir
,
59
if (!_dbus_string_copy (
test_base_dir
, 0,
61
_dbus_assert_not_reached ("couldn't copy
test_base_dir
to test_directory");
dbus-message-util.c
559
process_test_subdir (const DBusString *
test_base_dir
,
579
if (!_dbus_string_copy (
test_base_dir
, 0,
581
_dbus_assert_not_reached ("couldn't copy
test_base_dir
to test_directory");
[
all
...]
/external/autotest/client/bin/
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/
config-parser-trivial.c
486
process_test_valid_subdir (const DBusString *
test_base_dir
,
504
if (!_dbus_string_copy (
test_base_dir
, 0,
506
_dbus_assert_not_reached ("couldn't copy
test_base_dir
to test_directory");
config-parser.c
[
all
...]
Completed in 546 milliseconds