Searched refs:test_path (Results 1 – 4 of 4) sorted by relevance
/system/bt/test/ |
D | run_host_unit_tests.py | 125 test_path = os.path.join(os.path.join(test_root, test_name), test_name) 126 if not os.path.isfile(test_path): 127 print 'Cannot find: ' + test_path 129 cmd = [test_path]
|
/system/core/init/ |
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()
|
/system/extras/libperfmgr/tests/ |
D | PropertyNodeTest.cc | 107 std::string test_path = "TEST_PATH"; in TEST() local 108 PropertyNode t(test_name, test_path, {}, 0, false); in TEST() 110 EXPECT_EQ(test_path, t.GetPath()); in TEST()
|
D | FileNodeTest.cc | 98 std::string test_path = "TEST_PATH"; in TEST() local 99 FileNode t(test_name, test_path, {}, 0, false, true); in TEST() 101 EXPECT_EQ(test_path, t.GetPath()); in TEST()
|