OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_config_file
(Results
1 - 3
of
3
) sorted by null
/external/dbus/bus/
activation-helper.c
389
const char *
test_config_file
;
local
395
test_config_file
= NULL;
404
test_config_file
= _dbus_getenv ("TEST_LAUNCH_HELPER_CONFIG");
405
if (
test_config_file
== NULL)
426
if (!_dbus_string_append (&config_file,
test_config_file
))
/external/libcxx/test/libcxx/android/test/
config.py
35
test_config_file
= os.path.join(self.build_cmds_dir, 'testconfig.mk')
36
if 'HOST_NATIVE_TEST' in open(
test_config_file
).read():
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/android/test/
config.py
35
test_config_file
= os.path.join(self.build_cmds_dir, 'testconfig.mk')
36
if 'HOST_NATIVE_TEST' in open(
test_config_file
).read():
Completed in 68 milliseconds