Home
last modified time | relevance | path

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

/art/artd/
Dartd.cc991 const std::optional<VdexPath>& in_inputVdex, in dexopt() argument
1119 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()
Dartd.h188 const std::optional<aidl::com::android::server::art::VdexPath>& in_inputVdex,