Searched refs:invocation_file_ (Results 1 – 1 of 1) sorted by relevance
1039 if (invocation_file_.get() != -1) { in InsertCompileOptions()1048 if (TEMP_FAILURE_RETRY(write(invocation_file_.get(), in InsertCompileOptions()1170 invocation_file_.reset(open(args.Get(M::InvocationFile)->c_str(), in ParseArgs()1173 if (invocation_file_.get() == -1) { in ParseArgs()2795 android::base::unique_fd invocation_file_; member in art::Dex2Oat