HomeSort by relevance Sort by last modified time
    Searched defs:boot_time (Results 1 - 5 of 5) sorted by null

  /external/libchrome/base/process/
process_info_linux.cc 23 Time boot_time = internal::GetBootTime(); local
24 if (boot_time.is_null())
26 return Time(boot_time + start_offset);
  /system/update_engine/
update_attempter_android_unittest.cc 125 Time boot_time = Time::FromInternalValue(22345); local
127 clock_->SetBootTime(boot_time);
129 TimeDelta duration = boot_time - Time::FromInternalValue(12345);
update_attempter_unittest.cc 1006 Time boot_time; local
    [all...]
update_attempter.cc 1524 int64_t boot_time = 0; local
    [all...]
  /device/google/contexthub/util/nanotool/
nanomessage.h 127 uint64_t boot_time; member in struct:android::ReadEventRequest::Request

Completed in 210 milliseconds