Home | History | Annotate | Download | only in server

Lines Matching defs:pids

494                             int pids[] = getStorageUsers(path);
495 if (pids == null || pids.length == 0) {
499 ams.killPids(pids, "unmount media", true);
501 pids = getStorageUsers(path);
502 if (pids == null || pids.length == 0) {