Home
last modified time | relevance | path

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

/external/libchrome/base/process/
Dprocess_metrics_linux.cc156 FilePath geminfo_file("/run/debugfs_gpu/exynos_gem_objects"); in ReadChromeOSGraphicsMemory() local
158 FilePath geminfo_file("/run/debugfs_gpu/i915_gem_objects"); in ReadChromeOSGraphicsMemory()
163 if (ReadFileToString(geminfo_file, &geminfo_data)) { in ReadChromeOSGraphicsMemory()