OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ESE_APP_RESULT_ERROR_OS
(Results
1 - 4
of
4
) sorted by null
/external/libese/apps/include/ese/app/
result.h
33
ESE_APP_RESULT_ERROR_OS
,
42
((((_app_hi) << 8 | (_app_lo)) << 16) | (
ESE_APP_RESULT_ERROR_OS
))
/external/libese/esed/
Weaver.cpp
47
if (EseAppResultValue(res) ==
ESE_APP_RESULT_ERROR_OS
) {
/external/libese/apps/boot/tests/
ese_app_boot_tests.cpp
161
EXPECT_EQ(
ESE_APP_RESULT_ERROR_OS
, ese_boot_session_open(&ese_, &session));
/external/libese/apps/boot/
boot.c
820
return
ESE_APP_RESULT_ERROR_OS
;
Completed in 2645 milliseconds