Home
last modified time | relevance | path

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

/system/apex/tests/util/com/android/tests/util/
DModuleTestUtils.java96 File testFile = null; in getTestFile() local
100 testFile = searchTestFile(new File(testcasesPath), testFileName); in getTestFile()
102 if (testFile != null) { in getTestFile()
103 return testFile; in getTestFile()
108 testFile = searchTestFile(hostLinkedDir, testFileName); in getTestFile()
110 if (testFile != null) { in getTestFile()
111 return testFile; in getTestFile()
139 File testFile = FileUtil.findFile(baseSearchFile, testFileName); in searchTestFile() local
140 if (testFile != null && testFile.isFile()) { in searchTestFile()
141 return testFile; in searchTestFile()