/bootable/recovery/applypatch/ |
D | utils.c | 42 unsigned char* p = pv; in Read2() local 48 unsigned char* p = pv; in Read4() local 56 unsigned char* p = pv; in Read8() local
|
D | main.c | 91 Value* p = (*patches)[i]; in ParsePatchArgs() local 142 Value* p = patches[i]; in PatchMode() local
|
D | imgdiff.c | 404 unsigned char* p = img+pos; in ReadImage() local 530 size_t p = 0; in TryReconstruction() local 580 size_t p = 0; in ReconstructDeflateChunk() local
|
D | applypatch.c | 230 char* p = (char*)file->data; in LoadPartitionContents() local
|
/bootable/recovery/minadbd/ |
D | transport_usb.c | 28 static inline void fix_endians(apacket *p) in fix_endians() 42 #define fix_endians(p) do {} while (0) argument 49 static int remote_read(apacket *p, atransport *t) in remote_read() 78 static int remote_write(apacket *p, atransport *t) in remote_write()
|
D | adb.c | 74 const char* p = getenv("ADB_TRACE"); in adb_trace_init() local 133 apacket *p = malloc(sizeof(apacket)); in get_apacket() local 139 void put_apacket(apacket *p) in put_apacket() 158 void print_packet(const char *label, apacket *p) in print_packet() 199 apacket *p = get_apacket(); in send_ready() local 209 apacket *p = get_apacket(); in send_close() local 285 void handle_packet(apacket *p, atransport *t) in handle_packet()
|
D | transport.c | 98 dump_packet(const char* name, const char* func, apacket* p) in dump_packet() 139 char *p = (char*)ppacket; /* really read a packet address */ in read_packet() local 170 char *p = (char*) ppacket; /* we really write the packet address */ in write_packet() local 203 apacket *p = 0; in transport_socket_events() local 212 void send_packet(apacket *p, atransport *t) in send_packet() 258 apacket *p; in output_thread() local 313 apacket *p; in input_thread() local 381 char *p = (char*)m; in transport_read_action() local 403 char *p = (char*)m; in transport_write_action() local 734 char *p = ptr; in readx() local [all …]
|
D | sockets.c | 130 static int local_socket_enqueue(asocket *s, apacket *p) in local_socket_enqueue() 201 apacket *p, *n; in local_socket_destroy() local 266 apacket *p; in local_socket_event_func() local 314 apacket *p = get_apacket(); in local_socket_event_func() local 424 static int remote_socket_enqueue(asocket *s, apacket *p) in remote_socket_enqueue() 440 apacket *p = get_apacket(); in remote_socket_ready() local 451 apacket *p = get_apacket(); in remote_socket_close() local 503 apacket *p = get_apacket(); in connect_to_remote() local 596 static int smart_socket_enqueue(asocket *s, apacket *p) in smart_socket_enqueue()
|
D | sysdeps.h | 228 char* p = strchr(path, '/'); in adb_dirstart() local 241 char* p = strrchr(path, '/'); in adb_dirstop() local
|
D | adb.h | 358 #define print_packet(tag,p) do {} while (0) argument
|
/bootable/recovery/ |
D | screen_ui.cpp | 159 float p = progressScopeStart + progress * progressScopeSize; in draw_progress_locked() local 293 float p = 1.0 * elapsed / duration; in progress_loop() local 384 for (char* p = lang; *p; ++p) { in SetLocale() local
|
D | recovery.cpp | 434 const char* const* p; in prepend_title() local
|
/bootable/recovery/mtdutils/ |
D | mtdutils.c | 97 MtdPartition *p = &g_mtd_state.partitions[i]; in mtd_scan_partitions() local 143 MtdPartition *p = &g_mtd_state.partitions[mtdnum]; in mtd_scan_partitions() local 181 MtdPartition *p = &g_mtd_state.partitions[i]; in mtd_find_partition_by_name() local
|
/bootable/recovery/minzip/ |
D | DirUtil.c | 115 char *p = cpath; in dirCreateHierarchy() local
|
D | Zip.c | 889 char *p = helper->buf; in targetEntryPath() local
|
/bootable/recovery/edify/ |
D | expr.c | 87 int p = 0; in ConcatFn() local
|
/bootable/recovery/updater/ |
D | install.c | 461 char* p; in make_parents() local
|