Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc519 output_vdex_fd_(-1), in Dex2Oat()
672 if (output_vdex_fd_ != -1 && !output_vdex_.empty()) { in ProcessOptions()
680 if ((output_vdex_fd_ == -1) != (oat_fd_ == -1)) { in ProcessOptions()
697 if (output_vdex_fd_ != -1 && !image_filenames_.empty()) { in ProcessOptions()
1046 AssignIfExists(args, M::OutputVdexFd, &output_vdex_fd_); in ParseArgs()
1213 DCHECK_EQ(output_vdex_fd_, -1); in OpenFile()
1271 DCHECK_NE(output_vdex_fd_, -1); in OpenFile()
1274 DupCloexec(output_vdex_fd_), vdex_location, /* check_usage */ true)); in OpenFile()
1279 if (input_vdex_file_ != nullptr && output_vdex_fd_ == input_vdex_fd_) { in OpenFile()
2444 vdex_dup_fd_.reset(DupCloexecOrError(dex2oat.output_vdex_fd_)); in ScopedDex2oatReporting()
[all …]