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 101 private static final String PROP_WORK_DIR = "com.android.tools.lint.workdir"; //$NON-NLS-1$
612 * @return A File matching filename, either absolute or relative to lint.workdir if defined.
618 File workDir = getLintWorkDir();
619 if (workDir != null) {
620 File file2 = new File(workDir, filename);
637 * a relative path turned into an absolute compared to lint.workdir actually exists.
640 * @return A File matching filename, either absolute or relative to lint.workdir if defined.
646 File workDir = getLintWorkDir();
647 if (workDir != null) {
648 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 69 milliseconds