Home
last modified time | relevance | path

Searched defs:Exists (Results 1 – 9 of 9) sorted by relevance

/aosp12/system/core/fs_mgr/libfs_avb/
H A Dutil.h61 enum class FileWaitMode { Exists, DoesNotExist }; enumerator
/aosp12/system/bt/gd/storage/
H A Ddevice.cc83 bool Device::Exists() { in Exists() function in bluetooth::storage::Device
/aosp12/build/blueprint/pathtools/
H A Dfs.go170 func (fs *osFs) Exists(name string) (bool, bool, error) { func
292 func (m *mockFs) Exists(name string) (bool, bool, error) { func
/aosp12/system/update_engine/common/
H A Dfake_prefs.cc93 bool FakePrefs::Exists(const string& key) const { in Exists() function in chromeos_update_engine::FakePrefs
H A Dprefs.cc102 bool PrefsBase::Exists(const string& key) const { in Exists() function in chromeos_update_engine::PrefsBase
/aosp12/art/libartbase/base/
H A Dvariant_map.h286 bool Exists(const TKey<TValue>& key) const { in Exists() function
/aosp12/bionic/libc/malloc_debug/
H A DPointerData.cpp551 bool PointerData::Exists(const void* ptr) { in Exists() function in PointerData
/aosp12/art/libelffile/elf/
H A Delf_builder.h192 bool Exists() const { in Exists() function
/aosp12/frameworks/base/tools/aapt2/format/binary/
H A DTableFlattener_test.cpp87 ::testing::AssertionResult Exists(ResTable* table, const StringPiece& expected_name, in Exists() function in aapt::TableFlattenerTest