Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc783 const bool have_profile_fd = profile_file_fd_ != File::kInvalidFd; in ProcessOptions() local
784 if (have_profile_file && have_profile_fd) { in ProcessOptions()