Home
last modified time | relevance | path

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

/external/skia/third_party/lua/src/
Dloadlib.c386 static const char *findfile (lua_State *L, const char *name, in findfile() function
/external/syslinux/com32/lua/src/
Dloadlib.c435 static const char *findfile (lua_State *L, const char *name, in findfile() function
/external/python/cpython2/Lib/test/
Dtest_support.py768 def findfile(file, here=__file__, subdir=None): function