Home
last modified time | relevance | path

Searched defs:chrootPath (Results 1 – 8 of 8) sorted by relevance

/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/main/java/org/apache/zookeeper/client/
H A DConnectStringParser.java42 private final String chrootPath; field in ConnectStringParser
56 String chrootPath = connectString.substring(off); in ConnectStringParser() local
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/test/java/org/apache/zookeeper/test/
H A DConnectStringParserTest.java32 String chrootPath = "/hallo/welt"; in testSingleServerChrootPath() local
42 String chrootPath = "/hallo/welt"; in testMultipleServersChrootPath() local
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/test/java/org/apache/zookeeper/
H A DClientRequestTimeoutTest.java116 String chrootPath, in CustomClientCnxn()
154 String chrootPath, in createConnection()
H A DClientCnxnSocketFragilityTest.java283 String chrootPath, in CustomClientCnxn()
358 String chrootPath, in createConnection()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/viewfs/
H A DTestChRootedFileSystem.java336 Path chrootPath = new Path("/c"); in testDeleteOnExitPathHandling() local
375 Path chrootPath = new Path("/c"); in testAclMethodsPathTranslation() local
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/main/java/org/apache/zookeeper/
H A DClientCnxn.java183 final String chrootPath; field in ClientCnxn
377 String chrootPath, in ClientCnxn()
414 String chrootPath, in ClientCnxn()
H A DZooKeeper.java659 String chrootPath, in createConnection()
/dports/www/suphp/suphp-0.7.2/src/
H A DApplication.cpp107 std::string chrootPath = pathMatcher.resolveVariables(config.getChrootPath()); in run() local