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

1 2 3 4 5

  /external/chromium_org/third_party/WebKit/Source/core/paint/
DetailsMarkerPainter.h 22 Path getCanonicalPath() const;
ListItemPainter.h 22 Path getCanonicalPath() const;
ListMarkerPainter.h 22 Path getCanonicalPath() const;
DetailsMarkerPainter.cpp 73 Path DetailsMarkerPainter::getCanonicalPath() const
87 Path result = getCanonicalPath();
  /frameworks/support/v4/java/android/support/v4/os/
EnvironmentCompat.java 62 final String canonicalPath = path.getCanonicalPath();
64 .getCanonicalPath();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
OpenRandomFileTest.java 44 String fileName = file.getCanonicalPath();
54 String fileName = file.getCanonicalPath();
  /frameworks/base/core/java/android/app/backup/
BackupAgent.java 283 String rootDir = new File(appInfo.dataDir).getCanonicalPath();
284 String filesDir = getFilesDir().getCanonicalPath();
285 String databaseDir = getDatabasePath("foo").getParentFile().getCanonicalPath();
286 String sharedPrefsDir = getSharedPrefsFile("foo").getParentFile().getCanonicalPath();
287 String cacheDir = getCacheDir().getCanonicalPath();
289 ? new File(appInfo.nativeLibraryDir).getCanonicalPath()
330 efLocation.getCanonicalPath(), null, data);
364 mainDir = new File(appInfo.dataDir).getCanonicalPath();
365 filesDir = getFilesDir().getCanonicalPath();
366 nbFilesDir = getNoBackupFilesDir().getCanonicalPath();
    [all...]
  /external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/io/
UnixFileTest.java 404 assertEquals(tmpFolder2.getCanonicalPath(), file.getCanonicalPath());
407 assertEquals(tmpFolder2.getCanonicalPath(), file.getCanonicalPath());
410 assertEquals(tmpFolder3.getCanonicalPath(), file.getCanonicalPath());
413 assertEquals(tmpFolder4.getCanonicalPath(), file.getCanonicalPath());
416 assertEquals(tmpFolder3.getCanonicalPath(), file.getCanonicalPath());
    [all...]
  /frameworks/base/core/java/android/content/res/
ObbScanner.java 52 final String canonicalFilePath = obbFile.getCanonicalPath();
  /frameworks/base/services/tests/servicestests/src/com/android/server/
EntropyMixerTest.java 37 new EntropyMixer(getContext(), "/dev/null", file.getCanonicalPath(), "/dev/null");
  /libcore/luni/src/test/java/libcore/java/io/
FileTest.java 76 assertTrue(target.getCanonicalPath().length() > 1024);
79 assertEquals(target.getCanonicalPath(), source.getCanonicalPath());
131 //assertEquals(cwd, f.getCanonicalPath());
152 * http://b/3047893 - getCanonicalPath wasn't actually resolving symbolic links.
164 assertEquals(target.getCanonicalPath(), linkName.getCanonicalPath());
171 assertEquals(target.getCanonicalPath(), linkName.getCanonicalPath());
178 assertEquals(longer.getCanonicalPath(), linkName.getCanonicalPath())
    [all...]
  /frameworks/base/core/java/android/os/
SELinux.java 173 return native_restorecon(file.getCanonicalPath(), 0);
191 return native_restorecon(file.getCanonicalPath(), SELINUX_ANDROID_RESTORECON_RECURSE);
  /development/tools/idegen/src/com/android/idegen/
Module.java 105 boolean isDir = makeFile.getCanonicalPath().startsWith(
116 String rel = moduleRoot.getCanonicalPath().substring(
117 DirectorySearch.getRepoRoot().getCanonicalPath().length());
229 String moduleDir = getDir().getCanonicalPath();
235 String relative = src.getCanonicalPath().substring(moduleDir.length());
246 String relative = src.getCanonicalPath().substring(moduleDir.length());
266 logger.info("Creating " + imlFile.getCanonicalPath());
293 allDependencies.add(child.getDir().getCanonicalPath());
302 allDependencies.remove(this.getDir().getCanonicalPath());
309 allDependencies.add(child.getDir().getCanonicalPath());
    [all...]
FrameworkModule.java 47 .append(src.getCanonicalPath()).append("\" isTestSource=\"false\" />\n");
ModuleCache.java 83 modulesByPath.put(moduleDir.getCanonicalPath(), module);
87 return modulesByPath.get(moduleDir.getCanonicalPath());
IntellijProject.java 120 sb.append(" <module fileurl=\"file://").append(iml.getCanonicalPath()).append(
121 "\" filepath=\"").append(iml.getCanonicalPath()).append("\" />\n");
126 logger.info("Creating " + out.getCanonicalPath());
139 sb.append(" <mapping directory=\"").append(dir.getCanonicalPath()).append(
169 logger.info("copying " + file.getCanonicalPath() + " to " +
170 toFile.getCanonicalPath());
DirectorySearch.java 120 throw new IOException("Module root not found for path " + path.getCanonicalPath());
234 templateDirCurrent.getCanonicalPath() + "\n" +
235 templateDirRoot.getCanonicalPath());
  /cts/tests/tests/os/src/android/os/cts/
AbiTest.java 67 return !f.getAbsolutePath().equals(f.getCanonicalPath());
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
Interp.java 54 testsuiteDir = getTestsuiteDir(f.getCanonicalPath(), f.getName());
69 testsuiteDir = getTestsuiteDir(f.getCanonicalPath(), f.getName());
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/runner/
gUnitAdapter.java 62 final CharStream input = new ANTLRFileStream(testSuite.getTestSuiteFile().getCanonicalPath());
  /external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
FileSystemResourceLoader.java 79 fullPath = file.getCanonicalPath();
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
XTagXmlResourceLoader.java 62 return xmlFile.getCanonicalPath().replaceAll( "[/\\\\\\\\]", "/" ).replaceAll( "^.*?/res/", "" )
  /frameworks/base/services/core/java/com/android/server/updates/
ConfigUpdateInstallReceiver.java 166 String strVersion = IoUtils.readFileAsString(updateVersion.getCanonicalPath()).trim();
186 return IoUtils.readFileAsByteArray(updateContent.getCanonicalPath());
238 throw new IOException("Failed to create directory " + parent.getCanonicalPath());
251 throw new IOException("Failed to atomically rename " + file.getCanonicalPath());
  /cts/tests/tests/security/src/android/security/cts/
HwRngTest.java 108 int major = LinuxRngTest.getCharDeviceMajor(DEV_HW_RANDOM.getCanonicalPath());
109 int minor = LinuxRngTest.getCharDeviceMinor(DEV_HW_RANDOM.getCanonicalPath());
  /frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
ObbBackupService.java 69 final String rootPath = obbDir.getCanonicalPath();
72 final String filePath = f.getCanonicalPath();

Completed in 3017 milliseconds

1 2 3 4 5