Searched refs:procStatusLabels (Results 1 – 1 of 1) sorted by relevance
597 String[] procStatusLabels = { "Uid:" }; in getUidForPid() local600 Process.readProcLines("/proc/" + pid + "/status", procStatusLabels, procStatusValues); in getUidForPid()611 String[] procStatusLabels = { "PPid:" }; in getParentPid() local614 Process.readProcLines("/proc/" + pid + "/status", procStatusLabels, procStatusValues); in getParentPid()626 String[] procStatusLabels = { "Tgid:" }; in getThreadGroupLeader() local629 Process.readProcLines("/proc/" + tid + "/status", procStatusLabels, procStatusValues); in getThreadGroupLeader()