Home
last modified time | relevance | path

Searched refs:getPath (Results 1 – 14 of 14) 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/hashing/include/hidl-hash/
DHash.h42 const std::string& getPath() const;
/system/timezone/distro/installer/src/main/com/android/timezone/distro/installer/
DTimeZoneDistroInstaller.java212 ZoneInfoDb tzData = ZoneInfoDb.loadTzData(zoneInfoFile.getPath()); in stageInstallWithErrorCode()
234 TimeZoneFinder.createInstance(tzLookupFile.getPath()); in stageInstallWithErrorCode()
250 TelephonyLookup.createInstance(telephonyLookupFile.getPath()); in stageInstallWithErrorCode()
/system/vold/model/
DObbVolume.cpp111 auto path = getPath(); in doUnmount()
DEmulatedVolume.cpp133 KillProcessesUsingPath(getPath()); in doUnmount()
DVolumeBase.h88 const std::string& getPath() const { return mPath; } in getPath() function
DPublicVolume.cpp230 KillProcessesUsingPath(getPath()); in doUnmount()
/system/tools/hidl/hashing/
DHash.cpp85 const std::string& Hash::getPath() const { in getPath() function in android::Hash
/system/libvintf/xsd/compatibilityMatrix/api/
Dcurrent.txt124 method public String getPath();
/system/timezone/distro/installer/src/test/com/android/timezone/distro/installer/
DTimeZoneDistroInstallerTest.java731 byte[] actualBytes = IoUtils.readFileAsByteArray(actual.getPath()); in assertContentsMatches()
732 byte[] expectedBytes = IoUtils.readFileAsByteArray(expected.getPath()); in assertContentsMatches()
/system/tools/hidl/
DAST.cpp46 Location::startOf(coordinator->makeRelative(fileHash->getPath())), in AST()
67 return mFileHash->getPath(); in getFilename()
/system/vold/
DIdleMaint.cpp93 paths->push_back(vol->getPath()); in addFromVolumeManager()
DVolumeManager.cpp364 std::string source(mPrimary->getPath()); in linkPrimary()
DVoldNativeService.cpp320 *path = vol->getPath(); in pathForVolId()