Home
last modified time | relevance | path

Searched refs:getPath (Results 1 – 15 of 15) 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/vold/model/
DEmulatedVolume.cpp231 std::string appObbDir(StringPrintf("%s/%d/Android/obb", getPath().c_str(), userId)); in unmountFuseBindMounts()
393 callback->onVolumeChecking(std::move(fd), getPath(), getInternalPath(), &is_ready); in doMount()
446 std::string user_path(StringPrintf("%s/%d", getPath().c_str(), getMountUserId())); in doUnmount()
450 KillProcessesUsingPath(getPath()); in doUnmount()
DObbVolume.cpp111 auto path = getPath(); in doUnmount()
DPublicVolume.cpp249 callback->onVolumeChecking(std::move(fd), getPath(), getInternalPath(), &is_ready); in doMount()
271 KillProcessesUsingPath(getPath()); in doUnmount()
DVolumeBase.h89 const std::string& getPath() const { return mPath; } in getPath() function
/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/
DVolumeManager.cpp384 std::string source(mPrimary->getPath()); in linkPrimary()
446 pvol->getPath() + "/media", pvol->getRawDevice(), pvol->getFsUuid(), in createEmulatedVolumesForUser()
1022 if (!path.empty() && StartsWith(path, vol.getPath())) { in setupAppDir()
1038 volume->getInternalPath() + path.substr(volume->getPath().length()); in setupAppDir()
1085 if (!sourcePath.empty() && StartsWith(sourcePath, vol.getPath())) { in createObb()
1097 volume->getInternalPath() + sourcePath.substr(volume->getPath().length()); in createObb()
DIdleMaint.cpp93 paths->push_back(vol->getPath()); in addFromVolumeManager()
DVoldNativeService.cpp332 *path = vol->getPath(); in pathForVolId()
/system/tools/hidl/hashing/
DHash.cpp85 const std::string& Hash::getPath() const { in getPath() function in android::Hash
/system/chre/host/common/test/power_test/
Dchre_power_test_client.cc393 inline const char *getPath(std::vector<string> &args) { in getPath() function
741 success = loadNanoapp(client, callbacks, getPath(args), getId(args), in main()
/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()