Searched refs:dirPath (Results 1 – 3 of 3) sorted by relevance
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/ |
D | HostGTestTest.java | 180 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/ |
D | UiConductorTest.java | 393 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/ |
D | utils.py | 229 for dirPath, subdirList, fileList in os.walk(p): 233 file_list.append((dirPath, name, ext))
|