Home
last modified time | relevance | path

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

/system/vold/
DFsCrypt.h38 bool fscrypt_destroy_user_storage(const std::string& volume_uuid, userid_t user_id, int flags);
DVoldNativeService.cpp731 return translateBool(fscrypt_destroy_user_storage(uuid_, userId, flags)); in destroyUserStorage()
DFsCrypt.cpp890 bool fscrypt_destroy_user_storage(const std::string& volume_uuid, userid_t user_id, int flags) { in fscrypt_destroy_user_storage() function