HomeSort by relevance Sort by last modified time
    Searched full:planfile (Results 1 - 2 of 2) sorted by null

  /cts/tools/host/src/com/android/cts/
TestPlan.java 68 File planFile = new File(planPath);
69 Document doc = builder.parse(planFile);
TestHost.java 265 File planFile = new File(planRepo.getPlanPath(planName));
266 if (!planFile.isFile() || !planFile.exists()) {
271 if (!planFile.canWrite()) {
276 if (!planFile.delete()) {

Completed in 95 milliseconds