HomeSort by relevance Sort by last modified time
    Searched refs:LIB_FAIL (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
loadlib.c 98 #define LIB_FAIL "open"
222 #undef LIB_FAIL
223 #define LIB_FAIL "absent"
316 lua_pushstring(L, (stat == ERRLIB) ? LIB_FAIL : "init");
  /external/skia/third_party/lua/src/
loadlib.c 98 #define LIB_FAIL "open"
222 #undef LIB_FAIL
223 #define LIB_FAIL "absent"
316 lua_pushstring(L, (stat == ERRLIB) ? LIB_FAIL : "init");
  /external/syslinux/com32/lua/src/
loadlib.c 102 #define LIB_FAIL "open"
271 #undef LIB_FAIL
272 #define LIB_FAIL "absent"
365 lua_pushstring(L, (stat == ERRLIB) ? LIB_FAIL : "init");

Completed in 70 milliseconds