Home
last modified time | relevance | path

Searched refs:getPath (Results 1 – 10 of 10) sorted by relevance

/system/timezone/distro/core/src/main/com/android/timezone/distro/
DFileUtils.java45 if (!subFile.getPath().startsWith(parentDir.getCanonicalPath())) { in createSubFile()
126 new File(file.getParentFile().getCanonicalFile(), baseName).getPath(); in isSymlink()
/system/tools/hidl/include_hash/hidl-hash/
DHash.h40 const std::string &getPath() const;
/system/vold/
DEmulatedVolume.cpp118 KillProcessesUsingPath(getPath()); in doUnmount()
DVolumeBase.h84 const std::string& getPath() { return mPath; } in getPath() function
DTrimTask.cpp59 mPaths.push_back(vol->getPath()); in TrimTask()
DPublicVolume.cpp204 KillProcessesUsingPath(getPath()); in doUnmount()
DVolumeManager.cpp458 path = vol->getPath(); in benchmarkPrivate()
487 std::string source(mPrimary->getPath()); in linkPrimary()
/system/timezone/distro/installer/src/main/com/android/timezone/distro/installer/
DTimeZoneDistroInstaller.java185 ZoneInfoDB.TzData tzData = ZoneInfoDB.TzData.loadTzData(zoneInfoFile.getPath()); in stageInstallWithErrorCode()
207 TimeZoneFinder.createInstance(tzLookupFile.getPath()); in stageInstallWithErrorCode()
/system/tools/hidl/
DHash.cpp77 const std::string &Hash::getPath() const { in getPath() function in android::Hash
/system/timezone/distro/installer/src/test/com/android/timezone/distro/installer/
DTimeZoneDistroInstallerTest.java672 byte[] actualBytes = IoUtils.readFileAsByteArray(actual.getPath()); in assertContentsMatches()
673 byte[] expectedBytes = IoUtils.readFileAsByteArray(expected.getPath()); in assertContentsMatches()