Searched refs:findfile (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dloadlib.c386 static const char *findfile (lua_State *L, const char *name, function
413 filename = findfile(L, name, "path", LUA_LSUBSEP);
439 const char *filename = findfile(L, name, "cpath", LUA_CSUBSEP);
452 filename = findfile(L, lua_tostring(L, -1), "cpath", LUA_CSUBSEP);

Completed in 54 milliseconds