Home
last modified time | relevance | path

Searched refs:uptime (Results 1 – 6 of 6) sorted by relevance

/device/google/cuttlefish/host/frontend/adb_connector/
Dadb_connection_maintainer.cpp222 auto uptime = RecvUptimeResult(sock); in WaitForAdbDisconnection() local
223 if (uptime < 0) { in WaitForAdbDisconnection()
227 LOG(VERBOSE) << "device on " << address << " uptime " << uptime; in WaitForAdbDisconnection()
/device/google/gs201/dumpstate/
Ddump_power_gs201.sh5 echo -n "Boot: " && /vendor/bin/uptime -s && echo -n "Now: " && date;
/device/google/gs101/dumpstate/
Ddump_gs101.sh11 echo -n "Boot: " && /vendor/bin/uptime -s && echo -n "Now: " && date;
/device/google/cuttlefish/tools/
Dcreate_base_image.go203 build_instance+` -- `+ssh_flags.AsArgs()+` uptime `)
/device/google/zuma/dumpstate/
Ddump_power.cpp104 const time_t boottime = time(NULL) - info.uptime; in dumpPowerStatsTimes()
/device/google/zumapro/dumpstate/
Ddump_power.cpp106 const time_t boottime = time(NULL) - info.uptime; in dumpPowerStatsTimes()