Searched refs:pathExists (Results 1 – 7 of 7) sorted by relevance
53 ASSERT_FALSE(pathExists(temp_dir_path + "/a")); in TEST_F()55 ASSERT_TRUE(pathExists(temp_dir_path + "/a")); in TEST_F()56 ASSERT_TRUE(pathExists(temp_dir_path + "/a/b")); in TEST_F()59 ASSERT_FALSE(pathExists(temp_dir_path + "/a/b/c")); in TEST_F()
115 if (!pathExists(dir)) { in read_key()321 if (!pathExists(dsu_metadata_key_dir)) { in destroy_dsu_metadata_key()339 if (pathExists(key_path)) { in destroy_dsu_metadata_key()
311 if (pathExists(path)) { in DeleteUpgradedKey()603 if (pathExists(key_path)) { in storeKeyAtomically()607 if (pathExists(tmp_path)) { in storeKeyAtomically()690 if (pathExists(blob_file)) { in destroyKey()
475 if (!android::vold::pathExists(get_de_key_path(0))) { in fscrypt_init_user0()576 if (android::vold::pathExists(de_key_path)) { in fscrypt_destroy_user_key()650 if (android::vold::pathExists(secdiscardable_path)) { in read_or_create_volkey()673 if (!android::vold::pathExists(path)) return true; in destroy_volkey()
183 bool pathExists(const std::string& path);
398 if (pathExists(key_path)) { in retrieveOrGenerateKey()
1358 bool pathExists(const std::string& path) { in pathExists() function1402 if (!pathExists(current_dir)) { in MkdirsSync()