HomeSort by relevance Sort by last modified time
    Searched refs:planFile (Results 1 - 3 of 3) 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 266 File planFile = new File(planRepo.getPlanPath(planName));
267 if (!planFile.isFile() || !planFile.exists()) {
272 if (!planFile.canWrite()) {
277 if (!planFile.delete()) {
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/command/
CtsConsole.java 184 for (File planFile : ctsBuild.getTestPlansDir().listFiles(xmlFilter)) {
185 printLine(FileUtil.getBaseName(planFile.getName()));

Completed in 457 milliseconds