OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:listfiles
(Results
1 - 2
of
2
) sorted by null
/external/skia/bin/
sync-and-gyp
121
def
listfiles
(folder, matchfilter):
function
127
for filename in sorted(
listfiles
('gyp', '*')):
132
for filename in sorted(
listfiles
(dir, '*.c*')):
/external/toybox/toys/posix/
ls.c
286
static void
listfiles
(int dirfd, struct dirtree *indir)
function
311
listfiles
(open(dt->name, 0), TT.singledir = dt);
513
listfiles
(openat(dirfd, sort[ul]->name, 0), sort[ul]);
559
listfiles
(AT_FDCWD, TT.files);
Completed in 133 milliseconds