Home
last modified time | relevance | path

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

/system/vold/
DExt4Crypt.cpp64 const std::string device_key_path = device_key_dir + "/key"; variable
446 if (path_exists(device_key_path)) { in e4crypt_initialize_global_de()
447 if (!android::vold::retrieveKey(device_key_path, in e4crypt_initialize_global_de()
452 if (!store_key(device_key_path, device_key_temp, in e4crypt_initialize_global_de()