Home
last modified time | relevance | path

Searched refs:toVolId (Results 1 – 3 of 3) sorted by relevance

/system/vold/
DVoldNativeService.cpp343 const std::string& fromVolId, const std::string& toVolId, in moveStorage() argument
347 CHECK_ARGUMENT_ID(toVolId); in moveStorage()
351 auto toVol = VolumeManager::Instance()->findVolume(toVolId); in moveStorage()
355 return error("Failed to find volume " + toVolId); in moveStorage()
DVoldNativeService.h61 binder::Status moveStorage(const std::string& fromVolId, const std::string& toVolId,
/system/vold/binder/android/os/
DIVold.aidl49 void moveStorage(@utf8InCpp String fromVolId, @utf8InCpp String toVolId, in moveStorage() argument