| /bootable/recovery/bootloader_message/ |
| D | bootloader_message.cpp | 50 std::string get_misc_blk_device(std::string* err) { in get_misc_blk_device() 71 static bool wait_for_device(const std::string& blk_device, std::string* err) { in wait_for_device() 93 size_t offset, std::string* err) { in read_misc_partition() 117 size_t offset, std::string* err) { in write_misc_partition() 142 std::string get_bootloader_message_blk_device(std::string* err) { in get_bootloader_message_blk_device() 150 std::string* err) { in read_bootloader_message_from() 155 bool read_bootloader_message(bootloader_message* boot, std::string* err) { in read_bootloader_message() 164 std::string* err) { in write_bootloader_message_to() 169 bool write_bootloader_message(const bootloader_message& boot, std::string* err) { in write_bootloader_message() 177 bool clear_bootloader_message(std::string* err) { in clear_bootloader_message() [all …]
|
| D | misctrl_main.cpp | 27 std::string err; in check_control_message() local 66 std::string err; in check_reserved_space() local 87 int err = 0; in main() local
|
| /bootable/deprecated-ota/tests/unit/ |
| D | commands_test.cpp | 53 std::string err; in TEST() local 75 std::string err; in TEST() local 101 std::string err; in TEST() local 129 std::string err; in TEST() local 153 std::string err; in TEST() local 162 std::string err; in TEST() local 171 std::string err; in TEST() local 183 std::string err; in TEST() local 195 std::string err; in TEST() local 215 std::string err; in TEST() local [all …]
|
| D | updater_test.cpp | 538 std::string err; in TEST_F() local 562 std::string err; in TEST_F() local
|
| /bootable/recovery/tests/unit/ |
| D | uncrypt_test.cpp | 68 std::string err; in SetUp() local 75 std::string err; in TearDown() local 132 std::string err; in SetupOrClearBcb() local 154 std::string err; in VerifyBootloaderMessage() local 178 std::string err; in TEST_F() local
|
| D | bootloader_message_test.cpp | 39 std::string err; in TEST() local
|
| /bootable/deprecated-ota/applypatch/ |
| D | applypatch_modes.cpp | 39 std::string err; in CheckMode() local 49 std::string err; in FlashMode() local 60 std::string err; in PatchMode() local
|
| D | applypatch.cpp | 431 Partition Partition::Parse(const std::string& input_str, std::string* err) { in Parse()
|
| D | imgdiff.cpp | 658 int err = OpenArchiveFromMemory(const_cast<uint8_t*>(file_content_.data()), zipfile_size, in Initialize() local
|
| /bootable/recovery/install/ |
| D | spl_check.cpp | 66 int32_t err = ExtractToMemory(zip, &metadata_entry, ota_metadata.data(), metadata_entry_length); in ViolatesSPLDowngrade() local
|
| D | wipe_data.cpp | 109 std::string err; in WipeData() local
|
| D | wipe_device.cpp | 61 if (auto err = ExtractToMemory( in GetWipePartitionList() local
|
| D | fuse_install.cpp | 51 std::string err; in SetSdcardUpdateBootloaderMessage() local
|
| D | install.cpp | 94 int32_t err = in ReadMetadataFromPackage() local 287 int32_t err = in ExtractPayloadProperties() local 736 int err = verify_file(package, loaded_keys); in verify_package() local
|
| /bootable/recovery/ |
| D | recovery.cpp | 141 std::string err; in FinishRecovery() local 199 std::string err; in prompt_and_wipe_data() local 334 std::string err; in WriteUpdateInProgress() local 582 std::string err; in set_retry_bootloader_message() local
|
| D | recovery_main.cpp | 96 std::string err; in get_args() local 531 std::string err; in main() local
|
| /bootable/recovery/fastboot/ |
| D | fastboot.cpp | 86 std::string err; in StartFastboot() local
|
| /bootable/libbootloader/gbl/libstorage/src/ |
| D | gpt.rs | 1226 let err = Error::GptError(GptError::IncorrectMagic(0x123456)); in test_sync_gpt_incorrect_magic() localVariable 1235 let err = Error::GptError(GptError::IncorrectHeaderCrc); in test_sync_gpt_incorrect_crc() localVariable 1245 let err = Error::GptError(GptError::UnexpectedHeaderSize { actual: 93, expect: 92 }); in test_sync_gpt_unexpected_header_size() localVariable 1255 let err = Error::GptError(GptError::UnexpectedEntrySize { actual: 129, expect: 128 }); in test_sync_gpt_unexpected_entry_size() localVariable 1266 let err = Error::GptError(GptError::InvalidFirstLastUsableBlock { in test_sync_gpt_first_usable_gt_last() localVariable 1280 let err = Error::GptError(GptError::InvalidFirstLastUsableBlock { in test_sync_gpt_first_usable_out_of_range() localVariable 1294 let err = Error::GptError(GptError::InvalidFirstLastUsableBlock { in test_sync_gpt_last_usable_out_of_range() localVariable 1330 let err = Error::GptError(GptError::IncorrectEntriesCrc); in test_sync_gpt_incorrect_entry_crc() localVariable 1340 let err = Error::GptError(GptError::InvalidPartitionRange { in test_sync_gpt_partition_range_overflow() localVariable 1355 let err = Error::GptError(GptError::InvalidPartitionRange { in test_sync_gpt_invalid_partition_range() localVariable [all …]
|
| /bootable/recovery/otautil/ |
| D | dirutil.cpp | 99 int err = mkdir(dir_path.c_str(), mode); in mkdir_recursively() local
|
| D | package.cpp | 205 if (auto err = OpenArchiveFromMemory(const_cast<uint8_t*>(addr_), package_size_, path_.c_str(), in GetZipArchiveHandle() local 272 if (auto err = OpenArchiveFd(fd_.get(), path_.c_str(), &zip_handle_, false); err != 0) { in GetZipArchiveHandle() local
|
| /bootable/deprecated-ota/updater/ |
| D | commands.cpp | 80 std::string* err) { in ParseTargetInfoAndSourceInfo() 178 Command Command::Parse(const std::string& line, size_t index, std::string* err) { in Parse() 404 TransferList TransferList::Parse(const std::string& transfer_list_str, std::string* err) { in Parse()
|
| D | install.cpp | 215 std::string err; in PatchPartitionCheckFn() local 256 std::string err; in PatchPartitionFn() local 729 std::string err; in RebootNowFn() local 773 std::string err; in SetStageFn() local 801 std::string err; in GetStageFn() local
|
| D | dynamic_partitions.cpp | 115 std::string err; in UpdateDynamicPartitionsFn() local
|
| /bootable/recovery/uncrypt/ |
| D | uncrypt.cpp | 245 std::string err; in ProductBlockMap() local 557 std::string err; in clear_bcb() local 598 std::string err; in setup_bcb() local
|
| /bootable/libbootloader/gbl/libgbl/src/android_boot/ |
| D | vboot.rs | 53 let err = Err(Error::TooManyPartitions(MAX_NUM_PARTITION)); in try_push_preloaded() localVariable 61 let err = Err(Error::TooManyPartitions(MAX_NUM_PARTITION)); in try_extend_preloaded() localVariable
|