Home
last modified time | relevance | path

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

/art/patchoat/
Dpatchoat_test.cc127 static std::vector<std::string> BasePatchoatCommand(const std::string& input_image_location, in BasePatchoatCommand() argument
132 argv.push_back("--input-image-location=" + input_image_location); in BasePatchoatCommand()
139 bool RelocateBootImage(const std::string& input_image_location, in RelocateBootImage() argument
143 std::vector<std::string> argv = BasePatchoatCommand(input_image_location, base_offset_delta); in RelocateBootImage()
149 bool VerifyBootImage(const std::string& input_image_location, in VerifyBootImage() argument
153 std::vector<std::string> argv = BasePatchoatCommand(input_image_location, base_offset_delta); in VerifyBootImage()
160 bool GenerateBootImageRelFile(const std::string& input_image_location, in GenerateBootImageRelFile() argument
164 std::vector<std::string> argv = BasePatchoatCommand(input_image_location, base_offset_delta); in GenerateBootImageRelFile()
Dpatchoat.cc1142 const std::string& input_image_location, in patchoat_patch_image() argument
1148 CHECK(!input_image_location.empty()); in patchoat_patch_image()
1171 input_image_location, in patchoat_patch_image()
1186 const std::string& input_image_location, in patchoat_verify_image() argument
1188 CHECK(!input_image_location.empty()); in patchoat_verify_image()
1193 input_image_location, in patchoat_verify_image()
1226 std::string input_image_location; in patchoat() local
1248 input_image_location = option.substr(strlen("--input-image-location=")).data(); in patchoat()
1280 input_image_location, in patchoat()
1285 input_image_location, in patchoat()