Home
last modified time | relevance | path

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

/system/vold/
DKeyUtil.cpp151 if (pathExists(key_path)) { in retrieveAndInstallKey()
173 if (pathExists(key_path)) { in retrieveKey()
DKeyStorage.h45 bool pathExists(const std::string& path);
DMetadataCrypt.cpp132 if (pathExists(newKeyPath)) { in read_key()
142 if (needs_cp && pathExists(newKeyPath)) std::thread(commit_key, dir).detach(); in read_key()
DKeyStorage.cpp448 bool pathExists(const std::string& path) { in pathExists() function
495 if (pathExists(key_path)) { in storeKeyAtomically()
499 if (pathExists(tmp_path)) { in storeKeyAtomically()
575 bool uses_km = pathExists(dir + "/" + kFn_keymaster_key_blob); in destroyKey()
DFsCrypt.cpp372 if (!android::vold::pathExists(get_de_key_path(0))) { in fscrypt_init_user0()
455 if (android::vold::pathExists(de_key_path)) { in fscrypt_destroy_user_key()
518 if (android::vold::pathExists(secdiscardable_path)) { in read_or_create_volkey()
547 if (!android::vold::pathExists(path)) return true; in destroy_volkey()