Home
last modified time | relevance | path

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

/aosp12/system/vold/
H A DFsCrypt.cpp119 static std::string get_de_key_path(userid_t user_id) { in get_de_key_path() function
346 if (!android::vold::storeKeyAtomically(get_de_key_path(user_id), user_key_temp, in create_and_install_user_keys()
475 if (!android::vold::pathExists(get_de_key_path(0))) { in fscrypt_init_user0()
575 auto de_key_path = get_de_key_path(user_id); in fscrypt_destroy_user_key()