OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pre_timestamp
(Results
1 - 2
of
2
) sorted by null
/build/make/tools/releasetools/
ota_from_target_files
566
pre_timestamp
= GetBuildProp("ro.build.date.utc", OPTIONS.source_info_dict)
567
is_downgrade = long(post_timestamp) < long(
pre_timestamp
)
572
"pre: %s, post: %s" % (
pre_timestamp
, post_timestamp))
577
"pre: %s, post: %s" % (
pre_timestamp
, post_timestamp))
578
metadata["post-timestamp"] = str(long(
pre_timestamp
) + 1)
584
pre_timestamp
, post_timestamp))
[
all
...]
ota_from_target_files.py
566
pre_timestamp
= GetBuildProp("ro.build.date.utc", OPTIONS.source_info_dict)
567
is_downgrade = long(post_timestamp) < long(
pre_timestamp
)
572
"pre: %s, post: %s" % (
pre_timestamp
, post_timestamp))
577
"pre: %s, post: %s" % (
pre_timestamp
, post_timestamp))
578
metadata["post-timestamp"] = str(long(
pre_timestamp
) + 1)
584
pre_timestamp
, post_timestamp))
[
all
...]
Completed in 51 milliseconds