OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:start_uptime
(Results
1 - 4
of
4
) sorted by null
/external/dhcpcd/
dhcpcd.h
133
time_t
start_uptime
;
member in struct:interface
dhcp.c
913
time_t up = uptime() - iface->
start_uptime
;
[
all
...]
dhcpcd.c
1179
iface->
start_uptime
= uptime();
[
all
...]
/external/chromium_org/chrome/browser/chromeos/system/
automatic_reboot_manager_unittest.cc
146
void VerifyGracePeriod(const base::TimeDelta&
start_uptime
) const;
506
const base::TimeDelta&
start_uptime
) const {
508
start_uptime
- task_runner_->Uptime() - uptime_processing_delay_;
[
all
...]
Completed in 3066 milliseconds