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

  /external/chromium_org/third_party/skia/third_party/lua/src/
luaconf.h 115 @@ LUA_DIRSEP is the directory separator (for submodules).
120 #define LUA_DIRSEP "\\"
122 #define LUA_DIRSEP "/"
loadlib.c 80 #define LUA_CSUBSEP LUA_DIRSEP
84 #define LUA_LSUBSEP LUA_DIRSEP
376 luaL_optstring(L, 4, LUA_DIRSEP));
710 lua_pushliteral(L, LUA_DIRSEP "\n" LUA_PATH_SEP "\n" LUA_PATH_MARK "\n"

Completed in 278 milliseconds