Home
last modified time | relevance | path

Searched defs:target (Results 1 – 9 of 9) sorted by relevance

/bootable/recovery/applypatch/
Dapplypatch_modes.cpp40 auto target = Partition::Parse(target_emmc, &err); in CheckMode() local
50 auto target = Partition::Parse(target_emmc, &err); in FlashMode() local
61 auto target = Partition::Parse(target_emmc, &err); in PatchMode() local
127 std::string target; 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()
328 static bool GenerateTarget(const Partition& target, const FileContents& source_file, in GenerateTarget()
/bootable/recovery/tests/component/
Dapplypatch_modes_test.cpp72 std::string target; member in ApplyPatchModesTest
85 static void VerifyPatchedTarget(const std::string& target) { in VerifyPatchedTarget()
Dupdater_test.cpp234 Partition target(target_file, target_size, target_hash); in TEST_F() local
625 static void GetEntriesForBsdiff(std::string_view source, std::string_view target, in GetEntriesForBsdiff()
664 std::string target = in TEST_F() local
683 std::string target = in TEST_F() local
700 std::string target = in TEST_F() local
/bootable/recovery/tests/unit/
Dcommands_test.cpp51 TargetInfo target; in TEST() local
73 TargetInfo target; in TEST() local
99 TargetInfo target; in TEST() local
127 TargetInfo target; in TEST() local
151 TargetInfo target; in TEST() local
/bootable/recovery/updater/include/private/
Dcommands.h305 Command(Type type, size_t index, std::string cmdline, PatchInfo patch, TargetInfo target, in Command()
341 const TargetInfo& target() const { in target() function
/bootable/recovery/updater/
Dcommands.cpp78 const std::string& tgt_hash, TargetInfo* target, in ParseTargetInfoAndSourceInfo()
381 std::ostream& operator<<(std::ostream& os, const TargetInfo& target) { in operator <<()
Dinstall.cpp220 auto target = Partition::Parse(args[0], &err); in PatchPartitionCheckFn() local
256 auto target = Partition::Parse(args[0], &err); in PatchPartitionFn() local
/bootable/recovery/minadbd/
Dminadbd_services.cpp189 static void RebootHostService(unique_fd /* sfd */, const std::string& target) { in RebootHostService()