Searched refs:is_db_key_cipher_file_exist (Results 1 – 3 of 3) sorted by relevance
21 use asset_file_operator::ce_operator::{is_db_key_cipher_file_exist, read_db_key_cipher, write_db_ke…96 is_db_key_cipher_file_exist(user_id) in check_existance()101 match is_db_key_cipher_file_exist(user_id) { in get_db_key()108 match is_db_key_cipher_file_exist(user_id) { in get_db_key()
32 pub fn is_db_key_cipher_file_exist(user_id: i32) -> Result<bool> { in is_db_key_cipher_file_exist() function
38 ce_operator::is_db_key_cipher_file_exist,121 if is_db_key_cipher_file_exist(calling_info.user_id())? { in delete_on_package_removed()