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()327 vdex_fd_, in GetDexOptNeeded()475 int vdex_fd_ = -1; member in art::dexoptanalyzer::DexoptAnalyzer
833 if (vdex_fd_ >= 0) { in GetFile()835 int rc = TEMP_FAILURE_RETRY(fstat(vdex_fd_, &s)); in GetFile()839 vdex = VdexFile::Open(vdex_fd_, in GetFile()869 if (oat_fd_ >= 0 && vdex_fd_ >= 0) { in GetFile()873 vdex_fd_, in GetFile()970 vdex_fd_ = vdex_fd; in Reset()
366 int vdex_fd_ = -1; variable