Lines Matching refs:err
39 std::string err; in CheckMode() local
40 auto target = Partition::Parse(target_emmc, &err); in CheckMode()
42 LOG(ERROR) << "Failed to parse target \"" << target_emmc << "\": " << err; in CheckMode()
49 std::string err; in FlashMode() local
50 auto target = Partition::Parse(target_emmc, &err); in FlashMode()
52 LOG(ERROR) << "Failed to parse target \"" << target_emmc << "\": " << err; in FlashMode()
60 std::string err; in PatchMode() local
61 auto target = Partition::Parse(target_emmc, &err); in PatchMode()
63 LOG(ERROR) << "Failed to parse target \"" << target_emmc << "\": " << err; in PatchMode()
67 auto source = Partition::Parse(source_emmc, &err); in PatchMode()
69 LOG(ERROR) << "Failed to parse source \"" << source_emmc << "\": " << err; in PatchMode()