OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BOOT_TIME
(Results
1 - 8
of
8
) sorted by null
/bionic/libc/include/
utmp.h
51
#define
BOOT_TIME
2
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
utmpx.h
92
#define
BOOT_TIME
2 /* Time of system boot. */
utmp.h
104
#define
BOOT_TIME
2 /* Time of system boot. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
utmpx.h
92
#define
BOOT_TIME
2 /* Time of system boot. */
utmp.h
104
#define
BOOT_TIME
2 /* Time of system boot. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
utmpx.h
92
#define
BOOT_TIME
2 /* Time of system boot. */
utmp.h
104
#define
BOOT_TIME
2 /* Time of system boot. */
/external/toybox/toys/pending/
last.c
113
else if (!strcmp(ut.ut_user, "reboot")) ut.ut_type =
BOOT_TIME
;
132
} else if (ut.ut_type ==
BOOT_TIME
) {
139
curlog_type =
BOOT_TIME
;
167
case
BOOT_TIME
:
Completed in 2292 milliseconds