Home
last modified time | relevance | path

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

/system/extras/procmem/
Dprocmem.c67 #define WS_ONLY (1) in main() macro
86 if (!strcmp(argv[i], "-w")) { ws = WS_ONLY; continue; } in main()
141 if (ws == WS_ONLY) { in main()
168 if (ws == WS_ONLY) in main()
209 if ((ws != WS_ONLY) || (flags & PM_PAGE_REFERENCED)) { in main()
244 if (ws == WS_ONLY) { in main()
271 if (ws == WS_ONLY) { in main()
/system/extras/procrank/
Dprocrank.c123 #define WS_ONLY 1 in main() macro
139 if (!strcmp(argv[arg], "-w")) { ws = WS_ONLY; continue; } in main()
185 case WS_ONLY: in main()