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

Function FindHandleDeleter

cpp/src/arrow/util/io_util.cc:695–700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

693namespace {
694
695void FindHandleDeleter(HANDLE* handle) {
696 if (!FindClose(*handle)) {
697 ARROW_LOG(WARNING) << "Cannot close directory handle: "
698 << WinErrorMessage(GetLastError());
699 }
700}
701
702std::wstring PathWithoutTrailingSlash(const PlatformFilename& fn) {
703 std::wstring path = fn.ToNative();

Callers 1

FindOneFileFunction · 0.85

Calls 1

WinErrorMessageFunction · 0.85

Tested by

no test coverage detected