Searched refs:in_inputVdex (Results 1 – 2 of 2) sorted by relevance
149 const std::optional<aidl::com::android::server::art::VdexPath>& in_inputVdex,
790 const std::optional<VdexPath>& in_inputVdex, in dexopt() argument914 if (in_inputVdex.has_value()) { in dexopt()915 std::string input_vdex_path = OR_RETURN_FATAL(BuildVdexPath(in_inputVdex.value())); in dexopt()