Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/stats/pull/
H A DProcfsMemoryUtil.java25 private static final int[] CMDLINE_OUT = new int[] { PROC_OUT_STRING }; field in ProcfsMemoryUtil
71 if (!Process.readProcFile("/proc/" + pid + "/cmdline", CMDLINE_OUT, cmdline, null, null)) { in readCmdlineFromProcfs()