Home
last modified time | relevance | path

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

/system/vold/model/
DObbVolume.cpp42 ObbVolume::ObbVolume(int id, const std::string& sourcePath, const std::string& sourceKey, in ObbVolume()
DStubVolume.cpp27 StubVolume::StubVolume(int id, const std::string& sourcePath, const std::string& mountPath, in StubVolume()
/system/vold/
DVolumeManager.cpp690 int VolumeManager::createObb(const std::string& sourcePath, const std::string& sourceKey, in createObb()
716 int VolumeManager::createStubVolume(const std::string& sourcePath, const std::string& mountPath, in createStubVolume()
DVoldNativeService.cpp377 binder::Status VoldNativeService::createObb(const std::string& sourcePath, in createObb()
398 const std::string& sourcePath, const std::string& mountPath, const std::string& fsType, in createStubVolume()
/system/vold/binder/android/os/
DIVold.aidl56 @utf8InCpp String createObb(@utf8InCpp String sourcePath, @utf8InCpp String sourceKey, in createObb()
124 @utf8InCpp String createStubVolume(@utf8InCpp String sourcePath, in createStubVolume()
/system/incremental_delivery/incfs/include/
Dincfs_inline.h219 inline ErrorCode link(const Control& control, std::string_view sourcePath, in link()