Home
last modified time | relevance | path

Searched refs:hdfsChown (Results 1 – 22 of 22) sorted by relevance

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/native/libhdfs/
H A Dtest_libhdfs_threaded.c219 EXPECT_ZERO(hdfsChown(fs, paths->file2, NULL, NULL)); in doTestHdfsOperations()
220 EXPECT_ZERO(hdfsChown(fs, paths->file2, NULL, "doop")); in doTestHdfsOperations()
227 EXPECT_ZERO(hdfsChown(fs, paths->file2, "ha", "doop2")); in doTestHdfsOperations()
234 EXPECT_ZERO(hdfsChown(fs, paths->file2, "ha2", NULL)); in doTestHdfsOperations()
242 EXPECT_NEGATIVE_ONE_WITH_ERRNO(hdfsChown(fs, tmp, "ha3", NULL), ENOENT); in doTestHdfsOperations()
260 EXPECT_NEGATIVE_ONE_WITH_ERRNO(hdfsChown(fs, paths.file1, "ha3", NULL), EACCES); in testHdfsOperationsImpl()
H A Dhdfs.h793 int hdfsChown(hdfsFS fs, const char* path, const char *owner,
H A Dhdfs.c2070 int hdfsChown(hdfsFS fs, const char *path, const char *owner, const char *group) in hdfsChown() function
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/contrib/libwebhdfs/src/
H A Dtest_libwebhdfs_threaded.c123 EXPECT_NONZERO(hdfsChown(fs, tmp, NULL, NULL)); in doTestHdfsOperations()
124 EXPECT_ZERO(hdfsChown(fs, tmp, NULL, "doop")); in doTestHdfsOperations()
130 EXPECT_ZERO(hdfsChown(fs, tmp, "ha", "doop2")); in doTestHdfsOperations()
137 EXPECT_ZERO(hdfsChown(fs, tmp, "ha2", NULL)); in doTestHdfsOperations()
H A Dtest_libwebhdfs_ops.c336 ((result = hdfsChown(fs, rwPath, NULL, "users")) ? in main()
340 ((result = hdfsChown(fs, rwPath, newOwner, NULL)) ? in main()
H A Dhdfs_web.c572 int hdfsChown(hdfsFS fs, const char* path, const char *owner, const char *group) in hdfsChown() function
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/native/fuse-dfs/
H A Dfuse_impls_chown.c72 if (hdfsChown(hdfsConnGetFs(conn), path, user, group)) { in dfs_chown()
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/fuse-dfs/src/
H A Dfuse_impls_chown.c69 if (hdfsChown(userFS, path, user, group)) { in dfs_chown()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/io/
H A Dhdfs_internal.h90 int (*hdfsChown)(hdfsFS fs, const char* path, const char* owner, const char* group); member
131 this->hdfsChown = nullptr; in Initialize()
H A Dhdfs_internal.cc299 GET_SYMBOL_REQUIRED(this, hdfsChown); in GetRequiredSymbols()
527 return this->hdfsChown(fs, path, owner, group); in Chown()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/io/
H A Dhdfs_internal.h90 int (*hdfsChown)(hdfsFS fs, const char* path, const char* owner, const char* group); member
131 this->hdfsChown = nullptr; in Initialize()
H A Dhdfs_internal.cc310 GET_SYMBOL_REQUIRED(this, hdfsChown); in GetRequiredSymbols()
538 return this->hdfsChown(fs, path, owner, group); in Chown()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/io/
H A Dhdfs_internal.h90 int (*hdfsChown)(hdfsFS fs, const char* path, const char* owner, const char* group); member
131 this->hdfsChown = nullptr; in Initialize()
H A Dhdfs_internal.cc299 GET_SYMBOL_REQUIRED(this, hdfsChown); in GetRequiredSymbols()
527 return this->hdfsChown(fs, path, owner, group); in Chown()
/dports/devel/hadoop/hadoop-1.2.1/src/c++/libhdfs/
H A Dhdfs.h434 int hdfsChown(hdfsFS fs, const char* path, const char *owner, const char *group);
H A Dhdfs_test.c262 …fprintf(stderr, "hdfsChown: %s\n", ((result = hdfsChown(fs, writePath, NULL, "users")) ? "Failed!"… in main()
264 …fprintf(stderr, "hdfsChown: %s\n", ((result = hdfsChown(fs, writePath, newOwner, NULL)) ? "Failed!… in main()
H A Dhdfs.c1335 int hdfsChown(hdfsFS fs, const char* path, const char *owner, const char *group) in hdfsChown() function
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/native/libhdfs/test/
H A Dtest_libhdfs_ops.c354 …fprintf(stderr, "hdfsChown: %s\n", ((result = hdfsChown(fs, writePath, NULL, "users")) != 0 ? "Fai… in main()
356 …fprintf(stderr, "hdfsChown: %s\n", ((result = hdfsChown(fs, writePath, newOwner, NULL)) != 0 ? "Fa… in main()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/thirdparty/hadoop/include/
H A Dhdfs.h879 int hdfsChown(hdfsFS fs, const char* path, const char *owner,
/dports/databases/tiledb/TileDB-2.5.2/external/include/hadoop/
H A Dhdfs.h879 int hdfsChown(hdfsFS fs, const char* path, const char *owner,
/dports/databases/arrow/apache-arrow-6.0.1/cpp/thirdparty/hadoop/include/
H A Dhdfs.h879 int hdfsChown(hdfsFS fs, const char* path, const char *owner,
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/thirdparty/hadoop/include/
H A Dhdfs.h879 int hdfsChown(hdfsFS fs, const char* path, const char *owner,