Home
last modified time | relevance | path

Searched refs:dirPath (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DHostGTestTest.java180 String dirPath = mTestsDir.getAbsolutePath(); in testRunTest() local
181 File cmd1 = createTestScript(dirPath, "cmd1"); in testRunTest()
182 File cmd2 = createTestScript(dirPath, "cmd2"); in testRunTest()
183 File cmd3 = createTestScript(dirPath, "cmd3"); in testRunTest()
184 File cmd4 = createTestScript(dirPath, "cmd4"); in testRunTest()
186 mSetter.setOptionValue("before-test-cmd", dirPath + File.separator + "cmd1"); in testRunTest()
187 mSetter.setOptionValue("before-test-cmd", dirPath + File.separator + "cmd2"); in testRunTest()
188 mSetter.setOptionValue("after-test-cmd", dirPath + File.separator + "cmd3"); in testRunTest()
189 mSetter.setOptionValue("after-test-cmd", dirPath + File.separator + "cmd4"); in testRunTest()
/tools/tradefederation/contrib/src/com/android/uicd/tests/
DUiConductorTest.java393 Path dirPath = file.toPath().toAbsolutePath(); in getTestCases() local
394 try (Stream<Path> stream = Files.walk(dirPath)) { in getTestCases()
400 dirPath.getParent().relativize(filePath).toString(); in getTestCases()
/tools/test/connectivity/acts/framework/acts/
Dutils.py229 for dirPath, subdirList, fileList in os.walk(p):
233 file_list.append((dirPath, name, ext))