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 68 #define WS_ONLY (1)
87 if (!strcmp(argv[i], "-w")) { ws = WS_ONLY; continue; }
142 if (ws == WS_ONLY) {
169 if (ws == WS_ONLY)
209 if ((ws != WS_ONLY) || (flags & KPF_REFERENCED)) {
244 if (ws == WS_ONLY) {
271 if (ws == WS_ONLY) {
  /system/extras/procrank/
procrank.cpp 206 WS_ONLY,
230 if (!strcmp(argv[arg], "-w")) { ws = WS_ONLY; continue; }
272 case WS_ONLY:

Completed in 98 milliseconds