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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
loadlib.c 54 ** LUA_EXEC_DIR in a Windows path is replaced by the executable's
65 #if !defined (LUA_EXEC_DIR)
66 #define LUA_EXEC_DIR "!"
177 luaL_gsub(L, lua_tostring(L, -1), LUA_EXEC_DIR, buff);
711 LUA_EXEC_DIR "\n" LUA_IGMARK "\n");
  /external/skia/third_party/lua/src/
loadlib.c 54 ** LUA_EXEC_DIR in a Windows path is replaced by the executable's
65 #if !defined (LUA_EXEC_DIR)
66 #define LUA_EXEC_DIR "!"
177 luaL_gsub(L, lua_tostring(L, -1), LUA_EXEC_DIR, buff);
711 LUA_EXEC_DIR "\n" LUA_IGMARK "\n");
  /external/syslinux/com32/lua/src/
loadlib.c 58 ** LUA_EXEC_DIR in a Windows path is replaced by the executable's
69 #if !defined (LUA_EXEC_DIR)
70 #define LUA_EXEC_DIR "!"
181 luaL_gsub(L, lua_tostring(L, -1), LUA_EXEC_DIR, buff);
788 LUA_EXEC_DIR "\n" LUA_IGMARK "\n");

Completed in 59 milliseconds