HomeSort by relevance Sort by last modified time
    Searched refs:downgrade (Results 1 - 5 of 5) sorted by null

  /external/selinux/libsepol/tests/
Makefile 46 rm -f policies/test-downgrade/policy.hi policies/test-downgrade/policy.lo
50 $(MKDIR) -p policies/test-downgrade
51 ../../checkpolicy/checkpolicy -M policies/test-cond/refpolicy-base.conf -o policies/test-downgrade/policy.hi
libsepol-tests.c 25 #include "test-downgrade.h"
65 DECLARE_SUITE(downgrade);
  /external/v8/build/android/
adb_install_apk.py 65 parser.add_argument('--downgrade', action='store_true',
120 allow_downgrade=args.downgrade)
123 allow_downgrade=args.downgrade,
  /build/tools/releasetools/
ota_from_target_files 72 --downgrade
75 will be replaced by "ota-downgrade=yes" in the metadata file. A data
155 OPTIONS.downgrade = False
818 if OPTIONS.downgrade:
819 metadata["ota-downgrade"] = "yes"
821 raise RuntimeError("--downgrade specified but no downgrade detected: "
828 # update path of A -> C -> B. Specifying --downgrade may not help since
830 print("\nWARNING: downgrade detected: pre: %s, post: %s.\n"
832 "Try --downgrade?\n" % (pre_timestamp, post_timestamp)
    [all...]
ota_from_target_files.py 72 --downgrade
75 will be replaced by "ota-downgrade=yes" in the metadata file. A data
155 OPTIONS.downgrade = False
818 if OPTIONS.downgrade:
819 metadata["ota-downgrade"] = "yes"
821 raise RuntimeError("--downgrade specified but no downgrade detected: "
828 # update path of A -> C -> B. Specifying --downgrade may not help since
830 print("\nWARNING: downgrade detected: pre: %s, post: %s.\n"
832 "Try --downgrade?\n" % (pre_timestamp, post_timestamp)
    [all...]

Completed in 448 milliseconds