Searched defs:input_image_location (Results 1 - 2 of 2) sorted by relevance

/art/patchoat/
H A Dpatchoat_test.cc127 static std::vector<std::string> BasePatchoatCommand(const std::string& input_image_location, argument
132 argv.push_back("--input-image-location=" + input_image_location);
139 bool RelocateBootImage(const std::string& input_image_location, argument
143 std::vector<std::string> argv = BasePatchoatCommand(input_image_location, base_offset_delta);
149 bool VerifyBootImage(const std::string& input_image_location, argument
153 std::vector<std::string> argv = BasePatchoatCommand(input_image_location, base_offset_delta);
160 bool GenerateBootImageRelFile(const std::string& input_image_location, argument
164 std::vector<std::string> argv = BasePatchoatCommand(input_image_location, base_offset_delta);
H A Dpatchoat.cc1142 const std::string& input_image_location,
1148 CHECK(!input_image_location.empty());
1171 input_image_location,
1186 const std::string& input_image_location,
1188 CHECK(!input_image_location.empty());
1193 input_image_location,
1226 std::string input_image_location; local
1248 input_image_location = option.substr(strlen("--input-image-location=")).data();
1280 input_image_location,
1285 input_image_location,
1140 patchoat_patch_image(TimingLogger& timings, InstructionSet isa, const std::string& input_image_location, const std::string& output_image_directory, const std::string& output_image_relocation_directory, off_t base_delta, bool base_delta_set, bool debug) argument
1184 patchoat_verify_image(TimingLogger& timings, InstructionSet isa, const std::string& input_image_location, const std::string& output_image_directory) argument
[all...]

Completed in 51 milliseconds