Home
last modified time | relevance | path

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

/hardware/google/graphics/common/memtrack-pixel/core/
DGpuSysfsReader.cpp19 ss << kSysfsDevicePath << "/" << kProcessDir << "/" << pid << "/" << node; in readNode()
21 ss << kSysfsDevicePath << "/" << node; in readNode()
DGpuSysfsReader.h12 constexpr char kSysfsDevicePath[] = "/sys/class/misc/mali0/device"; variable
DMemtrack.cpp63 auto devPath = filesystem::path(GpuSysfsReader::kSysfsDevicePath); in getGpuDeviceInfo()