Home
last modified time | relevance | path

Searched refs:kNoCause (Results 1 – 4 of 4) sorted by relevance

/bootable/recovery/tests/component/
Dupdater_test.cpp123 kNoCause); in TEST_F()
127 kNoCause); in TEST_F()
136 expect("81fe8bfe87576c3ecb22426f8e57847382917acf", "sha1_check(\"abcd\")", kNoCause); in TEST_F()
137 expect("da39a3ee5e6b4b0d3255bfef95601890afd80709", "sha1_check(\"\")", kNoCause); in TEST_F()
142 kNoCause); in TEST_F()
146 kNoCause); in TEST_F()
151 kNoCause); in TEST_F()
155 kNoCause); in TEST_F()
166 expect("", "apply_patch_check(\"/doesntexist\")", kNoCause); in TEST_F()
178 expect("t", cmd.c_str(), kNoCause); in TEST_F()
[all …]
/bootable/recovery/otautil/include/otautil/
Derror_code.h34 kNoCause = -1, enumerator
/bootable/recovery/updater/
Dupdater.cpp205 if (state.cause_code != kNoCause) { in main()
/bootable/recovery/edify/
Dexpr.cpp425 : script(script), cookie(cookie), error_code(kNoError), cause_code(kNoCause) {} in State()