Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd_private.cpp40 bool exists; in BindMount() local
Dapexd_verity.cpp169 auto exists = PathExists(hashtree_file); in PrepareHashTree() local
Dapex_file_test.cpp261 auto exists = PathExists(decompression_file_path); in TEST() local
295 auto exists = PathExists(decompression_file.path); in TEST() local
Dapex_file_repository.cpp221 if (auto exists = PathExists("/apex/vm-payload-metadata"); in AddBlockApex() local
Dapexd.cpp489 auto exists = PathExists(mount_point); in MountPackageImpl() local
981 auto exists = PathExists(std::string(kApexBackupDir)); in DeleteBackup() local
Dapexd_test.cpp447 auto exists = PathExists(decompressed_file_path); in TEST_F() local
564 auto exists = PathExists(decompressed_file_path); in TEST_F() local
/system/keymaster/android_keymaster/
Dpure_soft_secure_key_storage.cpp102 keymaster_error_t PureSoftSecureKeyStorage::KeyExists(const km_id_t keyid, bool* exists) { in KeyExists()
/system/incremental_delivery/incfs/tests/include/
DIncFsTestBase.h29 static bool exists(std::string_view path) { in exists() function
/system/chre/pal/util/
Dwifi_scan_cache.c238 bool exists = isWifiScanResultInCache(result, &index); in chreWifiScanCacheScanEventAdd() 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.cpp1691 void expectManifest(const std::string& path, const std::string& interface, bool exists) { in expectManifest()
1700 void expectFragment(const std::string& path, const std::string& interface, bool exists) { in expectFragment()
1794 bool exists = true) { in expectContainsHidl()
1804 void expectContainsAidl(const std::string& interfaceName, bool exists = true) { in expectContainsAidl()
/system/keymaster/contexts/
Dpure_soft_keymaster_context.cpp319 bool exists; in ParseKeyBlob() local
/system/tools/hidl/
Dmain.cpp537 const bool exists = fileExists(path); in hasVariantFile() local