Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/diskio_plugin/src/
Dio_stats.cpp29 const char* DISKSTATS_PATH = "/data/local/tmp/diskstats"; variable
34 const char* DISKSTATS_PATH = "/proc/diskstats"; variable
141 std::ifstream input(DISKSTATS_PATH, std::ios::in); in ParseIoStats()