Home
last modified time | relevance | path

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

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