Searched refs:copy (Results 1 – 6 of 6) sorted by relevance
/bootable/recovery/mtdutils/ |
D | mtdutils.c | 335 size_t copy = len - read < avail ? len - read : avail; in mtd_read_data() local 336 memcpy(data + read, ctx->buffer + ctx->consumed, copy); in mtd_read_data() 337 ctx->consumed += copy; in mtd_read_data() 338 read += copy; in mtd_read_data() 483 size_t copy = len - wrote < avail ? len - wrote : avail; in mtd_write_data() local 484 memcpy(ctx->buffer + ctx->stored, data + wrote, copy); in mtd_write_data() 485 ctx->stored += copy; in mtd_write_data() 486 wrote += copy; in mtd_write_data()
|
/bootable/diskinstaller/ |
D | config.mk | 26 define sysbase-copy-files 53 define installer-copy-modules 97 $(call sysbase-copy-files,$(TARGET_OUT),$(TARGET_INSTALLER_SYSTEM_OUT)) 99 $(call installer-copy-modules,$(TARGET_OUT),\
|
/bootable/recovery/applypatch/ |
D | applypatch.c | 141 char* copy = strdup(filename); in LoadPartitionContents() local 142 const char* magic = strtok(copy, ":"); in LoadPartitionContents() 316 free(copy); in LoadPartitionContents() 363 char* copy = strdup(target); in WriteToPartition() local 364 const char* magic = strtok(copy, ":"); in WriteToPartition() 438 free(copy); in WriteToPartition()
|
D | NOTICE | 5 You may obtain a copy of the License at
|
/bootable/recovery/ |
D | recovery.cpp | 606 char* copy = copy_sideloaded_package(new_path); in update_directory() local 610 if (copy) { in update_directory() 611 result = install_package(copy, wipe_cache, TEMPORARY_INSTALL_FILE); in update_directory() 612 free(copy); in update_directory()
|
D | NOTICE | 108 Derivative Works a copy of this License; and 121 include a readable copy of the attribution notices contained
|