Home
last modified time | relevance | path

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

/system/vold/model/
DDisk.h120 void createStubVolume();
DDisk.cpp154 createStubVolume(); in create()
221 void Disk::createStubVolume() { in createStubVolume() function in android::vold::Disk
/system/vold/
DVolumeManager.h193 int createStubVolume(const std::string& sourcePath, const std::string& mountPath,
DVoldNativeService.h80 binder::Status createStubVolume(const std::string& sourcePath, const std::string& mountPath,
DVoldNativeService.cpp442 binder::Status VoldNativeService::createStubVolume(const std::string& sourcePath, in createStubVolume() function in android::vold::VoldNativeService
456 return translate(VolumeManager::Instance()->createStubVolume( in createStubVolume()
DVolumeManager.cpp1127 int VolumeManager::createStubVolume(const std::string& sourcePath, const std::string& mountPath, in createStubVolume() function in VolumeManager
/system/vold/binder/android/os/
DIVold.aidl135 @utf8InCpp String createStubVolume(@utf8InCpp String sourcePath, in createStubVolume() method