Searched refs:vdex_fd_ (Results 1 – 3 of 3) sorted by relevance
216 vdex_fd_ = std::stoi(std::string(option.substr(strlen("--vdex-fd="))), nullptr, 0); in ParseArgs()217 if (vdex_fd_ < 0) { in ParseArgs()218 Usage("Invalid --vdex-fd %d", vdex_fd_); in ParseArgs()312 vdex_fd_, in GetDexOptNeeded()376 int vdex_fd_ = -1; member in art::DexoptAnalyzer
753 if (vdex_fd_ >= 0) { in Status()755 int rc = TEMP_FAILURE_RETRY(fstat(vdex_fd_, &s)); in Status()759 vdex = VdexFile::Open(vdex_fd_, in Status()845 if (oat_fd_ >= 0 && vdex_fd_ >= 0) { in GetFile()849 vdex_fd_, in GetFile()956 vdex_fd_ = vdex_fd; in Reset()
357 int vdex_fd_ = -1; variable