Home
last modified time | relevance | path

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

/hardware/google/graphics/common/memtrack-pixel/core/
DMemtrack.cpp63 auto devPath = filesystem::path(GpuSysfsReader::kSysfsDevicePath); in getGpuDeviceInfo() local
65 if (filesystem::exists(devPath) && filesystem::is_symlink(devPath)) { in getGpuDeviceInfo()
66 devName = filesystem::read_symlink(devPath).filename().string(); in getGpuDeviceInfo()