Home
last modified time | relevance | path

Searched refs:target_emmc (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/applypatch/
Dapplypatch_modes.cpp38 static int CheckMode(const std::string& target_emmc) { in CheckMode() argument
40 auto target = Partition::Parse(target_emmc, &err); in CheckMode()
42 LOG(ERROR) << "Failed to parse target \"" << target_emmc << "\": " << err; in CheckMode()
48 static int FlashMode(const std::string& target_emmc, const std::string& source_file) { in FlashMode() argument
50 auto target = Partition::Parse(target_emmc, &err); in FlashMode()
52 LOG(ERROR) << "Failed to parse target \"" << target_emmc << "\": " << err; in FlashMode()
58 static int PatchMode(const std::string& target_emmc, const std::string& source_emmc, in PatchMode() argument
61 auto target = Partition::Parse(target_emmc, &err); in PatchMode()
63 LOG(ERROR) << "Failed to parse target \"" << target_emmc << "\": " << err; in PatchMode()