Searched refs:path_to_self (Results 1 – 1 of 1) sorted by relevance
152 Result<std::string> path_to_self = GetCurrentElfObjectPath(); in TEST() local153 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()