Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc531 input_vdex_fd_(-1), in Dex2Oat()
609 ParseIntOption(option, "--input-vdex-fd", &input_vdex_fd_, Usage); in ParseInputVdexFd()
725 if (input_vdex_fd_ != -1 && !input_vdex_.empty()) { in ProcessOptions()
1290 DCHECK_EQ(input_vdex_fd_, -1); in OpenFile()
1334 if (input_vdex_fd_ != -1) { in OpenFile()
1336 int rc = TEMP_FAILURE_RETRY(fstat(input_vdex_fd_, &s)); in OpenFile()
1341 input_vdex_file_ = VdexFile::Open(input_vdex_fd_, in OpenFile()
1364 if (input_vdex_file_ != nullptr && output_vdex_fd_ == input_vdex_fd_) { in OpenFile()
2714 int input_vdex_fd_; member in art::FINAL