Home
last modified time | relevance | path

Searched refs:hdfsChmod (Results 1 – 23 of 23) sorted by relevance

/dports/devel/hadoop/hadoop-1.2.1/src/contrib/fuse-dfs/src/
H A Dfuse_impls_chmod.c44 if (hdfsChmod(userFS, path, (short)mode)) { in dfs_chmod()
H A Dfuse_impls_mkdir.c61 if (hdfsChmod(userFS, path, (short)mode)) { in dfs_mkdir()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/native/fuse-dfs/
H A Dfuse_impls_chmod.c45 if (hdfsChmod(fs, path, (short)mode)) { in dfs_chmod()
H A Dfuse_impls_mkdir.c59 if (hdfsChmod(fs, path, (short)mode)) { in dfs_mkdir()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/io/
H A Dhdfs_internal.h91 int (*hdfsChmod)(hdfsFS fs, const char* path, short mode); // NOLINT member
132 this->hdfsChmod = nullptr; in Initialize()
H A Dhdfs_internal.cc300 GET_SYMBOL_REQUIRED(this, hdfsChmod); in GetRequiredSymbols()
531 return this->hdfsChmod(fs, path, mode); in Chmod()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/io/
H A Dhdfs_internal.h91 int (*hdfsChmod)(hdfsFS fs, const char* path, short mode); // NOLINT member
132 this->hdfsChmod = nullptr; in Initialize()
H A Dhdfs_internal.cc311 GET_SYMBOL_REQUIRED(this, hdfsChmod); in GetRequiredSymbols()
542 return this->hdfsChmod(fs, path, mode); in Chmod()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/io/
H A Dhdfs_internal.h91 int (*hdfsChmod)(hdfsFS fs, const char* path, short mode); // NOLINT member
132 this->hdfsChmod = nullptr; in Initialize()
H A Dhdfs_internal.cc300 GET_SYMBOL_REQUIRED(this, hdfsChmod); in GetRequiredSymbols()
531 return this->hdfsChmod(fs, path, mode); in Chmod()
/dports/devel/hadoop/hadoop-1.2.1/src/c++/libhdfs/
H A Dhdfs.h443 int hdfsChmod(hdfsFS fs, const char* path, short mode);
H A Dhdfs_test.c267 …fprintf(stderr, "hdfsChmod: %s\n", ((result = hdfsChmod(fs, writePath, newPerm)) ? "Failed!" : "Su… in main()
291 …fprintf(stderr, "hdfsChmod: %s\n", ((result = hdfsChmod(fs, "/tmp/", 0777)) ? "Failed!" : "Success… in main()
H A Dhdfs.c1383 int hdfsChmod(hdfsFS fs, const char* path, short mode) in hdfsChmod() function
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bhdfs/
H A Dbhdfs_manager.cxx68 return hdfsChmod(fs_, path.c_str(), mode) != -1; in create_dir()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/contrib/libwebhdfs/src/
H A Dtest_libwebhdfs_ops.c345 ((result = hdfsChmod(fs, rwPath, newPerm)) ? in main()
374 ((result = hdfsChmod(fs, slashTmp, 0777)) ? in main()
H A Dhdfs_web.c537 int hdfsChmod(hdfsFS fs, const char* path, short mode) in hdfsChmod() function
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/native/libhdfs/test/
H A Dtest_libhdfs_ops.c359 …fprintf(stderr, "hdfsChmod: %s\n", ((result = hdfsChmod(fs, writePath, newPerm)) != 0 ? "Failed!" … in main()
383 …fprintf(stderr, "hdfsChmod: %s\n", ((result = hdfsChmod(fs, "/tmp/", 0777)) != 0 ? "Failed!" : "Su… in main()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/native/libhdfs/
H A Dhdfs.h804 int hdfsChmod(hdfsFS fs, const char* path, short mode);
H A Dhdfs.c2139 int hdfsChmod(hdfsFS fs, const char *path, short mode) in hdfsChmod() function
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/thirdparty/hadoop/include/
H A Dhdfs.h890 int hdfsChmod(hdfsFS fs, const char* path, short mode);
/dports/databases/tiledb/TileDB-2.5.2/external/include/hadoop/
H A Dhdfs.h890 int hdfsChmod(hdfsFS fs, const char* path, short mode);
/dports/databases/arrow/apache-arrow-6.0.1/cpp/thirdparty/hadoop/include/
H A Dhdfs.h890 int hdfsChmod(hdfsFS fs, const char* path, short mode);
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/thirdparty/hadoop/include/
H A Dhdfs.h890 int hdfsChmod(hdfsFS fs, const char* path, short mode);