Searched defs:volume_uuid (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() 257 static bool destroy_subdirs(const std::string& volume_uuid, int user_id, int flags) { in destroy_subdirs() 289 auto volume_uuid = args[1]; in main() local
|
D | FsCrypt.cpp | 648 static std::string volkey_path(const std::string& misc_path, const std::string& volume_uuid) { in volkey_path() 652 static std::string volume_secdiscardable_path(const std::string& volume_uuid) { in volume_secdiscardable_path() 656 static bool read_or_create_volkey(const std::string& misc_path, const std::string& volume_uuid, in read_or_create_volkey() 681 static bool destroy_volkey(const std::string& misc_path, const std::string& volume_uuid) { in destroy_volkey() 799 static bool prepare_subdirs(const std::string& action, const std::string& volume_uuid, in prepare_subdirs() 810 bool fscrypt_prepare_user_storage(const std::string& volume_uuid, userid_t user_id, int serial, in fscrypt_prepare_user_storage() 933 bool fscrypt_destroy_user_storage(const std::string& volume_uuid, userid_t user_id, int flags) { in fscrypt_destroy_user_storage() 995 static bool destroy_volume_keys(const std::string& directory_path, const std::string& volume_uuid) { in destroy_volume_keys() 1022 bool fscrypt_destroy_volume_keys(const std::string& volume_uuid) { in fscrypt_destroy_volume_keys()
|