Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd_private.cpp38 bool exists; in BindMount() local
Dapex_file_test.cpp261 auto exists = PathExists(decompression_file_path); in TEST() local
300 auto exists = PathExists(decompression_file.path); in TEST() local
Dapex_file_repository.cpp312 if (auto exists = PathExists("/apex/vm-payload-metadata"); in AddBlockApex() local
Dapexd.cpp382 auto exists = PathExists(mount_point); in MountPackageImpl() local
785 auto exists = PathExists(std::string(kApexBackupDir)); in DeleteBackup() local
Dapexd_test.cpp467 auto exists = PathExists(decompressed_file_path); in TEST_F() local
577 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/netd/tests/
Dkernel_test.cpp158 static bool exists(const char* filename) { in exists() function
/system/keymaster/contexts/
Dpure_soft_keymaster_context.cpp336 bool exists; in ParseKeyBlob() local
/system/libvintf/test/
Dvintf_object_tests.cpp2216 void expectManifest(const std::string& path, const std::string& interface, bool exists) { in expectManifest()
2225 void expectFragment(const std::string& path, const std::string& interface, bool exists) { in expectFragment()
2349 bool exists = true) { in expectContainsHidl()
2359 void expectContainsAidl(const std::string& interfaceName, bool exists = true) { in expectContainsAidl()
/system/tools/hidl/
Dmain.cpp513 const bool exists = fileExists(path); in hasVariantFile() local
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h109215 bool exists; member