Home
last modified time | relevance | path

Searched defs:destroyUserStorage (Results 1 – 2 of 2) 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.cpp723 binder::Status VoldNativeService::destroyUserStorage(const std::optional<std::string>& uuid, in destroyUserStorage() function in android::vold::VoldNativeService