HomeSort by relevance Sort by last modified time
    Searched refs:absPath (Results 1 - 3 of 3) sorted by null

  /cts/tools/dx-tests/src/util/
CollectAllTests.java 367 String absPath = JAVASRC_FOLDER + "/" + path + "/" + classOnlyName
369 File f = new File(absPath);
386 + "' in file '" + absPath + "'");
496 String absPath = PROJECT_FOLDER_OUT + "/" + path;
497 new File(absPath).mkdirs();
498 return new File(absPath + "/Main_" + methodName + ".java");
  /cts/tools/vm-tests/src/util/build/
BuildDalvikSuite.java 221 String absPath = toWrite.getAbsolutePath();
223 javacHostJunitBuildStep.addSourceFile(absPath);
678 String absPath = JAVASRC_FOLDER + "/" + path + "/" + classOnlyName
680 File f = new File(absPath);
699 + "' in file '" + absPath + "'");
831 String absPath = MAIN_SRC_OUTPUT_FOLDER + "/" + path;
832 File dirPath = new File(absPath);
835 throw new IOException("failed to create directory: " + absPath);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectState.java 411 File absPath = library.getCanonicalFile();
412 if (absPath.equals(libraryFile)) {

Completed in 220 milliseconds