Searched refs:in_inputVdex (Results 1 – 2 of 2) sorted by relevance
991 const std::optional<VdexPath>& in_inputVdex, in dexopt() argument1119 if (in_inputVdex.has_value()) { in dexopt()1120 RETURN_FATAL_IF_ARG_IS_PRE_REBOOT(in_inputVdex.value(), "inputVdex"); in dexopt()1121 std::string input_vdex_path = OR_RETURN_FATAL(BuildVdexPath(in_inputVdex.value())); in dexopt()
188 const std::optional<aidl::com::android::server::art::VdexPath>& in_inputVdex,