Searched refs:createStubVolume (Results 1 – 7 of 7) sorted by relevance
120 void createStubVolume();
154 createStubVolume(); in create()221 void Disk::createStubVolume() { in createStubVolume() function in android::vold::Disk
193 int createStubVolume(const std::string& sourcePath, const std::string& mountPath,
80 binder::Status createStubVolume(const std::string& sourcePath, const std::string& mountPath,
442 binder::Status VoldNativeService::createStubVolume(const std::string& sourcePath, in createStubVolume() function in android::vold::VoldNativeService456 return translate(VolumeManager::Instance()->createStubVolume( in createStubVolume()
1127 int VolumeManager::createStubVolume(const std::string& sourcePath, const std::string& mountPath, in createStubVolume() function in VolumeManager
135 @utf8InCpp String createStubVolume(@utf8InCpp String sourcePath, in createStubVolume() method