Home
last modified time | relevance | path

Searched refs:test_path (Results 1 – 7 of 7) sorted by relevance

/aosp12/art/libnativebridge/tests/
H A Druntests.sh42 for test_path in $build_dir/*/* ; do
43 test_rel_path=${test_path#${build_dir}/}
63 for test_path in $build_dir/*/* ; do
64 test_rel_path=${test_path#${build_dir}/}
/aosp12/art/compiler/utils/
H A Dassembler_test_base.h78 auto test_path = [&](const char* ext) { return scratch_dir_->GetPath() + test_name + ext; }; in Driver()
81 std::string ref_asm_file = test_path(".ref.S"); in Driver()
85 std::string ref_obj_file = test_path(".ref.o"); in Driver()
102 std::string art_obj_file = test_path(".art.o"); in Driver()
112 art_disassembly = Replace(art_disassembly, art_obj_file, test_path("<extension-redacted>")); in Driver()
115 ref_disassembly = Replace(ref_disassembly, ref_obj_file, test_path("<extension-redacted>")); in Driver()
/aosp12/system/bt/test/
H A Drun_host_unit_tests.py126 test_path = os.path.join(os.path.join(test_root, test_name), test_name)
127 if not os.path.isfile(test_path):
128 print 'Cannot find: ' + test_path
130 cmd = [test_path]
/aosp12/system/core/init/
H A Dfirmware_handler_test.cpp34 auto test_path = GetExecutablePath() + " firmware " + test_name; in FirmwareTestWithExternalHandler() local
36 "/devices/led/firmware/test_firmware001.bin", getuid(), test_path); in FirmwareTestWithExternalHandler()
/aosp12/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/
H A DPropertyNodeTest.cc110 std::string test_path = "TEST_PATH"; in TEST() local
111 PropertyNode t(test_name, test_path, {}, 0, false); in TEST()
113 EXPECT_EQ(test_path, t.GetPath()); in TEST()
H A DFileNodeTest.cc101 std::string test_path = "TEST_PATH"; in TEST() local
102 FileNode t(test_name, test_path, {}, 0, false, true); in TEST()
104 EXPECT_EQ(test_path, t.GetPath()); in TEST()
/aosp12/art/build/apex/
H A Dart_apex_test.py270 test_path = '%s/%s' % (dir, filename)
271 self._expected_file_globs.add(test_path)
272 if not self._provider.get(test_path).is_exec:
273 self.fail('%s is not executable', test_path)