Home
last modified time | relevance | path

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

/system/core/toolbox/
Dls.c27 #define LIST_SIZE (1 << 4) macro
139 if ((flags & LIST_SIZE) != 0) { in listfile_size()
303 if ((flags & (LIST_LONG | LIST_SIZE | LIST_CLASSIFY | LIST_MACLABEL | LIST_INODE)) == 0) { in listfile()
348 if ((flags & LIST_SIZE) != 0) { in listdir()
460 case 's': flags |= LIST_SIZE; break; in ls_main()