Home
last modified time | relevance | path

Searched defs:sourcePath (Results 1 – 6 of 6) sorted by relevance

/system/vold/model/
DObbVolume.cpp41 ObbVolume::ObbVolume(int id, const std::string& sourcePath, gid_t ownerGid) in ObbVolume()
DStubVolume.cpp29 StubVolume::StubVolume(dev_t id, const std::string& sourcePath, const std::string& mountPath, in StubVolume()
/system/vold/binder/android/os/
DIVold.aidl63 @utf8InCpp String createObb(@utf8InCpp String sourcePath, int ownerGid); in createObb()
122 @utf8InCpp String createStubVolume(@utf8InCpp String sourcePath, in createStubVolume()
/system/vold/
DVolumeManager.cpp1095 int VolumeManager::createObb(const std::string& sourcePath, int32_t ownerGid, in createObb()
1155 int VolumeManager::createStubVolume(const std::string& sourcePath, const std::string& mountPath, in createStubVolume()
DVoldNativeService.cpp419 binder::Status VoldNativeService::createObb(const std::string& sourcePath, int32_t ownerGid, in createObb()
436 binder::Status VoldNativeService::createStubVolume(const std::string& sourcePath, in createStubVolume()
/system/incremental_delivery/incfs/include/
Dincfs_inline.h232 inline ErrorCode link(const Control& control, std::string_view sourcePath, in link()