Searched refs:luaL_loadfile (Results 1 – 6 of 6) sorted by relevance
/external/lua/src/ |
D | lauxlib.h | 94 #define luaL_loadfile(L,f) luaL_loadfilex(L,f,NULL) macro 144 (luaL_loadfile(L, fn) || lua_pcall(L, 0, LUA_MULTRET, 0))
|
D | lua.c | 180 return dochunk(L, luaL_loadfile(L, name)); in dofile() 225 status = luaL_loadfile(L, fname); in handle_script()
|
D | lbaselib.c | 396 if (luaL_loadfile(L, fname) != LUA_OK) in luaB_dofile()
|
D | loadlib.c | 548 return checkload(L, (luaL_loadfile(L, filename) == LUA_OK), filename); in searcher_Lua()
|
D | luac.c | 180 if (luaL_loadfile(L,filename)!=LUA_OK) fatal(lua_tostring(L,-1)); in pmain()
|
/external/mesa3d/src/freedreno/decode/ |
D | script.c | 594 ret = luaL_loadfile(L, file); in script_load()
|