/bootable/recovery/tests/unit/ |
D | commands_test.cpp | 52 SourceInfo source; in TEST() local 74 SourceInfo source; in TEST() local 100 SourceInfo source; in TEST() local 128 SourceInfo source; in TEST() local 152 SourceInfo source; in TEST() local 440 const SourceInfo source("2727756cfee3fbfe24bf5650123fd7743d7b3465", RangeSet({ { 0, 2 } }), {}, in TEST() local 457 const SourceInfo source( in TEST() local 479 const SourceInfo source("2727756cfee3fbfe24bf5650123fd7743d7b3465", RangeSet({ { 0, 2 } }), {}, in TEST() local 488 const SourceInfo source( in TEST() local
|
/bootable/recovery/applypatch/ |
D | applypatch_modes.cpp | 67 auto source = Partition::Parse(source_emmc, &err); in PatchMode() local 126 std::string source; in applypatch_modes() local
|
D | applypatch.cpp | 256 bool PatchPartitionCheck(const Partition& target, const Partition& source) { in PatchPartitionCheck() 268 bool PatchPartition(const Partition& target, const Partition& source, const Value& patch, in PatchPartition()
|
/bootable/recovery/updater/ |
D | commands.cpp | 79 const std::string& src_hash, SourceInfo* source, in ParseTargetInfoAndSourceInfo() 319 const std::vector<uint8_t>& source, size_t block_size) { in MoveRange() 391 std::ostream& operator<<(std::ostream& os, const SourceInfo& source) { in operator <<()
|
D | install.cpp | 226 auto source = Partition::Parse(args[1], &err); in PatchPartitionCheckFn() local 262 auto source = Partition::Parse(args[1], &err); in PatchPartitionFn() local
|
D | blockimg.cpp | 959 const std::vector<uint8_t>& source) { in MoveRange()
|
/bootable/recovery/ |
D | fsck_unshare_blocks.cpp | 44 static bool copy_file(const char* source, const char* dest) { in copy_file()
|
D | recovery-persist.cpp | 64 static void copy_file(const char* source, const char* destination) { in copy_file()
|
/bootable/recovery/otautil/ |
D | logging.cpp | 168 void copy_log_file_to_pmsg(const std::string& source, const std::string& destination) { in copy_log_file_to_pmsg() 181 static void copy_log_file(const std::string& source, const std::string& destination, bool append, in copy_log_file()
|
/bootable/recovery/updater/include/private/ |
D | commands.h | 306 SourceInfo source, StashInfo stash) in Command() 345 const SourceInfo& source() const { in source() function
|
/bootable/recovery/tests/component/ |
D | updater_test.cpp | 227 Partition source(source_file, source_size, source_hash); in TEST_F() local 625 static void GetEntriesForBsdiff(std::string_view source, std::string_view target, in GetEntriesForBsdiff() 662 std::string source = in TEST_F() local 681 std::string source = in TEST_F() local 698 std::string source = in TEST_F() local
|
D | applypatch_modes_test.cpp | 71 std::string source; member in ApplyPatchModesTest
|
/bootable/recovery/minui/ |
D | graphics.cpp | 261 void gr_blit(const GRSurface* source, int sx, int sy, int w, int h, int dx, int dy) { in gr_blit()
|