MCPcopy Create free account
hub / github.com/apache/trafficserver / open_path

Function open_path

src/iocore/io_uring/unit_tests/test_diskIO.cc:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59int
60open_path(const swoc::file::path &path, int oflags = O_CREAT | O_RDWR, int mode = 0644)
61{
62 return open(path.c_str(), oflags, mode);
63}
64
65template <typename F> class FunctionHolderHandler : public IOUringCompletionHandler
66{

Callers 1

test_diskIO.ccFile · 0.85

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected