Home
last modified time | relevance | path

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

/art/artd/
Dartd.h149 const std::optional<aidl::com::android::server::art::VdexPath>& in_inputVdex,
Dartd.cc790 const std::optional<VdexPath>& in_inputVdex, in dexopt() argument
914 if (in_inputVdex.has_value()) { in dexopt()
915 std::string input_vdex_path = OR_RETURN_FATAL(BuildVdexPath(in_inputVdex.value())); in dexopt()