Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/base/process/
H A Dprocess_metrics_linux.cc1028 const FilePath geminfo_path("/run/debugfs_gpu/exynos_gem_objects"); in GetGraphicsMemoryInfo() local
1030 const FilePath geminfo_path("/run/debugfs_gpu/i915_gem_objects"); in GetGraphicsMemoryInfo() local
1035 if (ReadFileToStringNonBlocking(geminfo_path, &geminfo_data)) { in GetGraphicsMemoryInfo()