Searched defs:volume_uuid (Results 1 – 2 of 2) sorted by relevance
/system/vold/ |
D | vold_prepare_subdirs.cpp | 148 static bool prepare_subdirs(const std::string& volume_uuid, int user_id, int flags) { in prepare_subdirs() 197 static bool destroy_subdirs(const std::string& volume_uuid, int user_id, int flags) { in destroy_subdirs() 227 auto volume_uuid = args[1]; in main() local
|
D | FsCrypt.cpp | 633 static std::string volkey_path(const std::string& misc_path, const std::string& volume_uuid) { in volkey_path() 637 static std::string volume_secdiscardable_path(const std::string& volume_uuid) { in volume_secdiscardable_path() 641 static bool read_or_create_volkey(const std::string& misc_path, const std::string& volume_uuid, in read_or_create_volkey() 672 static bool destroy_volkey(const std::string& misc_path, const std::string& volume_uuid) { in destroy_volkey() 789 static bool prepare_subdirs(const std::string& action, const std::string& volume_uuid, in prepare_subdirs() 800 bool fscrypt_prepare_user_storage(const std::string& volume_uuid, userid_t user_id, int serial, in fscrypt_prepare_user_storage() 890 bool fscrypt_destroy_user_storage(const std::string& volume_uuid, userid_t user_id, int flags) { in fscrypt_destroy_user_storage() 950 static bool destroy_volume_keys(const std::string& directory_path, const std::string& volume_uuid) { in destroy_volume_keys() 976 bool fscrypt_destroy_volume_keys(const std::string& volume_uuid) { in fscrypt_destroy_volume_keys()
|