Searched refs:SYSTIME_PATH (Results 1 – 1 of 1) sorted by relevance
27 const char* SYSTIME_PATH = "/data/local/tmp/systimes"; variable32 const char* SYSTIME_PATH = "/proc/uptime"; variable47 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()