Searched refs:readProcLines (Results 1 – 1 of 1) sorted by relevance
759 Process.readProcLines("/proc/" + pid + "/status", procStatusLabels, procStatusValues); in getUidForPid()774 Process.readProcLines("/proc/" + pid + "/status", procStatusLabels, procStatusValues); in getParentPid()789 Process.readProcLines("/proc/" + tid + "/status", procStatusLabels, procStatusValues); in getThreadGroupLeader()1077 public static final native void readProcLines(String path, in readProcLines() method in Process