Home
last modified time | relevance | path

Searched defs:directory_path (Results 1 – 3 of 3) sorted by relevance

/system/vold/
DFsCrypt.cpp128 static std::vector<std::string> get_ce_key_paths(const std::string& directory_path) { in get_ce_key_paths()
157 static std::string get_ce_key_current_path(const std::string& directory_path) { in get_ce_key_current_path()
161 static bool get_ce_key_new_path(const std::string& directory_path, in get_ce_key_new_path()
179 static void fixate_user_ce_key(const std::string& directory_path, const std::string& to_fix, in fixate_user_ce_key()
197 auto const directory_path = get_ce_key_directory_path(user_id); in read_and_fixate_user_ce_key() local
340 auto const directory_path = get_ce_key_directory_path(user_id); in create_and_install_user_keys() local
691 auto const directory_path = get_ce_key_directory_path(user_id); in fscrypt_rewrap_user_key() local
733 auto const directory_path = get_ce_key_directory_path(user_id); in fscrypt_fixate_newest_user_key_auth() local
995 static bool destroy_volume_keys(const std::string& directory_path, const std::string& volume_uuid) { in destroy_volume_keys()
/system/incremental_delivery/incfs/kernel-headers/linux/
Dincrementalfs.h110 __aligned_u64 directory_path; member
143 __aligned_u64 directory_path; member
/system/security/ondevice-signing/
DVerityUtils.cpp327 Result<void> verifyAllFilesUsingCompOs(const std::string& directory_path, in verifyAllFilesUsingCompOs()