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

  /external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/dependency/
PropertiesDependencyResolver.java 35 File pathFile = new File(path);
36 if (!pathFile.isAbsolute()) {
37 pathFile = new File(baseDir.getPath(), path);
40 return pathFile.toURI().toURL();
  /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/packages/SystemUI/src/com/android/systemui/util/leak/
DumpTruck.java 114 final File pathFile = new File(zipfile);
115 hprofUri = FileProvider.getUriForFile(context, FILEPROVIDER_AUTHORITY, pathFile);
  /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();
  /prebuilts/misc/common/robolectric/3.6.1/lib/
robolectric-3.6.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
robolectric-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
robolectric-3.5.1.jar 
  /external/annotation-tools/annotation-file-utilities/lib/
plume-core.jar 
  /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 256 milliseconds