Home
last modified time | relevance | path

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

/system/vold/
DFsCrypt.h35 bool fscrypt_prepare_user_storage(const std::string& volume_uuid, userid_t user_id, int serial,
DFsCrypt.cpp485 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
DVoldNativeService.cpp807 return translateBool(fscrypt_prepare_user_storage(uuid_, userId, userSerial, flags)); in prepareUserStorage()