HomeSort by relevance Sort by last modified time
    Searched defs:getCanonicalPath (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /frameworks/base/services/tests/servicestests/src/com/android/server/
EntropyMixerTest.java 37 new EntropyMixer(getContext(), "/dev/null", file.getCanonicalPath(), "/dev/null");
  /libcore/metrictests/memory/apps/src/libcore/heapdumper/
HeapDumpInstrumentation.java 39 Debug.dumpHprofData(dumpFile.getCanonicalPath());
40 Log.i(TAG, "Wrote to heap dump to " + dumpFile.getCanonicalPath());
  /frameworks/base/services/core/java/com/android/server/updates/
CertificateTransparencyLogInstallReceiver.java 60 throw new IOException("Unable to make directory " + updateDir.getCanonicalPath());
64 updateDir.getCanonicalPath());
74 if (newVersion.getCanonicalPath().equals(currentSymlink.getCanonicalPath())) {
86 throw new IOException("Unable to make directory " + newVersion.getCanonicalPath());
89 throw new IOException("Failed to set " +newVersion.getCanonicalPath() +
109 Os.symlink(newVersion.getCanonicalPath(), tempSymlink.getCanonicalPath());
138 throw new IOException("Failed to set permissions on " + file.getCanonicalPath());
  /development/tools/idegen/src/com/android/idegen/
ModuleCache.java 83 modulesByPath.put(moduleDir.getCanonicalPath(), module);
87 return modulesByPath.get(moduleDir.getCanonicalPath());
IntellijProject.java 122 sb.append(" <module fileurl=\"file://").append(iml.getCanonicalPath()).append(
123 "\" filepath=\"").append(iml.getCanonicalPath()).append("\" />\n");
128 logger.info("Creating " + out.getCanonicalPath());
143 gitRoots.add(dir.getCanonicalPath());
181 logger.info("copying " + file.getCanonicalPath() + " to " +
182 toFile.getCanonicalPath());
  /external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/io/
UnixFileTest.java 385 assertEquals(tmpFolder2.getCanonicalPath(), file.getCanonicalPath());
388 assertEquals(tmpFolder2.getCanonicalPath(), file.getCanonicalPath());
391 assertEquals(tmpFolder3.getCanonicalPath(), file.getCanonicalPath());
394 assertEquals(tmpFolder4.getCanonicalPath(), file.getCanonicalPath());
397 assertEquals(tmpFolder3.getCanonicalPath(), file.getCanonicalPath());
    [all...]
  /libcore/luni/src/test/java/libcore/java/io/
FileTest.java 89 assertTrue(target.getCanonicalPath().length() > 1024);
92 assertEquals(target.getCanonicalPath(), source.getCanonicalPath());
144 //assertEquals(cwd, f.getCanonicalPath());
165 * http://b/3047893 - getCanonicalPath wasn't actually resolving symbolic links.
177 assertEquals(target.getCanonicalPath(), linkName.getCanonicalPath());
184 assertEquals(target.getCanonicalPath(), linkName.getCanonicalPath());
191 assertEquals(longer.getCanonicalPath(), linkName.getCanonicalPath())
    [all...]
  /frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
SharedStorageAgent.java 48 externalFilesDirFilter.add(externalAndroidRoot.getCanonicalPath());
  /external/testng/src/main/java/org/testng/xml/
Parser.java 155 toBeParsed.add(mainFile.getCanonicalPath());
193 canonicalPath = new File(parentFile, path).getCanonicalPath();
195 canonicalPath = new File(path).getCanonicalPath();
  /external/testng/src/test/java/test/distributed/
DistributedTest.java 101 startSlave( slaveFile.getCanonicalPath());
104 startSlave( slaveFile.getCanonicalPath());
  /packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
TunerStorageCleanUpService.java 125 recordedProgramDirs.add(recordedProgramDir.getCanonicalPath());
153 if (!recordedProgramDirs.contains(recordingDir.getCanonicalPath())) {
  /cts/tests/tests/telephony/src/android/telephony/embms/cts/
MbmsDownloadSessionTest.java 91 assertEquals(tempFileRootDirectory.getCanonicalPath(),
  /external/nanohttpd/webserver/src/main/java/fi/iki/elonen/
SimpleWebServer.java 148 sb.append(dir.getCanonicalPath());
  /libcore/ojluni/src/main/java/java/io/
File.java 607 public String getCanonicalPath() throws IOException {
616 * <code>new&nbsp;File(this.{@link #getCanonicalPath})</code>.
636 String canonPath = getCanonicalPath();
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileUtils.java 645 if (srcFile.getCanonicalPath().equals(destFile.getCanonicalPath())) {
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java 458 info.nativeLibraryDir, nativeLibDir.getCanonicalPath());
486 nativeLibSymLink.getCanonicalPath());
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageParser.java     [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/sisu-equinox-launching/0.18.1/
sisu-equinox-launching-0.18.1.jar 
  /external/guice/extensions/persist/lib/
hsqldb.jar 
  /prebuilts/devtools/tools/lib/
uast-162.2228.14.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/162.2228.14/
uast-162.2228.14.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/com-intellij/uast/145.597.4/
uast-145.597.4.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 

Completed in 1285 milliseconds

1 2 3 4