Home
last modified time | relevance | path

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

/system/tools/hidl/hashing/include/hidl-hash/
DHash.h41 const std::string& getPath() const;
/system/vold/model/
DEmulatedVolume.cpp278 std::string appObbDir(StringPrintf("%s/%d/Android/obb", getPath().c_str(), userId)); in unmountFuseBindMounts()
441 callback->onVolumeChecking(std::move(fd), getPath(), getInternalPath(), &is_ready); in doMount()
496 std::string user_path(StringPrintf("%s/%d", getPath().c_str(), getMountUserId())); in doUnmount()
500 KillProcessesUsingPath(getPath()); in doUnmount()
DObbVolume.cpp85 auto path = getPath(); in doUnmount()
DPublicVolume.cpp247 callback->onVolumeChecking(std::move(fd), getPath(), getInternalPath(), &is_ready); in doMount()
268 KillProcessesUsingPath(getPath()); in doUnmount()
DVolumeBase.h95 const std::string& getPath() const { return mPath; } in getPath() function
/system/vold/
DVolumeManager.cpp421 pvol->getPath() + "/media", pvol->getRawDevice(), pvol->getFsUuid(), in createEmulatedVolumesForUser()
1045 if (!path.empty() && StartsWith(path, vol.getPath())) { in setupAppDir()
1061 volume->getInternalPath() + path.substr(volume->getPath().length()); in setupAppDir()
1115 if (!sourcePath.empty() && StartsWith(sourcePath, vol.getPath())) { in createObb()
1127 volume->getInternalPath() + sourcePath.substr(volume->getPath().length()); in createObb()
DIdleMaint.cpp107 paths->push_back(vol->getPath()); in addFromVolumeManager()
DVoldNativeService.cpp328 *path = vol->getPath(); in pathForVolId()
/system/tools/hidl/hashing/
DHash.cpp77 const std::string& Hash::getPath() const { in getPath() function in android::Hash
/system/chre/host/common/test/power_test/
Dchre_power_test_client.cc499 inline const string getPath(std::vector<string> &args) { in getPath() function
968 LOGI("Loading nanoapp from %s", getPath(args).c_str()); in main()
969 std::string filepath = getPath(args); in main()
/system/libvintf/xsd/compatibilityMatrix/api/
Dcurrent.txt126 method public String getPath();
/system/tools/hidl/
DAST.cpp46 Location::startOf(coordinator->makeRelative(fileHash->getPath())), in AST()
67 return mFileHash->getPath(); in getFilename()