Searched refs:jar_prefix (Results 1 – 2 of 2) sorted by relevance
118 static std::string GetDexFileName(const std::string& jar_prefix);
413 std::string CommonRuntimeTest::GetDexFileName(const std::string& jar_prefix) { in GetDexFileName() argument417 return StringPrintf("%s/framework/%s-hostdex.jar", host_dir, jar_prefix.c_str()); in GetDexFileName()419 return StringPrintf("%s/framework/%s.jar", GetAndroidRoot(), jar_prefix.c_str()); in GetDexFileName()