Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/diskio_plugin/src/
Dio_stats.cpp27 const char* SYSTIME_PATH = "/data/local/tmp/systimes"; variable
32 const char* SYSTIME_PATH = "/proc/uptime"; variable
47 std::ifstream input(SYSTIME_PATH, std::ios::in); in GetSystime()
48 …CHECK_TRUE(!input.fail(), systime, "%s:open %s failed, errno = %d", __func__, SYSTIME_PATH, errno); in GetSystime()