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.cpp193 std::string appObbDir(StringPrintf("%s/%d/Android/obb", getPath().c_str(), userId)); in unmountFuseBindMounts()
356 callback->onVolumeChecking(std::move(fd), getPath(), getInternalPath(), &is_ready); in doMount()
409 std::string user_path(StringPrintf("%s/%d", getPath().c_str(), getMountUserId())); in doUnmount()
413 KillProcessesUsingPath(getPath()); in doUnmount()
DObbVolume.cpp111 auto path = getPath(); in doUnmount()
DPublicVolume.cpp247 callback->onVolumeChecking(std::move(fd), getPath(), getInternalPath(), &is_ready); in doMount()
268 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.java213 ZoneInfoDb.validateTzData(zoneInfoFile.getPath()); in stageInstallWithErrorCode()
227 TimeZoneFinder.createInstance(tzLookupFile.getPath()); in stageInstallWithErrorCode()
243 TelephonyLookup.createInstance(telephonyLookupFile.getPath()); in stageInstallWithErrorCode()
/system/vold/
DVolumeManager.cpp421 pvol->getPath() + "/media", pvol->getRawDevice(), pvol->getFsUuid(), in createEmulatedVolumesForUser()
1017 if (!path.empty() && StartsWith(path, vol.getPath())) { in setupAppDir()
1033 volume->getInternalPath() + path.substr(volume->getPath().length()); in setupAppDir()
1087 if (!sourcePath.empty() && StartsWith(sourcePath, vol.getPath())) { in createObb()
1099 volume->getInternalPath() + sourcePath.substr(volume->getPath().length()); in createObb()
DIdleMaint.cpp101 paths->push_back(vol->getPath()); in addFromVolumeManager()
DVoldNativeService.cpp331 *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.cc486 inline const string getPath(std::vector<string> &args) { in getPath() function
919 LOGI("Loading nanoapp from %s", getPath(args).c_str()); in main()
921 loadNanoapp(client, callbacks, getPath(args).c_str(), 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()