Searched refs:test_path (Results 1 – 7 of 7) sorted by relevance
/aosp12/art/libnativebridge/tests/ |
H A D | runtests.sh | 42 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 D | assembler_test_base.h | 78 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 D | run_host_unit_tests.py | 126 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 D | firmware_handler_test.cpp | 34 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 D | PropertyNodeTest.cc | 110 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 D | FileNodeTest.cc | 101 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 D | art_apex_test.py | 270 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)
|