Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc859 int oat_fd = -1; in dex2oat() local
937 if (!ParseInt(oat_fd_str, &oat_fd)) { in dex2oat()
940 if (oat_fd < 0) { in dex2oat()
941 Usage("--oat-fd passed a negative value %d", oat_fd); in dex2oat()
1112 if (oat_filename.empty() && oat_fd == -1) { in dex2oat()
1116 if (!oat_filename.empty() && oat_fd != -1) { in dex2oat()
1120 if (!oat_symbols.empty() && oat_fd != -1) { in dex2oat()
1128 if (oat_fd != -1 && !image_filename.empty()) { in dex2oat()
1293 oat_file.reset(new File(oat_fd, oat_location, true)); in dex2oat()
/art/runtime/
Dclass_linker.h276 int oat_fd,
Dclass_linker.cc606 int oat_fd, in GenerateOatFile() argument
627 StringAppendF(&oat_fd_option, "%d", oat_fd); in GenerateOatFile()