OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtc_date_offset
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
vl-android.c
275
static int
rtc_date_offset
= -1; /* -1 means no change */
variable
594
if (
rtc_date_offset
== -1) {
600
ti -=
rtc_date_offset
;
611
if (
rtc_date_offset
== -1)
617
seconds = mktimegm(tm) +
rtc_date_offset
;
[
all
...]
vl.c
209
static int
rtc_date_offset
= -1; /* -1 means no change */
variable
381
if (
rtc_date_offset
== -1) {
387
ti -=
rtc_date_offset
;
398
if (
rtc_date_offset
== -1)
404
seconds = mktimegm(tm) +
rtc_date_offset
;
[
all
...]
Completed in 30 milliseconds