Lines Matching +full:dir +full:- +full:glob
2 # encoding: utf-8
16 # while doing the recursive traversal in the glob_impl method of glob function.
20 # while doing the recursive traversal in the glob_impl method of glob function.
24 # while doing the recursive traversal in the glob_impl method of glob function.
52 DIR = 1 variable
57 ALL_NO_LINK = DIR | FILE
58 ALL = DIR | FILE | LINKS
65 **/a: match 'a', 'dir/a', 'dir1/dir2/a'
99 def glob(dir_path, function
148 entry_type = is_file and FILE or DIR
171 ['path/source.py', '/.py', 'dir.py/z', 'z.pyc', 'z.c']),
174 … ['path/', 'a/path/b', 'dir.py/z', 'somepath', 'pathsuffix', 'a/somepath']),
188 ['src/a.py', 'src/dir/a.py'],