Home
last modified time | relevance | path

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

/system/vold/tests/
DUtils_test.cpp53 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()
/system/vold/
DMetadataCrypt.cpp115 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()
DKeyStorage.cpp311 if (pathExists(path)) { in DeleteUpgradedKey()
606 if (pathExists(key_path)) { in storeKeyAtomically()
610 if (pathExists(tmp_path)) { in storeKeyAtomically()
693 if (pathExists(blob_file)) { in destroyKey()
DFsCrypt.cpp475 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()
DUtils.h182 bool pathExists(const std::string& path);
DKeyUtil.cpp398 if (pathExists(key_path)) { in retrieveOrGenerateKey()
DUtils.cpp1358 bool pathExists(const std::string& path) { in pathExists() function
1402 if (!pathExists(current_dir)) { in MkdirsSync()