Searched refs:processNamePath (Results 1 – 1 of 1) sorted by relevance
329 final Path processNamePath = processPath.resolve(PROCESS_NAME_FILENAME); in getProcessName() local331 final String processName = ProcStatsUtil.readSingleLineProcFile(processNamePath.toString()); in getProcessName()