Searched defs:sourcePath (Results 1 – 7 of 7) sorted by relevance
/system/vold/model/ |
D | ObbVolume.cpp | 41 ObbVolume::ObbVolume(int id, const std::string& sourcePath, gid_t ownerGid) in ObbVolume()
|
D | StubVolume.cpp | 29 StubVolume::StubVolume(dev_t id, const std::string& sourcePath, const std::string& mountPath, in StubVolume()
|
D | PublicVolume.cpp | 290 auto sourcePath = GetFuseMountPathForUser(mountUserId, stableName); in bindMountForUser() local
|
/system/vold/binder/android/os/ |
D | IVold.aidl | 64 @utf8InCpp String createObb(@utf8InCpp String sourcePath, int ownerGid); in createObb() 124 @utf8InCpp String createStubVolume(@utf8InCpp String sourcePath, in createStubVolume()
|
/system/vold/ |
D | VoldNativeService.cpp | 429 binder::Status VoldNativeService::createObb(const std::string& sourcePath, int32_t ownerGid, in createObb() 446 binder::Status VoldNativeService::createStubVolume(const std::string& sourcePath, in createStubVolume()
|
D | VolumeManager.cpp | 1137 int VolumeManager::createObb(const std::string& sourcePath, int32_t ownerGid, in createObb() 1197 int VolumeManager::createStubVolume(const std::string& sourcePath, const std::string& mountPath, in createStubVolume()
|
/system/incremental_delivery/incfs/include/ |
D | incfs_inline.h | 234 inline ErrorCode link(const Control& control, std::string_view sourcePath, in link()
|