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

/art/dex2oat/
H A Ddex2oat.cc581 int oat_fd = -1; local
636 if (!ParseInt(oat_fd_str, &oat_fd)) {
704 if (oat_filename.empty() && oat_fd == -1) {
708 if (!oat_filename.empty() && oat_fd != -1) {
712 if (!oat_symbols.empty() && oat_fd != -1) {
720 if (oat_fd != -1 && !image_filename.empty()) {
817 oat_file.reset(new File(oat_fd, oat_location));
/art/runtime/
H A Dclass_linker.h248 int oat_fd,
H A Dclass_linker.cc544 int oat_fd,
562 StringAppendF(&oat_fd_option_string, "%d", oat_fd);
543 GenerateOatFile(const std::string& dex_filename, int oat_fd, const std::string& oat_cache_filename) argument

Completed in 67 milliseconds