Home | History | Annotate | Download | only in oatdump

Lines Matching defs:oat_filename

1688   const char* oat_filename = nullptr;
1703 oat_filename = option.substr(strlen("--oat-file=")).data();
1743 if (image_location == nullptr && oat_filename == nullptr) {
1748 if (image_location != nullptr && oat_filename != nullptr) {
1754 bool absolute_addresses = (oat_filename == nullptr);
1761 if (oat_filename != nullptr) {
1764 OatFile::Open(oat_filename, oat_filename, nullptr, false, &error_msg);
1766 fprintf(stderr, "Failed to open oat file from '%s': %s\n", oat_filename, error_msg.c_str());