HomeSort by relevance Sort by last modified time
    Searched refs:WS_ONLY (Results 1 - 2 of 2) sorted by null

  /system/extras/procmem/
procmem.c 67 #define WS_ONLY (1)
86 if (!strcmp(argv[i], "-w")) { ws = WS_ONLY; continue; }
141 if (ws == WS_ONLY) {
168 if (ws == WS_ONLY)
209 if ((ws != WS_ONLY) || (flags & PM_PAGE_REFERENCED)) {
244 if (ws == WS_ONLY) {
271 if (ws == WS_ONLY) {
  /system/extras/procrank/
procrank.c 129 #define WS_ONLY 1
145 if (!strcmp(argv[arg], "-w")) { ws = WS_ONLY; continue; }
191 case WS_ONLY:

Completed in 4100 milliseconds