Searched refs:input_vdex_fd_ (Results 1 – 1 of 1) sorted by relevance
790 input_vdex_fd_(-1), in Dex2Oat()929 if (input_vdex_fd_ != -1 && !input_vdex_.empty()) { in ProcessOptions()966 if ((input_vdex_fd_ != -1 || !input_vdex_.empty()) && in ProcessOptions()1308 AssignIfExists(args, M::InputVdexFd, &input_vdex_fd_); in ParseArgs()1463 DCHECK_EQ(input_vdex_fd_, -1); in OpenFile()1509 if (input_vdex_fd_ != -1) { in OpenFile()1511 int rc = TEMP_FAILURE_RETRY(fstat(input_vdex_fd_, &s)); in OpenFile()1516 input_vdex_file_ = VdexFile::Open(input_vdex_fd_, in OpenFile()1539 if (input_vdex_file_ != nullptr && output_vdex_fd_ == input_vdex_fd_) { in OpenFile()3021 int input_vdex_fd_; member in art::Dex2Oat