Home
last modified time | relevance | path

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

/art/runtime/
Dclass_loader_context.cc1322 static std::string ResolveIfAbsolutePath(const std::string& path) { in ResolveIfAbsolutePath() function
1353 std::string resolved_actual_dex_name = ResolveIfAbsolutePath(actual_dex_name); in AreDexNameMatching()
1354 std::string resolved_expected_dex_name = ResolveIfAbsolutePath(expected_dex_name); in AreDexNameMatching()