Searched defs:volId (Results 1 - 2 of 2) sorted by relevance

/system/vold/
H A DVolumeManager.cpp811 int VolumeManager::destroyObb(const std::string& volId) { argument
814 if ((*i)->getId() == volId) {
H A DVoldNativeService.cpp313 binder::Status VoldNativeService::mount(const std::string& volId, int32_t mountFlags, argument
316 CHECK_ARGUMENT_ID(volId);
319 auto vol = VolumeManager::Instance()->findVolume(volId);
321 return error("Failed to find volume " + volId);
334 binder::Status VoldNativeService::unmount(const std::string& volId) { argument
336 CHECK_ARGUMENT_ID(volId);
339 auto vol = VolumeManager::Instance()->findVolume(volId);
341 return error("Failed to find volume " + volId);
346 binder::Status VoldNativeService::format(const std::string& volId, const std::string& fsType) { argument
348 CHECK_ARGUMENT_ID(volId);
358 pathForVolId(const std::string& volId, std::string* path) argument
380 benchmark( const std::string& volId, const android::sp<android::os::IVoldTaskListener>& listener) argument
396 checkEncryption(const std::string& volId) argument
462 destroyObb(const std::string& volId) argument
[all...]

Completed in 1974 milliseconds