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

/art/runtime/
H A Dcommon_runtime_test.cc423 static std::string GetDexFileName(const std::string& jar_prefix, bool host) { function in namespace:art
441 return std::vector<std::string>({GetDexFileName("core-oj", IsHost()),
442 GetDexFileName("core-libart", IsHost())});

Completed in 50 milliseconds