MCPcopy Create free account
hub / github.com/boostorg/filesystem / not_found_error

Function not_found_error

src/operations.cpp:301–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299;
300
301inline bool not_found_error(int errval) noexcept
302{
303 return errval == ENOENT || errval == ENOTDIR;
304}
305
306/*!
307 * Closes a file descriptor and returns the result, similar to close(2). Unlike close(2), guarantees that the file descriptor is closed even if EINTR error happens.

Callers 8

operations.cppFile · 0.85
process_status_failureFunction · 0.85
remove_nt5_implFunction · 0.85
remove_nt6_implFunction · 0.85
remove_implFunction · 0.85
remove_all_nt6_by_handleFunction · 0.85
remove_all_nt5_implFunction · 0.85
remove_all_implFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected