Home
last modified time | relevance | path

Searched refs:hdfsCopy (Results 1 – 19 of 19) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bhdfs/
H A Dbhdfs_manager.cxx82 return hdfsCopy(lfs, local_file.c_str(), fs_, hdfs_folder.c_str()) != -1; in copy_to_hdfs()
90 return hdfsCopy(fs_, hdfs_file.c_str(), lfs, local_dir.c_str()) != -1; in copy_from_hdfs()
/dports/devel/hadoop/hadoop-1.2.1/src/c++/libhdfs/
H A Dhdfs_test.c157 …fprintf(stderr, "hdfsCopy(remote-local): %s\n", ((result = hdfsCopy(fs, srcPath, lfs, srcPath)) ? … in main()
159 …fprintf(stderr, "hdfsCopy(remote-remote): %s\n", ((result = hdfsCopy(fs, srcPath, fs, dstPath)) ? … in main()
168 …fprintf(stderr, "hdfsCopy(remote-remote): %s\n", ((result = hdfsCopy(fs, srcPath, fs, dstPath)) ? … in main()
H A Dhdfs.h253 int hdfsCopy(hdfsFS srcFS, const char* src, hdfsFS dstFS, const char* dst);
H A Dhdfs.c921 int hdfsCopy(hdfsFS srcFS, const char* src, hdfsFS dstFS, const char* dst) in hdfsCopy() function
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/io/
H A Dhdfs_internal.cc425 GET_SYMBOL(this, hdfsCopy); in Copy()
426 if (this->hdfsCopy) in Copy()
427 return this->hdfsCopy(srcFS, src, dstFS, dst); in Copy()
H A Dhdfs_internal.h74 int (*hdfsCopy)(hdfsFS srcFS, const char* src, hdfsFS dstFS, const char* dst); member
115 this->hdfsCopy = nullptr; in Initialize()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/io/
H A Dhdfs_internal.cc436 GET_SYMBOL(this, hdfsCopy); in Copy()
437 if (this->hdfsCopy) in Copy()
438 return this->hdfsCopy(srcFS, src, dstFS, dst); in Copy()
H A Dhdfs_internal.h74 int (*hdfsCopy)(hdfsFS srcFS, const char* src, hdfsFS dstFS, const char* dst); member
115 this->hdfsCopy = nullptr; in Initialize()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/native/libhdfs/test/
H A Dtest_libhdfs_ops.c259 …fprintf(stderr, "hdfsCopy(remote-local): %s\n", ((result = hdfsCopy(fs, srcPath, lfs, srcPath)) !=… in main()
261 …fprintf(stderr, "hdfsCopy(remote-remote): %s\n", ((result = hdfsCopy(fs, srcPath, fs, dstPath)) !=… in main()
270 …fprintf(stderr, "hdfsCopy(remote-remote): %s\n", ((result = hdfsCopy(fs, srcPath, fs, dstPath)) !=… in main()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/io/
H A Dhdfs_internal.cc425 GET_SYMBOL(this, hdfsCopy); in Copy()
426 if (this->hdfsCopy) in Copy()
427 return this->hdfsCopy(srcFS, src, dstFS, dst); in Copy()
H A Dhdfs_internal.h74 int (*hdfsCopy)(hdfsFS srcFS, const char* src, hdfsFS dstFS, const char* dst); member
115 this->hdfsCopy = nullptr; in Initialize()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/native/libhdfs/
H A Dhdfs.h567 int hdfsCopy(hdfsFS srcFS, const char* src, hdfsFS dstFS, const char* dst);
H A Dtest_libhdfs_threaded.c217 EXPECT_ZERO(hdfsCopy(fs, paths->file1, fs, paths->file2)); in doTestHdfsOperations()
H A Dhdfs.c1740 int hdfsCopy(hdfsFS srcFS, const char *src, hdfsFS dstFS, const char *dst) in hdfsCopy() function
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/thirdparty/hadoop/include/
H A Dhdfs.h652 int hdfsCopy(hdfsFS srcFS, const char* src, hdfsFS dstFS, const char* dst);
/dports/databases/tiledb/TileDB-2.5.2/external/include/hadoop/
H A Dhdfs.h652 int hdfsCopy(hdfsFS srcFS, const char* src, hdfsFS dstFS, const char* dst);
/dports/databases/arrow/apache-arrow-6.0.1/cpp/thirdparty/hadoop/include/
H A Dhdfs.h652 int hdfsCopy(hdfsFS srcFS, const char* src, hdfsFS dstFS, const char* dst);
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/thirdparty/hadoop/include/
H A Dhdfs.h652 int hdfsCopy(hdfsFS srcFS, const char* src, hdfsFS dstFS, const char* dst);
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/contrib/libwebhdfs/src/
H A Dhdfs_web.c1527 int hdfsCopy(hdfsFS srcFS, const char* src, hdfsFS dstFS, const char* dst) in hdfsCopy() function