Home
last modified time | relevance | path

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

/system/bt/test/
Drun_host_unit_tests.py125 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/
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()
/system/extras/libperfmgr/tests/
DPropertyNodeTest.cc107 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()
DFileNodeTest.cc98 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()