HomeSort by relevance Sort by last modified time
    Searched refs:output_image_filename (Results 1 - 2 of 2) sorted by null

  /art/patchoat/
patchoat.cc 409 const std::string& output_image_filename) {
411 ImageHeader::GetVdexLocationFromImageLocation(output_image_filename))
413 ImageHeader::GetOatLocationFromImageLocation(output_image_filename));
417 const std::string& output_image_filename) {
450 ImageHeader::GetVdexLocationFromImageLocation(output_image_filename);
452 ImageHeader::GetOatLocationFromImageLocation(output_image_filename);
556 std::string output_image_filename; local
559 &output_image_filename,
565 if (!CreateVdexAndOatSymlinks(input_image_filename, output_image_filename))
569 std::unique_ptr<File> output_image_file(CreateOrOpen(output_image_filename.c_str()))
    [all...]
patchoat.h 57 const std::string& output_image_filename,
95 const std::string& output_image_filename);

Completed in 53 milliseconds