Home
last modified time | relevance | path

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

/system/extras/procmem/
Dprocmem.c68 #define WS_ONLY (1) in main() macro
87 if (!strcmp(argv[i], "-w")) { ws = WS_ONLY; continue; } in main()
142 if (ws == WS_ONLY) { in main()
169 if (ws == WS_ONLY) in main()
210 if ((ws != WS_ONLY) || (flags & PM_PAGE_REFERENCED)) { in main()
245 if (ws == WS_ONLY) { in main()
272 if (ws == WS_ONLY) { in main()
/system/extras/procrank/
Dprocrank.c195 #define WS_ONLY 1 in main() macro
220 if (!strcmp(argv[arg], "-w")) { ws = WS_ONLY; continue; } in main()
271 case WS_ONLY: in main()