Home
last modified time | relevance | path

Searched refs:procStatusLabels (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/core/java/android/os/
H A DProcess.java845 String[] procStatusLabels = { "Uid:" }; in getUidForPid() local
848 Process.readProcLines("/proc/" + pid + "/status", procStatusLabels, procStatusValues); in getUidForPid()
860 String[] procStatusLabels = { "PPid:" }; in getParentPid() local
863 Process.readProcLines("/proc/" + pid + "/status", procStatusLabels, procStatusValues); in getParentPid()
875 String[] procStatusLabels = { "Tgid:" }; in getThreadGroupLeader() local
878 Process.readProcLines("/proc/" + tid + "/status", procStatusLabels, procStatusValues); in getThreadGroupLeader()