Home
last modified time | relevance | path

Searched defs:sharedDir (Results 1 – 12 of 12) sorted by relevance

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/ha/
H A DTestDFSUpgradeWithHA.java161 File sharedDir = new File(cluster.getSharedEditsDir(0, 1)); in testCannotFinalizeIfNoActive() local
243 File sharedDir = new File(cluster.getSharedEditsDir(0, 1)); in testNfsUpgrade() local
561 File sharedDir = new File(cluster.getSharedEditsDir(0, 1)); in testRollbackWithNfs() local
719 File sharedDir = new File(cluster.getSharedEditsDir(0, 1)); in testCannotUpgradeSecondNameNode() local
H A DTestEditLogTailer.java149 File sharedDir = new File(sharedUri.getPath(), "current"); in waitForLogRollInSharedDir() local
H A DTestEditLogsDuringFailover.java142 File sharedDir = new File(sharedUri.getPath(), "current"); in testFailoverFinalizesAndReadsInProgress() local
H A DTestStandbyCheckpoints.java249 File sharedDir = new File(sharedUri.getPath(), "current"); in testCheckpointCancellation() local
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/integration/e2e/
H A Dscenario.go29 sharedDir string member
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/src/
H A Dsystem_directories.hpp73 QString sharedDir; member
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/thanos-io/thanos/test/e2e/e2ethanos/
H A Dservices.go118 func NewQuerier(sharedDir, name string, storeAddresses, fileSDStoreAddresses, ruleAddresses, target… argument
/dports/net-p2p/amule/aMule-2.3.3/src/
H A DDirectoryTreeCtrl.cpp246 CDirIterator sharedDir(path); in AddSubdirectories() local
H A DBaseClient.cpp2898 const CPath *sharedDir = theApp->sharedfiles->GetDirForPublicSharedDirName(strReqDir); in SendSharedFilesOfDirectory() local
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A DDirectoryTreeCtrl.cpp246 CDirIterator sharedDir(path); in AddSubdirectories() local
H A DBaseClient.cpp2898 const CPath *sharedDir = theApp->sharedfiles->GetDirForPublicSharedDirName(strReqDir); in SendSharedFilesOfDirectory() local
/dports/devel/kf5-knewstuff/knewstuff-5.89.0/src/core/
H A Dengine.cpp92 static QDir sharedDir(QStringList dirs, QString rootPath) in sharedDir() function in EnginePrivate