Searched refs:glob1 (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | glob.py | 30 for name in glob1(os.curdir, basename): 38 glob_in_dir = glob1 49 def glob1(dirname, pattern): function
|
/device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/ |
D | glob.c | 168 static int glob1(Char *, glob_t *, size_t *); 518 if ((error = glob1(patbuf, pglob, limit)) != 0) in glob0() 556 glob1(Char *pattern, glob_t *pglob, size_t *limit) in glob1() function
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/ |
D | msi.py | 1089 for f in glob.glob1(tcldir, "*.dll"): 1092 for f in glob.glob1(srcdir+"/"+PCBUILD, "*.pyd"): 1309 for f in glob.glob1(os.path.join(srcdir, PCBUILD), "*.pdb"):
|
D | msilib.py | 568 files = glob.glob1(self.absolute, pattern)
|