Searched defs:sourcePath (Results 1 – 5 of 5) sorted by relevance
/system/vold/model/ |
D | ObbVolume.cpp | 42 ObbVolume::ObbVolume(int id, const std::string& sourcePath, const std::string& sourceKey, in ObbVolume()
|
D | StubVolume.cpp | 27 StubVolume::StubVolume(int id, const std::string& sourcePath, const std::string& mountPath, in StubVolume()
|
/system/vold/ |
D | VolumeManager.cpp | 694 int VolumeManager::createObb(const std::string& sourcePath, const std::string& sourceKey, in createObb() 720 int VolumeManager::createStubVolume(const std::string& sourcePath, const std::string& mountPath, in createStubVolume()
|
D | VoldNativeService.cpp | 461 binder::Status VoldNativeService::createObb(const std::string& sourcePath, in createObb() 482 const std::string& sourcePath, const std::string& mountPath, const std::string& fsType, in createStubVolume()
|
/system/vold/binder/android/os/ |
D | IVold.aidl | 56 @utf8InCpp String createObb(@utf8InCpp String sourcePath, @utf8InCpp String sourceKey, in createObb() 120 @utf8InCpp String createStubVolume(@utf8InCpp String sourcePath, in createStubVolume()
|