/bootable/recovery/updater/ |
D | update_simulator_main.cpp | 85 if (option_name == "oem_settings"s) { in main() 87 } else if (option_name == "skip_functions"s) { in main() 89 } else if (option_name == "source"s) { in main() 91 } else if (option_name == "ota_package"s) { in main() 93 } else if (option_name == "keep_images"s) { in main() 95 } else if (option_name == "work_dir"s) { in main()
|
D | commands.cpp | 110 *err = "invalid src_block_count \""s + token + "\""; in ParseTargetInfoAndSourceInfo() 415 *err = "unexpected transfer list version ["s + lines[0] + "]"; in Parse() 421 *err = "unexpected block count ["s + lines[1] + "]"; in Parse() 432 *err = "unexpected maximum stash blocks ["s + lines[3] + "]"; in Parse()
|
/bootable/recovery/tests/testdata/ |
D | recovery_body | 198 …�ERCP ����������/fstab.U 211 …�ERCP ����������/res�� /U 225 …�ERCP ����������/sbin�� /U 307 …�ERCP ���������� /bus/usb��U 320 …�ERCP ��������� �$/fscklogs�� /U 327 …�ERCP ��������� �$/graphics�� /U 370 …�ERCP ����������:/rpmsg-omxn�… 380 …�ERCP ����������/snd�� /U 386 …�ERCP ���������� /socket�� /U 392 …ERCP ����������R/socket/sap_uim_sock… [all …]
|
/bootable/recovery/fonts/ |
D | OFL.txt | 30 Holder(s) under this license and clearly marked as such. This may 34 copyright statement(s). 37 distributed by the Copyright Holder(s). 64 Name(s) unless explicit written permission is granted by the corresponding 68 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font 70 Modified Version, except to acknowledge the contribution(s) of the 71 Copyright Holder(s) and the Author(s) or with their explicit written
|
/bootable/recovery/tests/unit/host/ |
D | update_simulator_test.cpp | 271 R"(patch_partition_check("%s", "%s") || abort("check failed");)", 274 R"(patch_partition("%s", "%s", package_extract_file("patch.p")) || abort("patch failed");)", 331 { "META/misc_info.txt", "extfs_sparse_flag=-s" }, 358 { "META/misc_info.txt", "extfs_sparse_flag=-s" }, 372 "EMMC:/dev/block/by-name/boot:%zu:%s", boot_img_string.size(), boot_sha1.c_str()); 374 "EMMC:/dev/block/by-name/recovery:%zu:%s", recovery_img_string.size(), recovery_sha1.c_str());
|
/bootable/recovery/edify/ |
D | parser.yy | 35 void yyerror(std::unique_ptr<Expr>* root, int* error_count, const char* s); 133 void yyerror(std::unique_ptr<Expr>* root, int* error_count, const char* s) { 134 if (strlen(s) == 0) { 135 s = "syntax error"; 137 printf("line %d col %d: %s\n", gLine, gColumn, s);
|
D | README.md | 46 - There's no distinction between quoted and unquoted strings; the 89 second argument only if it's needed to determine the truth of the
|
D | expr.cpp | 41 static bool BooleanString(const std::string& s) { in BooleanString() argument 42 return !s.empty(); in BooleanString()
|
/bootable/recovery/update_verifier/ |
D | update_verifier_main.cpp | 27 std::string s = android::base::GetProperty("ro.boot.slot_suffix", ""); in main() local 29 if (s.empty()) { in main()
|
/bootable/recovery/minadbd/ |
D | minadbd.cpp | 39 if ((argc != 3 && argc != 4) || argv[1] != "--socket_fd"s || in main() 40 (argc == 4 && argv[3] != "--rescue"s)) { in main()
|
D | README.md | 17 - When requested to start `minadbd`, `recovery` stops `adbd` first, if it's running; it then forks
|
/bootable/recovery/tests/unit/ |
D | update_verifier_test.cpp | 40 care_map_prefix_ = care_map_dir_.path + "/care_map"s; in SetUp() 41 care_map_pb_ = care_map_dir_.path + "/care_map.pb"s; in SetUp() 42 care_map_txt_ = care_map_dir_.path + "/care_map.txt"s; in SetUp()
|
D | uncrypt_test.cpp | 195 message = "--wipe_ab\n--wipe_package="s + wipe_package.path + "\n--reason=wipePackage"s; in TEST_F()
|
D | applypatch_modes_test.cpp | 50 return "EMMC:"s + (display_name.empty() ? filename : display_name) + ":" + in GetEmmcTargetString()
|
D | verifier_test.cpp | 316 std::string package = "\x50\x4b\x05\x06"s + std::string(12, '\0') + "\xff\xff\xff\xff\x00\x00"s; in TEST()
|
D | applypatch_test.cpp | 241 std::string file1_path = mock_cache.path + "/file1"s; in TEST_F()
|
/bootable/recovery/minui/include/minui/ |
D | minui.h | 131 void gr_text(const GRFont* font, int x, int y, const char* s, bool bold); 133 int gr_measure(const GRFont* font, const char* s);
|
/bootable/recovery/bootloader_message/ |
D | bootloader_message.cpp | 215 for (const auto& s : options) { in update_bootloader_message_in_struct() local 216 recovery += s; in update_bootloader_message_in_struct() 217 if (s.back() != '\n') { in update_bootloader_message_in_struct()
|
/bootable/recovery/minui/ |
D | graphics.cpp | 60 int gr_measure(const GRFont* font, const char* s) { in gr_measure() argument 65 return font->char_width * strlen(s); in gr_measure() 157 void gr_text(const GRFont* font, int x, int y, const char* s, bool bold) { in gr_text() argument 171 while ((ch = *s++)) { in gr_text()
|
/bootable/recovery/recovery_utils/ |
D | Android.bp | 50 // A utility lib that's local to recovery (in contrast, libotautil is exposed to device-specific
|
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/ |
D | UpdateManager.java | 326 .ifPresent(s -> extraProperties.add("AUTHORIZATION=" + s)); in prepareExtraProperties()
|
/bootable/recovery/updater_sample/ |
D | README.md | 67 2. This sample app demostrates suspend/resume using update_engins's 75 matches the update_engine's status (as onStatusUpdate is guaranteed to be called). 121 initialized, it's guaranteed to invoke callback onStatusUpdate. 178 privileged system app, so it's granted the required permissions to access
|
/bootable/recovery/ |
D | NOTICE | 93 Contribution(s) alone or by combination of their Contribution(s) 94 with the Work to which such Contribution(s) was submitted. If You
|
/bootable/libbootloader/libxbc/ |
D | COPYING | 81 Contribution(s) alone or by combination of their Contribution(s) 82 with the Work to which such Contribution(s) was submitted. If You
|
/bootable/recovery/uncrypt/ |
D | uncrypt.cpp | 276 std::string s = android::base::StringPrintf("%s\n%" PRId64 " %" PRId64 "\n", blk_dev.c_str(), in ProductBlockMap() local 279 if (!android::base::WriteStringToFd(s, mapfd)) { in ProductBlockMap()
|