Searched refs:prepare_subdirs (Results 1 – 2 of 2) sorted by relevance
/system/vold/ |
D | vold_prepare_subdirs.cpp | 166 static bool prepare_subdirs(const std::string& volume_uuid, int user_id, int flags) { in prepare_subdirs() function 268 if (!prepare_subdirs(volume_uuid, user_id, flags)) return -1; in main()
|
D | FsCrypt.cpp | 789 static bool prepare_subdirs(const std::string& action, const std::string& volume_uuid, in prepare_subdirs() function 894 if (!prepare_subdirs("prepare", volume_uuid, user_id, flags)) return false; in fscrypt_prepare_user_storage() 904 res &= prepare_subdirs("destroy", volume_uuid, user_id, flags); in fscrypt_destroy_user_storage()
|