Home
last modified time | relevance | path

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

/bootable/deprecated-ota/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/otautil/
Dsysutil.cpp222 void Reboot(std::string_view target) { in Reboot()
236 void Shutdown(std::string_view target) { in Shutdown()
/bootable/libbootloader/gbl/libc/src/
Dstrchr.rs31 let target = (ch & 0xff) as u8; in strchr() localVariable
50 let target = (ch & 0xff) as u8; in strrchr() localVariable
Dlib.rs189 let target = (ch & 0xff) as u8; in memchr() localVariable
/bootable/deprecated-ota/tests/unit/
Dapplypatch_modes_test.cpp72 std::string target; member in ApplyPatchModesTest
85 static void VerifyPatchedTarget(const std::string& target) { in VerifyPatchedTarget()
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
Dupdater_test.cpp267 Partition target(target_file, target_size, target_hash); in TEST_F() local
651 static void GetEntriesForBsdiff(std::string_view source, std::string_view target, in GetEntriesForBsdiff()
690 std::string target = in TEST_F() local
709 std::string target = in TEST_F() local
726 std::string target = in TEST_F() local
/bootable/deprecated-ota/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/deprecated-ota/updater/
Dcommands.cpp78 const std::string& tgt_hash, TargetInfo* target, in ParseTargetInfoAndSourceInfo()
380 std::ostream& operator<<(std::ostream& os, const TargetInfo& target) { in operator <<()
Dinstall.cpp216 auto target = Partition::Parse(args[0], &err); in PatchPartitionCheckFn() local
257 auto target = Partition::Parse(args[0], &err); in PatchPartitionFn() local
/bootable/recovery/minadbd/
Dminadbd_services.cpp258 static void RebootHostService(unique_fd /* sfd */, const std::string& target) { in RebootHostService()
/bootable/libbootloader/gbl/libgbl/src/slots/
Dfuchsia.rs213 let target = if let Some(OneShot::Continue(r)) = self.get_oneshot_status() { in mark_boot_attempt() localVariable
424 let target = BootTarget::NormalBoot(Slot { in test_slot_mark_boot_attempt_successful() localVariable
Dandroid.rs568 let target = BootTarget::NormalBoot(Slot { in test_slot_mark_boot_attempt_successful() localVariable
/bootable/libbootloader/gbl/libefi/src/
Dab_slots.rs64 let target = match reason { in get_boot_target() localVariable