Home
last modified time | relevance | path

Searched refs:subdirPath (Results 1 – 22 of 22) 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/
H A DTestFSImageWithAcl.java117 Path subdirPath = new Path(dirPath, "subdir1"); in doTestDefaultAclNewChildren() local
125 fs.mkdirs(subdirPath); in doTestDefaultAclNewChildren()
145 assertPermission(fs, subdirPath, (short)010755); in doTestDefaultAclNewChildren()
152 subdirReturned = fs.getAclStatus(subdirPath).getEntries() in doTestDefaultAclNewChildren()
155 assertPermission(fs, subdirPath, (short)010755); in doTestDefaultAclNewChildren()
163 subdirReturned = fs.getAclStatus(subdirPath).getEntries() in doTestDefaultAclNewChildren()
166 assertPermission(fs, subdirPath, (short)010755); in doTestDefaultAclNewChildren()
173 subdirReturned = fs.getAclStatus(subdirPath).getEntries() in doTestDefaultAclNewChildren()
176 assertPermission(fs, subdirPath, (short)010755); in doTestDefaultAclNewChildren()
186 assertPermission(fs, subdirPath, (short)010755); in doTestDefaultAclNewChildren()
[all …]
H A DFSAclBaseTest.java1019 Path subdirPath = new Path(dirPath, "subdir1"); in testDefaultAclNewDirIntermediate() local
1020 fs.mkdirs(subdirPath); in testDefaultAclNewDirIntermediate()
1034 s = fs.getAclStatus(subdirPath); in testDefaultAclNewDirIntermediate()
1037 assertPermission(subdirPath, (short)010750); in testDefaultAclNewDirIntermediate()
1038 assertAclFeature(subdirPath, true); in testDefaultAclNewDirIntermediate()
1150 Path subdirPath = new Path(path, "subdir"); in testDefaultAclRenamedDir() local
1151 FileSystem.mkdirs(fs, subdirPath, FsPermission.createImmutable((short)0750)); in testDefaultAclRenamedDir()
1153 fs.rename(subdirPath, renamedSubdirPath); in testDefaultAclRenamedDir()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/snapshot/
H A DTestAclWithSnapshot.java178 Path subdirPath = new Path(path, "subdir1"); in testOriginalAclEnforcedForSnapshotContentsAfterChange() local
192 hdfs.setAcl(subdirPath, aclSpec); in testOriginalAclEnforcedForSnapshotContentsAfterChange()
210 s = hdfs.getAclStatus(subdirPath); in testOriginalAclEnforcedForSnapshotContentsAfterChange()
213 assertPermission((short)010550, subdirPath); in testOriginalAclEnforcedForSnapshotContentsAfterChange()
235 hdfs.setAcl(subdirPath, aclSpec); in testOriginalAclEnforcedForSnapshotContentsAfterChange()
261 s = hdfs.getAclStatus(subdirPath); in doSnapshotContentsChangeAssertions()
368 hdfs.setAcl(subdirPath, aclSpec); in testOriginalAclEnforcedForSnapshotContentsAfterRemoval()
386 s = hdfs.getAclStatus(subdirPath); in testOriginalAclEnforcedForSnapshotContentsAfterRemoval()
406 hdfs.removeAcl(subdirPath); in testOriginalAclEnforcedForSnapshotContentsAfterRemoval()
430 s = hdfs.getAclStatus(subdirPath); in doSnapshotContentsRemovalAssertions()
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/flexvolume/
H A Dprobe_test.go124 subdirPath := filepath.Join(driverPath, "subdir")
125 fs.Create(subdirPath)
126 watcher.TriggerEvent(fsnotify.Create, subdirPath)
144 fs.Remove(subdirPath)
145 watcher.TriggerEvent(fsnotify.Remove, subdirPath)
236 subdirPath := filepath.Join(basePath, subdirName)
237 fs.MkdirAll(subdirPath, 0777)
238 watcher.TriggerEvent(fsnotify.Create, subdirPath)
241 assertPathSuffix(t, subdirPath, watcher.watches[len(watcher.watches)-1])
242 basePath = subdirPath
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.mongodb.org/mongo-driver/x/network/description/
H A Dselector_spec_test.go28 subdirPath := path.Join(topology, subdir)
31 path.Join(selectorTestsDir, subdirPath)) {
33 runTest(t, selectorTestsDir, subdirPath, file)
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/description/
H A Dselector_spec_test.go28 subdirPath := path.Join(topology, subdir)
31 path.Join(selectorTestsDir, subdirPath)) {
33 runTest(t, selectorTestsDir, subdirPath, file)
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/description/
H A Dselector_spec_test.go28 subdirPath := path.Join(topology, subdir)
31 path.Join(selectorTestsDir, subdirPath)) {
33 runTest(t, selectorTestsDir, subdirPath, file)
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/mongo/description/
H A Dselector_spec_test.go28 subdirPath := path.Join(topology, subdir)
31 path.Join(selectorTestsDir, subdirPath)) {
33 runTest(t, selectorTestsDir, subdirPath, file)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/mongo/description/
H A Dselector_spec_test.go28 subdirPath := path.Join(topology, subdir)
31 path.Join(selectorTestsDir, subdirPath)) {
33 runTest(t, selectorTestsDir, subdirPath, file)
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/tools/cdp-client/
H A Dfolderwatcher.cpp83 POOLMEM *subdirPath = NULL; in watchDirRecursive() local
143 subdirPath = get_pool_memory(PM_FNAME); in watchDirRecursive()
144 Mmsg(subdirPath, "%s%s%s", dir, separator, dirFile->d_name); in watchDirRecursive()
145 err_msg = this->watchDirRecursive(subdirPath); in watchDirRecursive()
146 free_and_null_pool_memory(subdirPath); in watchDirRecursive()
/dports/sysutils/bacula11-server/bacula-11.0.5/src/tools/cdp-client/
H A Dfolderwatcher.cpp83 POOLMEM *subdirPath = NULL; in watchDirRecursive() local
143 subdirPath = get_pool_memory(PM_FNAME); in watchDirRecursive()
144 Mmsg(subdirPath, "%s%s%s", dir, separator, dirFile->d_name); in watchDirRecursive()
145 err_msg = this->watchDirRecursive(subdirPath); in watchDirRecursive()
146 free_and_null_pool_memory(subdirPath); in watchDirRecursive()
/dports/sysutils/bacula11-client-static/bacula-11.0.5/src/tools/cdp-client/
H A Dfolderwatcher.cpp83 POOLMEM *subdirPath = NULL; in watchDirRecursive() local
143 subdirPath = get_pool_memory(PM_FNAME); in watchDirRecursive()
144 Mmsg(subdirPath, "%s%s%s", dir, separator, dirFile->d_name); in watchDirRecursive()
145 err_msg = this->watchDirRecursive(subdirPath); in watchDirRecursive()
146 free_and_null_pool_memory(subdirPath); in watchDirRecursive()
/dports/sysutils/bacula11-client/bacula-11.0.5/src/tools/cdp-client/
H A Dfolderwatcher.cpp83 POOLMEM *subdirPath = NULL; in watchDirRecursive() local
143 subdirPath = get_pool_memory(PM_FNAME); in watchDirRecursive()
144 Mmsg(subdirPath, "%s%s%s", dir, separator, dirFile->d_name); in watchDirRecursive()
145 err_msg = this->watchDirRecursive(subdirPath); in watchDirRecursive()
146 free_and_null_pool_memory(subdirPath); in watchDirRecursive()
/dports/databases/kexi/kexi-3.2.0/src/main/
H A DKexiRegisterResource_p.h83 const QString subdirPath = QFileInfo(path).dir().path(); in locateFile() local
87 triedLocations->append(QDir::cleanPath(dataDir + '/' + subdirPath)); in locateFile()
96 triedLocations->append(QDir::cleanPath(dir + '/' + subdirPath)); in locateFile()
105 triedLocations->append(QDir::cleanPath(dataDir + '/' + subdirPath)); in locateFile()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mail/components/search/
H A DnsMailWinSearchHelper.cpp84 nsString subdirPath; in NS_IMPL_ISUPPORTS() local
85 rv = subdir->GetPath(subdirPath); in NS_IMPL_ISUPPORTS()
90 subdirURL.Append(subdirPath); in NS_IMPL_ISUPPORTS()
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/base/
H A Dtorrentfileswatcher.cpp502 const QString subdirPath = watchedDir.relativeFilePath(path); in processFolder() local
503 … addTorrentParams.savePath = QDir::cleanPath(QDir(addTorrentParams.savePath).filePath(subdirPath)); in processFolder()
573 const QString subdirPath = dir.relativeFilePath(exactDirPath); in processFailedTorrents() local
574 … addTorrentParams.savePath = QDir(addTorrentParams.savePath).filePath(subdirPath); in processFailedTorrents()
/dports/graphics/qgis/qgis-3.22.3/src/core/browser/
H A Dqgsdirectoryitem.cpp265 const QString subdirPath = dir.absoluteFilePath( subdir ); in createChildren() local
267 QgsDebugMsgLevel( QStringLiteral( "creating subdir: %1" ).arg( subdirPath ), 2 ); in createChildren()
285 QgsDirectoryItem *item = new QgsDirectoryItem( this, subdir, subdirPath, path ); in createChildren()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.incubator.jpackage/windows/native/common/
H A DWinFileUtils.cpp196 const tstring subdirPath = dirPath.substr(0, pos + 1); in createDirectory() local
197 createDir(subdirPath, NULL, createdDirs); in createDirectory()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jpackage/windows/native/common/
H A DWinFileUtils.cpp196 const tstring subdirPath = dirPath.substr(0, pos + 1); in createDirectory() local
197 createDir(subdirPath, NULL, createdDirs); in createDirectory()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jpackage/windows/native/common/
H A DWinFileUtils.cpp196 const tstring subdirPath = dirPath.substr(0, pos + 1); in createDirectory() local
197 createDir(subdirPath, NULL, createdDirs); in createDirectory()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.incubator.jpackage/windows/native/libjpackage/
H A DFileUtils.cpp239 const tstring subdirPath = dirPath.substr(0, pos + 1); in createDirectory() local
240 createDir(subdirPath, NULL, createdDirs); in createDirectory()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsdataitem.cpp1129 QString subdirPath = dir.absoluteFilePath( subdir ); in createChildren() local
1131 QgsDebugMsgLevel( QStringLiteral( "creating subdir: %1" ).arg( subdirPath ), 2 ); in createChildren()
1149 QgsDirectoryItem *item = new QgsDirectoryItem( this, subdir, subdirPath, path ); in createChildren()