Searched refs:createStubVolume (Results 1 – 5 of 5) sorted by relevance
/system/vold/ |
D | VolumeManager.h | 125 int createStubVolume(const std::string& sourcePath, const std::string& mountPath,
|
D | VoldNativeService.h | 72 binder::Status createStubVolume(const std::string& sourcePath, const std::string& mountPath,
|
D | VoldNativeService.cpp | 397 binder::Status VoldNativeService::createStubVolume( in createStubVolume() function in android::vold::VoldNativeService 408 return translate(VolumeManager::Instance()->createStubVolume(sourcePath, mountPath, fsType, in createStubVolume()
|
D | VolumeManager.cpp | 716 int VolumeManager::createStubVolume(const std::string& sourcePath, const std::string& mountPath, in createStubVolume() function in VolumeManager
|
/system/vold/binder/android/os/ |
D | IVold.aidl | 124 @utf8InCpp String createStubVolume(@utf8InCpp String sourcePath, in createStubVolume() method
|