/bootable/recovery/tests/manual/ |
D | recovery_test.cpp | 54 ssize_t ret = __android_log_pmsg_file_read( in TEST() local 72 ssize_t ret = __android_log_pmsg_file_read( in TEST() local
|
/bootable/recovery/ |
D | recovery-refresh.cpp | 52 ssize_t ret; in main() local
|
D | recovery_main.cpp | 213 ssize_t ret = TEMP_FAILURE_RETRY(read(connection_fd, &msg, sizeof(msg))); in ListenRecoverySocket() local 490 auto ret = fastboot ? StartFastboot(device, args) : start_recovery(device, args); in main() local
|
/bootable/recovery/install/ |
D | snapshot_utils.cpp | 69 auto ret = sm->RecoveryCreateSnapshotDevices(); in CreateSnapshotPartitions() local
|
/bootable/recovery/minui/ |
D | graphics_fbdev.cpp | 42 int ret = ioctl(fb_fd, FBIOBLANK, blank ? FB_BLANK_POWERDOWN : FB_BLANK_UNBLANK); in Blank() local
|
D | events.cpp | 96 int ret = ioctl(fd, FIONREAD, &event_len_int); in inotify_cb() local 217 int ret = epoll_ctl(g_epoll_fd, EPOLL_CTL_ADD, fd, &ev); in ev_add_fd() local
|
D | graphics.cpp | 358 int ret = gr_init_font("font", &gr_font); in gr_init() local
|
/bootable/recovery/applypatch/ |
D | imgpatch.cpp | 70 int ret = deflateInit2(&strm, level, method, window_bits, mem_level, strategy); in ApplyBSDiffPatchAndStreamOutput() local 252 int ret = inflateInit2(&strm, -15); in ApplyImagePatch() local
|
D | imgdiff.cpp | 410 int ret = deflateInit2(&strm, level, METHOD, WINDOWBITS, MEMLEVEL, STRATEGY); in TryReconstruction() local 678 int ret = StartIteration(handle, &cookie); in InitializeChunks() local 805 int ret = ExtractToMemory(handle, entry, uncompressed_data.data(), uncompressed_len); in AddZipEntryToChunks() local 1308 int ret = inflateInit2(&strm, -15); in Initialize() local
|
/bootable/recovery/updater/ |
D | dynamic_partitions.cpp | 60 std::vector<std::string> ret; in ReadStringArgs() local
|
D | updater_runtime.cpp | 133 int ret = unmount_mounted_volume(vol); in Unmount() local
|
D | target_files.cpp | 182 if (auto ret = OpenArchive(path_.c_str(), &handle_); ret != 0) { in Open() local
|
D | updater_runtime_dynamic_partitions.cpp | 125 uint64_t ret; in uint_arg() local
|
D | install.cpp | 140 int32_t ret = ExtractEntryToFile(za, &entry, fd); in PackageExtractFileFn() local 183 int32_t ret = in PackageExtractFileFn() local
|
D | blockimg.cpp | 1913 int ret = pthread_join(params.thread, nullptr); in PerformBlockImageUpdate() local
|
/bootable/recovery/recovery_utils/ |
D | roots.cpp | 112 int ret = fstat(fd, &buf); in get_file_size() local
|
/bootable/recovery/update_verifier/ |
D | update_verifier.cpp | 182 bool ret = true; in ReadBlocks() local
|
/bootable/recovery/bootloader_message/ |
D | bootloader_message.cpp | 71 int ret; in wait_for_device() local
|