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

/art/patchoat/
H A Dpatchoat_test.cc563 std::string relocated_image_filename; local
566 &relocated_image_filename,
570 ASSERT_EQ(truncate(relocated_image_filename.c_str(), sizeof(ImageHeader)), 0)
571 << relocated_image_filename; local
H A Dpatchoat.cc666 std::string relocated_image_filename; local
669 output_image_directory.c_str(), &relocated_image_filename, &error_msg)) {
683 relocated_image_filename, original_image_filename, &error_msg)) {
689 if (!VerifyVdexAndOatSymlinks(original_image_filename, relocated_image_filename)) {

Completed in 27 milliseconds