Home
last modified time | relevance | path

Searched defs:findfile (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dloadlib.c386 static const char *findfile (lua_State *L, const char *name, in findfile() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_support.py434 def findfile(file, here=__file__, subdir=None): function