Searched refs:procStatusLabels (Results 1 – 1 of 1) sorted by relevance
603 String[] procStatusLabels = { "Uid:" }; in getUidForPid() local606 Process.readProcLines("/proc/" + pid + "/status", procStatusLabels, procStatusValues); in getUidForPid()617 String[] procStatusLabels = { "PPid:" }; in getParentPid() local620 Process.readProcLines("/proc/" + pid + "/status", procStatusLabels, procStatusValues); in getParentPid()632 String[] procStatusLabels = { "Tgid:" }; in getThreadGroupLeader() local635 Process.readProcLines("/proc/" + tid + "/status", procStatusLabels, procStatusValues); in getThreadGroupLeader()