OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:boottime
(Results
1 - 3
of
3
) sorted by null
/external/libchrome/base/time/
time_mac.cc
34
struct timeval
boottime
;
local
36
size_t size = sizeof(
boottime
);
37
int kr = sysctl(mib, arraysize(mib), &
boottime
, &size, nullptr, 0);
40
(base::Time::FromTimeT(
boottime
.tv_sec) +
41
base::TimeDelta::FromMicroseconds(
boottime
.tv_usec));
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
rstat.h
47
rstat_timeval
boottime
;
member in struct:statstime
67
rstat_timeval
boottime
;
member in struct:statsswtch
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
rstat.h
47
rstat_timeval
boottime
;
member in struct:statstime
67
rstat_timeval
boottime
;
member in struct:statsswtch
Completed in 67 milliseconds