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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
RuleLoader.java 122 File pathFile = new File(pathElement);
123 if (!pathFile.isAbsolute()) {
124 pathFile = new File(project.getLocation().toFile(), pathElement);
128 if (pathFile.isFile() || pathFile.isDirectory()) {
131 url = pathFile.toURI().toURL();
134 mUserJarTimeStamps.add(Pair.of(pathFile, pathFile.lastModified()));
  /frameworks/base/services/core/java/com/android/server/pm/dex/
DexoptUtils.java 356 File pathFile = new File(splitCodePaths[i]);
357 splitRelativeCodePaths[i] = pathFile.getName();
359 String basePath = pathFile.getParent();
  /packages/apps/Launcher3/src/com/android/launcher3/testing/
MemoryDumpActivity.java 143 final File pathFile = new File(zipfile);
144 final Uri pathUri = Uri.fromFile(pathFile);
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-remote-driver/2.42.2/
selenium-remote-driver-2.42.2.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 

Completed in 3492 milliseconds