HomeSort by relevance Sort by last modified time
    Searched refs:store_key (Results 1 - 2 of 2) sorted by null

  /art/compiler/utils/
dedupe_set-inl.h 78 const StoreKey* store_key = alloc_.Copy(in_key); variable
79 keys_.Insert(HashedKey<StoreKey> { hash, store_key });
80 return store_key;
  /system/vold/
Ext4Crypt.cpp 316 static bool store_key(const std::string& key_path, const std::string& tmp_path, function
347 if (!store_key(ce_key_path, user_key_temp,
351 if (!store_key(get_de_key_path(user_id), user_key_temp,
461 if (!store_key(device_key_path, device_key_temp,
649 if (!store_key(ce_key_path, user_key_temp, auth, ce_key)) return false;

Completed in 440 milliseconds