Searched refs:copy (Results 1 – 8 of 8) sorted by relevance
/bootable/recovery/mtdutils/ |
D | mtdutils.c | 334 size_t copy = len - read < avail ? len - read : avail; in mtd_read_data() local 335 memcpy(data + read, ctx->buffer + ctx->consumed, copy); in mtd_read_data() 336 ctx->consumed += copy; in mtd_read_data() 337 read += copy; in mtd_read_data() 485 size_t copy = len - wrote < avail ? len - wrote : avail; in mtd_write_data() local 486 memcpy(ctx->buffer + ctx->stored, data + wrote, copy); in mtd_write_data() 487 ctx->stored += copy; in mtd_write_data() 488 wrote += copy; in mtd_write_data()
|
/bootable/recovery/fonts/ |
D | OFL.txt | 49 a copy of the Font Software, to use, study, copy, merge, embed, modify, 57 redistributed and/or sold with any software, provided that each copy
|
/bootable/recovery/applypatch/ |
D | applypatch.cpp | 108 std::string copy(filename); in LoadPartitionContents() local 109 std::vector<std::string> pieces = android::base::Split(copy, ":"); in LoadPartitionContents() 309 std::string copy(target); in WriteToPartition() local 310 std::vector<std::string> pieces = android::base::Split(copy, ":"); in WriteToPartition()
|
D | NOTICE | 5 You may obtain a copy of the License at
|
/bootable/recovery/edify/ |
D | lexer.ll | 7 * You may obtain a copy of the License at
|
D | parser.yy | 7 * You may obtain a copy of the License at
|
/bootable/recovery/tools/recovery_l10n/src/com/android/recovery_l10n/ |
D | Main.java | 94 savedBitmaps.put(thisLocale, b.copy(Bitmap.Config.ARGB_8888, false)); in run()
|
/bootable/recovery/ |
D | NOTICE | 108 Derivative Works a copy of this License; and 121 include a readable copy of the attribution notices contained
|