Searched defs:err (Results 1 – 9 of 9) sorted by relevance
/bootable/recovery/bootloader_message/ |
D | bootloader_message.cpp | 32 static struct fstab* read_fstab(std::string* err) { in read_fstab() 48 static std::string get_misc_blk_device(std::string* err) { in get_misc_blk_device() 63 static bool wait_for_device(const std::string& blk_device, std::string* err) { in wait_for_device() 84 static bool read_misc_partition(void* p, size_t size, size_t offset, std::string* err) { in read_misc_partition() 111 static bool write_misc_partition(const void* p, size_t size, size_t offset, std::string* err) { in write_misc_partition() 142 bool read_bootloader_message(bootloader_message* boot, std::string* err) { in read_bootloader_message() 146 bool write_bootloader_message(const bootloader_message& boot, std::string* err) { in write_bootloader_message() 150 bool clear_bootloader_message(std::string* err) { in clear_bootloader_message() 155 bool write_bootloader_message(const std::vector<std::string>& options, std::string* err) { in write_bootloader_message() 168 bool read_wipe_package(std::string* package_data, size_t size, std::string* err) { in read_wipe_package() [all …]
|
/bootable/recovery/minzip/ |
D | DirUtil.c | 35 int err; in getPathDirStatus() local 146 int err; in dirCreateHierarchy() local
|
D | Zip.c | 428 int err; in mzOpenZipArchive() local
|
/bootable/recovery/minui/ |
D | graphics_adf.cpp | 81 int err; in adf_interface_init() local 113 int err; in adf_device_init() local 168 int err = adf_device_open(dev_ids[i], O_RDWR, &dev); in adf_init() local
|
/bootable/recovery/updater/ |
D | updater.cpp | 81 int err; in main() local
|
/bootable/recovery/uncrypt/ |
D | uncrypt.cpp | 236 std::string err; in produce_block_map() local 509 std::string err; in clear_bcb() local 550 std::string err; in setup_bcb() local
|
/bootable/recovery/mtdutils/ |
D | flash_image.c | 35 int err = errno; in die() local
|
/bootable/recovery/ |
D | install.cpp | 493 int err = mzOpenZipArchive(map.addr, map.length, &zip); in really_install_package() local 580 int err = verify_file(const_cast<unsigned char*>(package_data), package_size, loadedKeys); in verify_package() local
|
D | recovery.cpp | 313 std::string err; in get_args() local 390 std::string err; in set_sdcard_update_bootloader_message() local 555 std::string err; in finish_recovery() local 948 int err = mzOpenZipArchive(reinterpret_cast<unsigned char*>(&wipe_package[0]), in check_wipe_package() local 1413 std::string err; in set_retry_bootloader_message() local
|