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

  /sdk/lint/cli/src/com/android/tools/lint/
Main.java 91 private static final String PROP_WORK_DIR = "com.android.tools.lint.workdir"; //$NON-NLS-1$
503 * @return A File matching filename, either absolute or relative to lint.workdir if defined.
509 File workDir = getLintWorkDir();
510 if (workDir != null) {
511 File file2 = new File(workDir, filename);
528 * a relative path turned into an absolute compared to lint.workdir actually exists.
531 * @return A File matching filename, either absolute or relative to lint.workdir if defined.
537 File workDir = getLintWorkDir();
538 if (workDir != null) {
539 File file2 = new File(workDir, filename)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar 
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 184 milliseconds