Home
last modified time | relevance | path

Searched refs:DeleteRootDirContents (Results 1 – 25 of 36) sorted by relevance

12

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/filesystem/
H A Dfilesystem.h198 virtual Status DeleteRootDirContents() = 0;
289 Status DeleteRootDirContents() override;
345 Status DeleteRootDirContents() override;
H A Dfilesystem.cc266 Status SubTreeFileSystem::DeleteRootDirContents() { in DeleteRootDirContents() function in arrow::fs::SubTreeFileSystem
268 return base_fs_->DeleteRootDirContents(); in DeleteRootDirContents()
384 Status SlowFileSystem::DeleteRootDirContents() { in DeleteRootDirContents() function in arrow::fs::SlowFileSystem
386 return base_fs_->DeleteRootDirContents(); in DeleteRootDirContents()
H A Dlocalfs.h80 Status DeleteRootDirContents() override;
H A Dhdfs.h82 Status DeleteRootDirContents() override;
H A Dmockfs.h78 Status DeleteRootDirContents() override;
H A Ds3fs.h156 Status DeleteRootDirContents() override;
H A Dtest_util.h169 GENERIC_FS_TEST_FUNCTION(TEST_MACRO, TEST_CLASS, DeleteRootDirContents) \
H A Ds3fs_narrative_test.cc90 ASSERT_OK(fs->DeleteRootDirContents()); in ClearBucket()
H A Dlocalfs.cc335 Status LocalFileSystem::DeleteRootDirContents() { in DeleteRootDirContents() function in arrow::fs::LocalFileSystem
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/filesystem/
H A Dfilesystem.h224 virtual Status DeleteRootDirContents() = 0;
348 Status DeleteRootDirContents() override;
416 Status DeleteRootDirContents() override;
H A Dlocalfs.h81 Status DeleteRootDirContents() override;
H A Dgcsfs.h78 Status DeleteRootDirContents() override;
H A Dhdfs.h82 Status DeleteRootDirContents() override;
H A Dfilesystem.cc367 Status SubTreeFileSystem::DeleteRootDirContents() { in DeleteRootDirContents() function in arrow::fs::SubTreeFileSystem
369 return base_fs_->DeleteRootDirContents(); in DeleteRootDirContents()
523 Status SlowFileSystem::DeleteRootDirContents() { in DeleteRootDirContents() function in arrow::fs::SlowFileSystem
525 return base_fs_->DeleteRootDirContents(); in DeleteRootDirContents()
H A Dmockfs.h80 Status DeleteRootDirContents() override;
H A Ds3fs.h233 Status DeleteRootDirContents() override;
H A Ds3fs_narrative_test.cc90 ASSERT_OK(fs->DeleteRootDirContents()); in ClearBucket()
H A Dtest_util.h217 GENERIC_FS_TEST_FUNCTION(TEST_MACRO, TEST_CLASS, DeleteRootDirContents) \
H A Dgcsfs.cc204 Status GcsFileSystem::DeleteRootDirContents() { in DeleteRootDirContents() function in arrow::fs::GcsFileSystem
H A Dlocalfs.cc337 Status LocalFileSystem::DeleteRootDirContents() { in DeleteRootDirContents() function in arrow::fs::LocalFileSystem
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/python/
H A Dfilesystem.h94 Status DeleteRootDirContents() override;
H A Dfilesystem.cc122 Status PyFileSystem::DeleteRootDirContents() { in DeleteRootDirContents() function in arrow::py::fs::PyFileSystem
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/python/
H A Dfilesystem.h96 Status DeleteRootDirContents() override;
H A Dfilesystem.cc122 Status PyFileSystem::DeleteRootDirContents() { in DeleteRootDirContents() function in arrow::py::fs::PyFileSystem
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/python/pyarrow/includes/
H A Dlibarrow_fs.pxd66 CStatus DeleteRootDirContents()

12