Searched refs:boottime (Results 1 – 2 of 2) sorted by relevance
/external/libchrome/base/time/ |
D | time_mac.cc | 34 struct timeval boottime; in ComputeCurrentTicks() local 36 size_t size = sizeof(boottime); in ComputeCurrentTicks() 37 int kr = sysctl(mib, arraysize(mib), &boottime, &size, NULL, 0); in ComputeCurrentTicks() 40 (base::Time::FromTimeT(boottime.tv_sec) + in ComputeCurrentTicks() 41 base::TimeDelta::FromMicroseconds(boottime.tv_usec)); in ComputeCurrentTicks()
|
/external/selinux/sepolgen/src/sepolgen/ |
D | audit.py | 43 boottime = time.strftime("%X", s) 44 …search", "-m", "AVC,USER_AVC,MAC_POLICY_LOAD,DAEMON_START,SELINUX_ERR", "-ts", bootdate, boottime],
|