Home
last modified time | relevance | path

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

/system/vold/binder/android/os/
DIVold.aidl102 void destroyUserStorage(@nullable @utf8InCpp String uuid, int userId, int storageFlags); in destroyUserStorage() method
/system/vold/
DVoldNativeService.h124 binder::Status destroyUserStorage(const std::optional<std::string>& uuid, int32_t userId,
DVoldNativeService.cpp723 binder::Status VoldNativeService::destroyUserStorage(const std::optional<std::string>& uuid, in destroyUserStorage() function in android::vold::VoldNativeService