OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:boot_time
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/base/process/
process_info_linux.cc
22
Time
boot_time
= internal::GetBootTime();
local
23
DCHECK(!
boot_time
.is_null());
24
return Time(
boot_time
+ start_offset);
/external/chromium_org/chrome/browser/chromeos/system/
automatic_reboot_manager.h
87
base::TimeTicks
boot_time
;
member in struct:chromeos::system::AutomaticRebootManager::SystemEventTimes
automatic_reboot_manager.cc
140
boot_time
= base::TimeTicks::Now() - uptime;
146
update_reboot_needed_time =
boot_time
+ update_reboot_needed_uptime;
294
boot_time_ = system_event_times.
boot_time
+ offset;
Completed in 160 milliseconds