Home
last modified time | relevance | path

Searched refs:LIST_DIRECTORIES (Results 1 – 1 of 1) sorted by relevance

/system/core/toolbox/
Dls.c26 #define LIST_DIRECTORIES (1 << 3) macro
432 if ((flags & LIST_DIRECTORIES) == 0 && S_ISDIR(s.st_mode)) { in listpath()
462 case 'd': flags |= LIST_DIRECTORIES; break; in ls_main()