Searched refs:input_oat_location (Results 1 - 1 of 1) sorted by relevance

/art/patchoat/
H A Dpatchoat.cc958 std::string input_oat_location; local
997 input_oat_location = option.substr(strlen("--input-oat-location=")).data();
1126 if (!input_oat_location.empty()) {
1130 if (!LocationToFilename(input_oat_location, isa, &input_oat_filename)) {
1131 Usage("Unable to find filename for input oat location %s", input_oat_location.c_str());

Completed in 522 milliseconds