Searched refs:fscrypt_prepare_user_storage (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/vold/ |
H A D | FsCrypt.h | 35 bool fscrypt_prepare_user_storage(const std::string& volume_uuid, userid_t user_id, int serial,
|
H A D | FsCrypt.cpp | 485 if (!fscrypt_prepare_user_storage("", 0, 0, android::os::IVold::STORAGE_FLAG_DE)) { in fscrypt_init_user0() 800 bool fscrypt_prepare_user_storage(const std::string& volume_uuid, userid_t user_id, int serial, in fscrypt_prepare_user_storage() function
|
H A D | VoldNativeService.cpp | 807 return translateBool(fscrypt_prepare_user_storage(uuid_, userId, userSerial, flags)); in prepareUserStorage()
|