Home
last modified time | relevance | path

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

/art/test/
Dstandalone_test_lib_check.cc93 Result<std::vector<std::string>> GetDynamicLibDeps(const std::string& filename) { in GetDynamicLibDeps() function
154 Result<std::vector<std::string>> dyn_lib_deps = GetDynamicLibDeps(path_to_self.value()); in TEST()