Home
last modified time | relevance | path

Searched refs:DEFAULT_PERM (Results 1 – 25 of 35) sorted by relevance

12

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/viewfs/
H A DTestChRootedFs.java56 fcTarget.mkdir(chrootedTo, FileContext.DEFAULT_PERM, true); in setUp()
170 fc.mkdir(new Path("/newDir/dirFoo"), FileContext.DEFAULT_PERM, false); in testRename()
186 fc.mkdir(new Path("/newDir/dirFoo"), FileContext.DEFAULT_PERM, true); in testRenameAcrossFs()
210 fc.mkdir(new Path("/dirX"), FileContext.DEFAULT_PERM, false); in testList()
212 FileContext.DEFAULT_PERM, false); in testList()
213 fc.mkdir(new Path("/dirX/dirXX"), FileContext.DEFAULT_PERM, false); in testList()
237 fc.mkdir(new Path("/testWd"), FileContext.DEFAULT_PERM, false); in testWorkingDirectory()
259 fc.mkdir(absoluteDir, FileContext.DEFAULT_PERM, true); in testWorkingDirectory()
266 fc.mkdir(absoluteDir, FileContext.DEFAULT_PERM, true); in testWorkingDirectory()
276 fc.mkdir(new Path("newDir"), FileContext.DEFAULT_PERM, true); in testWorkingDirectory()
[all …]
H A DViewFsBaseTest.java98 FileContext.DEFAULT_PERM, true); in setUp()
100 FileContext.DEFAULT_PERM, true); in setUp()
102 FileContext.DEFAULT_PERM, true); in setUp()
104 FileContext.DEFAULT_PERM, true); in setUp()
256 FileContext.DEFAULT_PERM, false); in testOperationsThroughMountLinks()
263 FileContext.DEFAULT_PERM, false); in testOperationsThroughMountLinks()
556 FileContext.DEFAULT_PERM, false); in testResolvePathThroughMountPoints()
563 FileContext.DEFAULT_PERM, false); in testResolvePathThroughMountPoints()
583 FileContext.DEFAULT_PERM, false); in testResolvePathMissingThroughMountPoints2()
601 FileContext.DEFAULT_PERM, false); in testInternalMkdirSlash()
[all …]
H A DViewFsTestSetup.java66 fsTarget.mkdir(targetOfTests, FileContext.DEFAULT_PERM, true); in setupForViewFsLocalFs()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/
H A DFileContextCreateMkdirBaseTest.java72 fc.mkdir(getTestRootPath(fc), FileContext.DEFAULT_PERM, true); in setUp()
89 fc.mkdir(f, FileContext.DEFAULT_PERM, false); in testMkdirNonRecursiveWithExistingDir()
97 FileContext.DEFAULT_PERM, false); in testMkdirNonRecursiveWithNonExistingDir()
108 fc.mkdir(f, FileContext.DEFAULT_PERM, true); in testMkdirRecursiveWithExistingDir()
116 fc.mkdir(f, FileContext.DEFAULT_PERM, true); in testMkdirRecursiveWithNonExistingDir()
H A DFileContextMainOperationsBaseTest.java166 fc.mkdir(absoluteDir, FileContext.DEFAULT_PERM, true); in testWorkingDirectory()
171 fc.mkdir(absoluteDir, FileContext.DEFAULT_PERM, true); in testWorkingDirectory()
971 fc.mkdir(dst, FileContext.DEFAULT_PERM, true); in testRenameFileAsExistingDirectory()
992 fc.mkdir(src, FileContext.DEFAULT_PERM, true); in testRenameDirectoryToItself()
1013 fc.mkdir(src, FileContext.DEFAULT_PERM, true); in testRenameDirectoryToNonExistentParent()
1042 fc.mkdir(src, FileContext.DEFAULT_PERM, true); in testRenameDirectoryAsNonExistentDirectory()
1065 fc.mkdir(src, FileContext.DEFAULT_PERM, true); in testRenameDirectoryAsEmptyDirectory()
1070 fc.mkdir(dst, FileContext.DEFAULT_PERM, true); in testRenameDirectoryAsEmptyDirectory()
1089 fc.mkdir(src, FileContext.DEFAULT_PERM, true); in testRenameDirectoryAsNonEmptyDirectory()
1094 fc.mkdir(dst, FileContext.DEFAULT_PERM, true); in testRenameDirectoryAsNonEmptyDirectory()
[all …]
H A DSymlinkBaseTest.java87 wrapper.mkdir(new Path(testBaseDir1()), FileContext.DEFAULT_PERM, true); in setUp()
88 wrapper.mkdir(new Path(testBaseDir2()), FileContext.DEFAULT_PERM, true); in setUp()
173 wrapper.mkdir(dir, FileContext.DEFAULT_PERM, false); in testMkdirExistingLink()
656 wrapper.mkdir(subDirViaLink, FileContext.DEFAULT_PERM, true); in testCreateDirViaSymlink()
854 wrapper.mkdir(subDir, FileContext.DEFAULT_PERM, false); in testRenameFileToDestViaSymlink()
873 wrapper.mkdir(dir, FileContext.DEFAULT_PERM, false); in testRenameDirViaSymlink()
909 wrapper.mkdir(subDir, FileContext.DEFAULT_PERM, false); in testRenameDirToSymlinkToDir()
964 wrapper.mkdir(subDir, FileContext.DEFAULT_PERM, false); in testRenameFileToSymlinkToDir()
1197 wrapper.mkdir(dir, FileContext.DEFAULT_PERM, false); in testRenameSymlinkToDirItLinksTo()
1351 wrapper.mkdir(dir, FileContext.DEFAULT_PERM, false); in testAccessFileViaInterSymlinkRelTarget()
[all …]
H A DTestLocalFsFCStatistics.java40 fc.mkdir(fileContextTestHelper.getTestRootPath(fc, "test"), FileContext.DEFAULT_PERM, true); in setUp()
H A DFileContextUtilBase.java61 fc.mkdir(fileContextTestHelper.getTestRootPath(fc), FileContext.DEFAULT_PERM, true); in setUp()
/dports/sysutils/monit/monit-5.29.0/libmonit/src/io/
H A DFile.c55 #define DEFAULT_PERM 0666 macro
77 … case '+': return open(file, O_CREAT|O_RDWR|O_TRUNC|O_NONBLOCK, DEFAULT_PERM); in File_open()
78 … default: return open(file, O_CREAT|O_WRONLY|O_TRUNC|O_NONBLOCK, DEFAULT_PERM); in File_open()
82 … case '+': return open(file, O_CREAT|O_RDWR|O_APPEND|O_NONBLOCK, DEFAULT_PERM); in File_open()
83 … default: return open(file, O_CREAT|O_WRONLY|O_APPEND|O_NONBLOCK, DEFAULT_PERM); in File_open()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/fs/
H A DTestFcHdfsSetUMask.java94 fc.mkdir(defaultWorkingDirectory, FileContext.DEFAULT_PERM, true); in clusterSetupAtBegining()
115 fc.mkdir(fileContextTestHelper.getTestRootPath(fc), FileContext.DEFAULT_PERM, true); in setUp()
206 fc.mkdir(f, FileContext.DEFAULT_PERM, true); in testMkdirWithExistingDir()
217 fc.mkdir(f, FileContext.DEFAULT_PERM, true); in testMkdirRecursiveWithNonExistingDir()
H A DTestHDFSFileContextMainOperations.java65 fc.mkdir(defaultWorkingDirectory, FileContext.DEFAULT_PERM, true); in clusterSetupAtBegining()
79 fc.mkdir(defaultWorkingDirectory, FileContext.DEFAULT_PERM, true); in restartCluster()
159 fc.mkdir(dst1.getParent(), FileContext.DEFAULT_PERM, true); in testOldRenameWithQuota()
194 fc.mkdir(dst1.getParent(), FileContext.DEFAULT_PERM, true); in testRenameWithQuota()
H A DTestFcHdfsCreateMkdir.java55 fc.mkdir(defaultWorkingDirectory, FileContext.DEFAULT_PERM, true); in clusterSetupAtBegining()
H A DTestFcHdfsPermission.java63 fc.mkdir(defaultWorkingDirectory, FileContext.DEFAULT_PERM, true); in clusterSetupAtBegining()
H A DTestSymlinkHdfs.java111 localWrapper.mkdir(localDir, FileContext.DEFAULT_PERM, true); in testLinkAcrossFileSystems()
131 localWrapper.mkdir(localDir, FileContext.DEFAULT_PERM, true); in testRenameAcrossFileSystemsViaLink()
/dports/sysutils/ansible2/ansible-2.9.27/test/units/module_utils/basic/
H A Dtest_atomic_move.py84 …t atomic_mocks['chmod'].call_args_list == [mocker.call(b'/path/to/dest', basic.DEFAULT_PERM & ~18)]
105 …assert atomic_mocks['chmod'].call_args_list == [mocker.call(b'/path/to/src', basic.DEFAULT_PERM & …
128 …assert atomic_mocks['chmod'].call_args_list == [mocker.call(b'/path/to/src', basic.DEFAULT_PERM & …
215 …t atomic_mocks['chmod'].call_args_list == [mocker.call(b'/path/to/dest', basic.DEFAULT_PERM & ~18)]
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/units/module_utils/basic/
H A Dtest_atomic_move.py84 …t atomic_mocks['chmod'].call_args_list == [mocker.call(b'/path/to/dest', basic.DEFAULT_PERM & ~18)]
105 …assert atomic_mocks['chmod'].call_args_list == [mocker.call(b'/path/to/src', basic.DEFAULT_PERM & …
128 …assert atomic_mocks['chmod'].call_args_list == [mocker.call(b'/path/to/src', basic.DEFAULT_PERM & …
215 …t atomic_mocks['chmod'].call_args_list == [mocker.call(b'/path/to/dest', basic.DEFAULT_PERM & ~18)]
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/units/module_utils/basic/
H A Dtest_atomic_move.py84 …t atomic_mocks['chmod'].call_args_list == [mocker.call(b'/path/to/dest', basic.DEFAULT_PERM & ~18)]
105 …assert atomic_mocks['chmod'].call_args_list == [mocker.call(b'/path/to/src', basic.DEFAULT_PERM & …
128 …assert atomic_mocks['chmod'].call_args_list == [mocker.call(b'/path/to/src', basic.DEFAULT_PERM & …
215 …t atomic_mocks['chmod'].call_args_list == [mocker.call(b'/path/to/dest', basic.DEFAULT_PERM & ~18)]
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/auth/src/Cache/
H A DSysVCacheItemPool.php37 const DEFAULT_PERM = 0600; define in Google\\Auth\\Cache\\SysVCacheItemPool
86 'perm' => self::DEFAULT_PERM
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/auth/src/Cache/
H A DSysVCacheItemPool.php37 const DEFAULT_PERM = 0600; define in Google\\Auth\\Cache\\SysVCacheItemPool
130 'perm' => self::DEFAULT_PERM
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/
H A Dcoder.cc53 perm(DEFAULT_PERM), in coder()
74 perm(DEFAULT_PERM), in coder()
92 perm(DEFAULT_PERM), in coder()
H A Dmodifier.h27 const permission DEFAULT_PERM=PUBLIC; variable
/dports/math/asymptote/asymptote-2.67/
H A Dcoder.cc53 perm(DEFAULT_PERM), in coder()
74 perm(DEFAULT_PERM), in coder()
92 perm(DEFAULT_PERM), in coder()
H A Dmodifier.h27 const permission DEFAULT_PERM=PUBLIC; variable
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/aop/org/apache/hadoop/fs/
H A DTestFiRename.java229 fc.mkdir(src, FileContext.DEFAULT_PERM, true); in testDeletionOfDstDirectory()
230 fc.mkdir(dst, FileContext.DEFAULT_PERM, true); in testDeletionOfDstDirectory()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/fs/viewfs/
H A DTestViewFsHdfs.java61 fc.mkdir(defaultWorkingDirectory, FileContext.DEFAULT_PERM, true); in clusterSetupAtBegining()

12