OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VERIFY_SUCCESS
(Results
1 - 2
of
2
) sorted by null
/bootable/recovery/
verifier.h
66
* of the constants of
VERIFY_SUCCESS
and VERIFY_FAILURE.
73
#define
VERIFY_SUCCESS
0
/bootable/recovery/tests/component/
verifier_test.cpp
181
ASSERT_EQ(verify_file(memmap.addr, memmap.length, certs, nullptr),
VERIFY_SUCCESS
);
Completed in 76 milliseconds