Searched refs:input_vdex_fd_ (Results 1 – 1 of 1) sorted by relevance
518 input_vdex_fd_(-1), in Dex2Oat()668 if (input_vdex_fd_ != -1 && !input_vdex_.empty()) { in ProcessOptions()705 if ((input_vdex_fd_ != -1 || !input_vdex_.empty()) && in ProcessOptions()1045 AssignIfExists(args, M::InputVdexFd, &input_vdex_fd_); in ParseArgs()1203 DCHECK_EQ(input_vdex_fd_, -1); in OpenFile()1249 if (input_vdex_fd_ != -1) { in OpenFile()1251 int rc = TEMP_FAILURE_RETRY(fstat(input_vdex_fd_, &s)); in OpenFile()1256 input_vdex_file_ = VdexFile::Open(input_vdex_fd_, in OpenFile()1279 if (input_vdex_file_ != nullptr && output_vdex_fd_ == input_vdex_fd_) { in OpenFile()2912 int input_vdex_fd_; member in art::Dex2Oat