Searched defs:oat_fd (Results 1 - 2 of 2) sorted by relevance

/art/dex2oat/
H A Ddex2oat.cc827 int oat_fd = -1; local
898 if (!ParseInt(oat_fd_str, &oat_fd)) {
901 if (oat_fd < 0) {
902 Usage("--oat-fd passed a negative value %d", oat_fd);
1057 if (oat_filename.empty() && oat_fd == -1) {
1061 if (!oat_filename.empty() && oat_fd != -1) {
1065 if (!oat_symbols.empty() && oat_fd != -1) {
1073 if (oat_fd != -1 && !image_filename.empty()) {
1225 oat_file.reset(new File(oat_fd, oat_location));
/art/runtime/
H A Dclass_linker.cc597 int oat_fd,
618 StringAppendF(&oat_fd_option, "%d", oat_fd);
596 GenerateOatFile(const char* dex_filename, int oat_fd, const char* oat_cache_filename, std::string* error_msg) argument

Completed in 2364 milliseconds