Home
last modified time | relevance | path

Searched refs:dirsep (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dloadlib.c352 const char *dirsep) { in searchpath() argument
356 name = luaL_gsub(L, name, sep, dirsep); /* replace it by 'dirsep' */ in searchpath()
388 const char *dirsep) { in findfile() argument
394 return searchpath(L, name, path, ".", dirsep); in findfile()