Home
last modified time | relevance | path

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

/system/core/toolbox/
Dls.c28 #define LIST_LONG_NUMERIC (1 << 5) macro
184 if (flags & LIST_LONG_NUMERIC) { in listfile_long()
459 case 'n': flags |= LIST_LONG | LIST_LONG_NUMERIC; break; in ls_main()