Searched refs:jar_prefix (Results 1 – 1 of 1) sorted by relevance
408 static std::string GetDexFileName(const std::string& jar_prefix, bool host) { in GetDexFileName() argument410 const char* apexPath = (jar_prefix == "conscrypt") ? kAndroidConscryptApexDefaultPath in GetDexFileName()411 : (jar_prefix == "core-icu4j" ? kAndroidI18nApexDefaultPath in GetDexFileName()413 return StringPrintf("%s%s/javalib/%s.jar", prefix.c_str(), apexPath, jar_prefix.c_str()); in GetDexFileName()