Home
last modified time | relevance | path

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

/system/core/toolbox/
Dls.c31 #define LIST_INODE (1 << 8) macro
303 if ((flags & (LIST_LONG | LIST_SIZE | LIST_CLASSIFY | LIST_MACLABEL | LIST_INODE)) == 0) { in listfile()
322 if(flags & LIST_INODE) { in listfile()
466 case 'i': flags |= LIST_INODE; break; in ls_main()