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 + "'");
505 String absPath = PROJECT_FOLDER_OUT + "/" + path;
506 new File(absPath).mkdirs();
507 return new File(absPath + "/Main_" + methodName + ".java");
  /cts/tools/vm-tests/src/util/build/
BuildDalvikSuite.java 224 String absPath = toWrite.getAbsolutePath();
226 javacHostJunitBuildStep.addSourceFile(absPath);
680 String absPath = JAVASRC_FOLDER + "/" + path + "/" + classOnlyName
682 File f = new File(absPath);
700 + "' in file '" + absPath + "'");
841 String absPath = MAIN_SRC_OUTPUT_FOLDER + "/" + path;
842 File dirPath = new File(absPath);
845 throw new IOException("failed to create directory: " + absPath);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
ProjectState.java 445 File absPath = library.getCanonicalFile();
446 if (absPath.equals(libraryFile)) {

Completed in 104 milliseconds