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()
312 vdex_fd_, in GetDexOptNeeded()
376 int vdex_fd_ = -1; member in art::DexoptAnalyzer
/art/runtime/
Doat_file_assistant.cc769 if (vdex_fd_ >= 0) { in Status()
771 int rc = TEMP_FAILURE_RETRY(fstat(vdex_fd_, &s)); in Status()
775 vdex = VdexFile::Open(vdex_fd_, in Status()
861 if (oat_fd_ >= 0 && vdex_fd_ >= 0) { in GetFile()
863 vdex_fd_, in GetFile()
962 vdex_fd_ = vdex_fd; in Reset()
Doat_file_assistant.h357 int vdex_fd_ = -1; variable