Home
last modified time | relevance | path

Searched defs:exists (Results 1 – 8 of 8) sorted by relevance

/system/apex/apexd/
Dapexd_private.cpp40 bool exists; in BindMount() local
Dapexd_verity.cpp158 auto exists = PathExists(hashtree_file); in PrepareHashTree() local
Dapexservice_test.cpp1196 auto exists = PathExists(hashtree_path); in TEST_F() local
1237 auto exists = PathExists(hashtree_path); in TEST_F() local
1245 auto exists = PathExists(hashtree_path); in TEST_F() local
1355 auto exists = PathExists(hashtree_path); in TEST_F() local
1366 auto exists = PathExists(hashtree_path); in TEST_F() local
1373 auto exists = PathExists(hashtree_path); in TEST_F() local
Dapexd.cpp374 auto exists = PathExists(mountPoint); in MountPackageImpl() local
740 auto exists = PathExists(std::string(kApexBackupDir)); in DeleteBackup() local
1407 auto exists = PathExists(from_path); in migrateSessionsDirIfNeeded() local
/system/timezone/distro/core/src/test/com/android/timezone/distro/
DFileUtilsTest.java131 File exists = new File(dir, "exists"); in testEnsureDirectoryExists() local
/system/libvintf/test/
Dvintf_object_tests.cpp1501 void expectManifest(const std::string& path, const std::string& interface, bool exists) { in expectManifest()
1510 void expectFragment(const std::string& path, const std::string& interface, bool exists) { in expectFragment()
/system/incremental_delivery/incfs/tests/
Dincfs_test.cpp35 static bool exists(std::string_view path) { in exists() function
/system/tools/hidl/
Dmain.cpp537 const bool exists = fileExists(path); in isSystemExtPackage() local