/bootable/recovery/otafault/ |
D | ota_io.cpp | 122 size_t status = fread(ptr, size, nitems, stream); in ota_fread() local 143 ssize_t status = read(fd, buf, nbyte); in ota_read() local 163 size_t status = fwrite(ptr, size, count, stream); in ota_fwrite() local 183 ssize_t status = write(fd, buf, nbyte); in ota_write() local 203 int status = fsync(fd); in ota_fsync() local
|
D | config.cpp | 57 int status = FindEntry(archive, zip_type_path, &entry); in should_fault_inject() local 72 int status = FindEntry(archive, zip_type_path, &entry); in fault_fname() local
|
/bootable/recovery/ |
D | adb_install.cpp | 95 int status; in apply_from_adb() local
|
D | recovery.cpp | 1051 bool status = start_sdcard_fuse(path.c_str()); in apply_from_sdcard() local 1059 int status; in apply_from_sdcard() local 1105 static Device::BuiltinAction prompt_and_wait(Device* device, int status) { in prompt_and_wait() 1284 android::status_t status = monitor.getProperty(android::BATTERY_PROP_CAPACITY, &capacity); in is_battery_ok() local 1503 int status = INSTALL_SUCCESS; in main() local
|
D | roots.cpp | 164 int status; in exec_cmd() local
|
D | install.cpp | 466 int status; in try_update_binary() local
|
/bootable/recovery/updater/ |
D | updater.cpp | 171 bool status = Evaluate(&state, root, &result); in main() local
|
D | install.cpp | 252 int status; in exec_cmd() local 313 int status = exec_cmd(mke2fs_argv[0], const_cast<char**>(mke2fs_argv)); in FormatFn() local 345 int status = exec_cmd(f2fs_path, const_cast<char**>(f2fs_argv)); in FormatFn() local 742 int status; in RunProgramFn() local 981 int status = wipe_block_device(fd, len); in WipeBlockDeviceFn() local
|
D | blockimg.cpp | 1088 int status = LoadSrcTgtVersion3(params, tgt, &blocks, true, &overlap); in PerformCommandMove() local 1279 int status = LoadSrcTgtVersion3(params, tgt, &blocks, false, &overlap); in PerformCommandDiff() local 1880 fec_status status; in BlockImageRecoverFn() local
|
/bootable/recovery/tests/component/ |
D | uncrypt_test.cpp | 112 int status; in SetupOrClearBcb() local
|
D | edify_test.cpp | 33 bool status = Evaluate(&state, e, &result); in expect() local
|
D | updater_test.cpp | 61 bool status = Evaluate(&state, e, &result); in expect() local
|
/bootable/recovery/uncrypt/ |
D | uncrypt.cpp | 202 static bool write_status_to_socket(int status, int socket) { in write_status_to_socket() 512 int status = uncrypt(input_path, map_file, socket); in uncrypt_wrapper() local
|
/bootable/recovery/bootloader_message/include/bootloader_message/ |
D | bootloader_message.h | 65 char status[32]; member
|
/bootable/recovery/update_verifier/ |
D | update_verifier.cpp | 134 bool status = android::base::ParseUint(ranges[0], &range_count); in read_blocks() local
|