Home
last modified time | relevance | path

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

/art/test/
Dstandalone_test_lib_check.cc152 Result<std::string> path_to_self = GetCurrentElfObjectPath(); in TEST() local
153 ASSERT_RESULT_OK(path_to_self); in TEST()
154 Result<std::vector<std::string>> dyn_lib_deps = GetDynamicLibDeps(path_to_self.value()); in TEST()
167 << path_to_self.value() << " has disallowed shared library dependencies."; in TEST()