Home
last modified time | relevance | path

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

/system/vold/binder/android/os/
DIVold.aidl52 void moveStorage(@utf8InCpp String fromVolId, @utf8InCpp String toVolId, in moveStorage() method
/system/vold/
DVoldNativeService.h63 binder::Status moveStorage(const std::string& fromVolId, const std::string& toVolId,
DVoldNativeService.cpp353 binder::Status VoldNativeService::moveStorage( in moveStorage() function in android::vold::VoldNativeService