Searched defs:jar_prefix (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dcommon_runtime_test.cc413 std::string CommonRuntimeTest::GetDexFileName(const std::string& jar_prefix) { argument
417 return StringPrintf("%s/framework/%s-hostdex.jar", host_dir, jar_prefix.c_str());
419 return StringPrintf("%s/framework/%s.jar", GetAndroidRoot(), jar_prefix.c_str());

Completed in 5 milliseconds