Searched refs:jar_prefix (Results 1 – 1 of 1) sorted by relevance
390 static std::string GetDexFileName(const std::string& jar_prefix, bool host) { in GetDexFileName() argument393 return StringPrintf("%s/framework/%s-hostdex.jar", path.c_str(), jar_prefix.c_str()); in GetDexFileName()395 const char* apex = (jar_prefix == "conscrypt") ? "com.android.conscrypt" : "com.android.art"; in GetDexFileName()396 return StringPrintf("/apex/%s/javalib/%s.jar", apex, jar_prefix.c_str()); in GetDexFileName()