MCPcopy Create free account
hub / github.com/apache/arrow / TouchFile

Function TouchFile

cpp/src/arrow/util/io_util_test.cc:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73void TouchFile(const PlatformFilename& path) {
74 ASSERT_OK_AND_ASSIGN(FileDescriptor fd, FileOpenWritable(path));
75 ASSERT_OK(fd.Close());
76}
77
78TEST(ErrnoFromStatus, Basics) {
79 Status st;

Callers 1

TESTFunction · 0.85

Calls 1

CloseMethod · 0.45

Tested by

no test coverage detected