Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DGeeTest.java157 String fullPath = NATIVE_TESTS_DIRECTORY + ANDROID_PATH_SEPARATOR + mExeName; in runTest() local
159 CLog.v("Running gtest %s %s on %s", fullPath, flags, mDevice.getSerialNumber()); in runTest()
161 CLog.v("%s", mDevice.executeShellCommand(String.format("chmod 755 %s", fullPath))); in runTest()
164 mDevice.executeShellCommand(String.format("%s %s", fullPath, flags), resultParser, in runTest()
DTestPackageRepo.java79 String fullPath = pkgXml.getAbsolutePath(); in getPreparerDefForPackage() local
80 int lastDot = fullPath.lastIndexOf('.'); in getPreparerDefForPackage()
85 File preparer = new File(fullPath.substring(0, lastDot) + ".config"); in getPreparerDefForPackage()
/cts/tools/vm-tests-tf/lib/
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...