Searched refs:oat_fd_ (Results 1 – 4 of 4) sorted by relevance
/art/dexoptanalyzer/ |
D | dexoptanalyzer.cc | 182 oat_fd_ = std::stoi(option.substr(strlen("--oat-fd=")).ToString(), nullptr, 0); in ParseArgs() 183 if (oat_fd_ < 0) { in ParseArgs() 184 Usage("Invalid --oat-fd %d", oat_fd_); in ParseArgs() 261 oat_fd_, in GetDexOptNeeded() 297 int oat_fd_ = -1; member in art::FINAL
|
/art/runtime/ |
D | oat_file_assistant.h | 423 int oat_fd_ = -1; variable
|
D | oat_file_assistant.cc | 1156 if (oat_fd_ >= 0 && vdex_fd_ >= 0) { in GetFile() 1159 oat_fd_, in GetFile() 1256 oat_fd_ = oat_fd; in Reset()
|
/art/dex2oat/ |
D | dex2oat.cc | 622 oat_fd_(-1), in Dex2Oat() 742 if (oat_filenames_.empty() && oat_fd_ == -1) { in ProcessOptions() 754 if (!oat_filenames_.empty() && oat_fd_ != -1) { in ProcessOptions() 758 if ((output_vdex_fd_ == -1) != (oat_fd_ == -1)) { in ProcessOptions() 763 if (!parser_options->oat_symbols.empty() && oat_fd_ != -1) { in ProcessOptions() 775 if (oat_fd_ != -1 && !image_filenames_.empty()) { in ProcessOptions() 1206 AssignIfExists(args, M::OatFd, &oat_fd_); in ParseArgs() 1316 if (oat_fd_ == -1) { in OpenFile() 1363 std::unique_ptr<File> oat_file(new File(oat_fd_, oat_location_, /* check_usage */ true)); in OpenFile() 1771 return IsImage() && oat_fd_ != kInvalidFd; in ShouldKeepOatFileOpen() [all …]
|