Home
last modified time | relevance | path

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

/system/vold/binder/android/os/
DIVold.aidl110 void prepareUserStorage(@nullable @utf8InCpp String uuid, int userId, int userSerial, in prepareUserStorage() method
/system/vold/
DVoldNativeService.h135 binder::Status prepareUserStorage(const std::optional<std::string>& uuid, int32_t userId,
DVoldNativeService.cpp798 binder::Status VoldNativeService::prepareUserStorage(const std::optional<std::string>& uuid, in prepareUserStorage() function in android::vold::VoldNativeService