Searched refs:pathExists (Results 1 – 5 of 5) sorted by relevance
151 if (pathExists(key_path)) { in retrieveAndInstallKey()173 if (pathExists(key_path)) { in retrieveKey()
45 bool pathExists(const std::string& path);
132 if (pathExists(newKeyPath)) { in read_key()142 if (needs_cp && pathExists(newKeyPath)) std::thread(commit_key, dir).detach(); in read_key()
448 bool pathExists(const std::string& path) { in pathExists() function495 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()
372 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()