Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_runtime_test.cc511 static std::string GetDexFileName(const std::string& jar_prefix, bool host) { in GetDexFileName() argument
525 return StringPrintf("%s/framework/%s%s.jar", path.c_str(), jar_prefix.c_str(), suffix.c_str()); in GetDexFileName()