Searched defs:Exists (Results 1 – 3 of 3) sorted by relevance
/system/core/fs_mgr/libfs_avb/ | ||
D | util.h | 61 enum class FileWaitMode { Exists, DoesNotExist }; enumerator |
/system/update_engine/common/ | ||
D | fake_prefs.cc | 93 bool FakePrefs::Exists(std::string_view key) const { in Exists() function in chromeos_update_engine::FakePrefs |
D | prefs.cc | 102 bool PrefsBase::Exists(std::string_view key) const { in Exists() function in chromeos_update_engine::PrefsBase |