Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/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/test/connectivity/acts/framework/acts/
Dutils.py220 for dirPath, subdirList, fileList in os.walk(p):
224 file_list.append((dirPath, name, ext))