findPath 55 cygnal/libnet/cache.h std::string &findPath(const std::string &name);
findPath 129 cygnal/testsuite/libnet.all/test_cache.cpp if ((cache.findPath("foo") == "/bar/foo")
findPath 130 cygnal/testsuite/libnet.all/test_cache.cpp && (cache.findPath("bar") == "/foo/bar")
findPath 131 cygnal/testsuite/libnet.all/test_cache.cpp && (cache.findPath("barfoo") == "/foo/bar/barfoo")
findPath 132 cygnal/testsuite/libnet.all/test_cache.cpp && (cache.findPath("foobar") == "/foo/bar/foobar")) {
findPath 216 cygnal/testsuite/libnet.all/test_cache.cpp if ((cache.findPath("foo") == "/bar/foo")
findPath 217 cygnal/testsuite/libnet.all/test_cache.cpp && (cache.findPath("bar") == "/foo/bar")
findPath 218 cygnal/testsuite/libnet.all/test_cache.cpp && (cache.findPath("barfoo").empty())
findPath 219 cygnal/testsuite/libnet.all/test_cache.cpp && (cache.findPath("foobar") == "/foo/bar/foobar")) {
findPath 291 cygnal/testsuite/libnet.all/test_cache.cpp if ((cache.findPath("foo") == "/bar/foo")
findPath 292 cygnal/testsuite/libnet.all/test_cache.cpp && (cache.findPath("bar") == "/foo/bar")
findPath 293 cygnal/testsuite/libnet.all/test_cache.cpp && (cache.findPath("foobar").size() == 0)) {
findPath 325 cygnal/testsuite/libnet.all/test_cache.cpp if (c1.findPath("foo").size() == 0) {