Home
last modified time | relevance | path

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

/aosp12/system/vold/
H A DVoldNativeService.cpp354 const std::string& fromVolId, const std::string& toVolId, in moveStorage() argument
357 CHECK_ARGUMENT_ID(fromVolId); in moveStorage()
361 auto fromVol = VolumeManager::Instance()->findVolume(fromVolId); in moveStorage()
364 return error("Failed to find volume " + fromVolId); in moveStorage()
H A DVoldNativeService.h63 binder::Status moveStorage(const std::string& fromVolId, const std::string& toVolId,
/aosp12/system/vold/binder/android/os/
H A DIVold.aidl52 void moveStorage(@utf8InCpp String fromVolId, @utf8InCpp String toVolId, in moveStorage() argument