HomeSort by relevance Sort by last modified time
    Searched refs:uptime_str (Results 1 - 2 of 2) sorted by null

  /system/core/bootstat/
uptime_parser.cpp 28 std::string uptime_str; local
29 if (!android::base::ReadFileToString("/proc/uptime", &uptime_str)) {
35 return static_cast<time_t>(strtod(uptime_str.c_str(), NULL));
  /packages/services/Car/tools/bootio/
bootio_collector.cpp 211 std::string uptime_str; local
212 if (!android::base::ReadFileToString("/proc/uptime", &uptime_str)) {
218 return static_cast<time_t>(strtod(uptime_str.c_str(), NULL));

Completed in 286 milliseconds