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