Home
last modified time | relevance | path

Searched defs:source (Results 1 – 13 of 13) sorted by relevance

/bootable/recovery/tests/unit/
Dcommands_test.cpp52 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/
Dapplypatch_modes.cpp67 auto source = Partition::Parse(source_emmc, &err); in PatchMode() local
126 std::string source; in applypatch_modes() local
Dapplypatch.cpp256 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/
Dcommands.cpp79 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 <<()
Dinstall.cpp226 auto source = Partition::Parse(args[1], &err); in PatchPartitionCheckFn() local
262 auto source = Partition::Parse(args[1], &err); in PatchPartitionFn() local
Dblockimg.cpp959 const std::vector<uint8_t>& source) { in MoveRange()
/bootable/recovery/
Dfsck_unshare_blocks.cpp44 static bool copy_file(const char* source, const char* dest) { in copy_file()
Drecovery-persist.cpp64 static void copy_file(const char* source, const char* destination) { in copy_file()
/bootable/recovery/otautil/
Dlogging.cpp168 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/
Dcommands.h306 SourceInfo source, StashInfo stash) in Command()
345 const SourceInfo& source() const { in source() function
/bootable/recovery/tests/component/
Dupdater_test.cpp227 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
Dapplypatch_modes_test.cpp71 std::string source; member in ApplyPatchModesTest
/bootable/recovery/minui/
Dgraphics.cpp261 void gr_blit(const GRSurface* source, int sx, int sy, int w, int h, int dx, int dy) { in gr_blit()