Home
last modified time | relevance | path

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

/art/dexoptanalyzer/
Ddexoptanalyzer.cc216 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
/art/runtime/
Doat_file_assistant.cc833 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()
Doat_file_assistant.h366 int vdex_fd_ = -1; variable