Home
last modified time | relevance | path

Searched refs:createStubVolume (Results 1 – 5 of 5) sorted by relevance

/system/vold/
DVolumeManager.h125 int createStubVolume(const std::string& sourcePath, const std::string& mountPath,
DVoldNativeService.h72 binder::Status createStubVolume(const std::string& sourcePath, const std::string& mountPath,
DVoldNativeService.cpp397 binder::Status VoldNativeService::createStubVolume( in createStubVolume() function in android::vold::VoldNativeService
408 return translate(VolumeManager::Instance()->createStubVolume(sourcePath, mountPath, fsType, in createStubVolume()
DVolumeManager.cpp716 int VolumeManager::createStubVolume(const std::string& sourcePath, const std::string& mountPath, in createStubVolume() function in VolumeManager
/system/vold/binder/android/os/
DIVold.aidl124 @utf8InCpp String createStubVolume(@utf8InCpp String sourcePath, in createStubVolume() method