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/tools/releasetools/
ota_from_target_files
815
pre_timestamp
= GetBuildProp("ro.build.date.utc", OPTIONS.source_info_dict)
816
is_downgrade = long(post_timestamp) < long(
pre_timestamp
)
822
"pre: %s, post: %s" % (
pre_timestamp
, post_timestamp))
832
"Try --downgrade?\n" % (
pre_timestamp
, post_timestamp))
[
all
...]
ota_from_target_files.py
815
pre_timestamp
= GetBuildProp("ro.build.date.utc", OPTIONS.source_info_dict)
816
is_downgrade = long(post_timestamp) < long(
pre_timestamp
)
822
"pre: %s, post: %s" % (
pre_timestamp
, post_timestamp))
832
"Try --downgrade?\n" % (
pre_timestamp
, post_timestamp))
[
all
...]
Completed in 962 milliseconds