Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libfs_avb/
H A Dutil.h61 enum class FileWaitMode { Exists, DoesNotExist }; enumerator
/aosp14/frameworks/base/tools/aapt2/format/binary/
H A DTableFlattener_test.cpp87 ::testing::AssertionResult Exists(ResTable* table, StringPiece expected_name, in Exists() function in aapt::TableFlattenerTest