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

Function RecFileOpenR

src/records/RecFile.cc:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34//-------------------------------------------------------------------------
35
36RecHandle
37RecFileOpenR(const char *file)
38{
39 RecHandle h_file;
40 return ((h_file = ::open(file, O_RDONLY)) < 0) ? REC_HANDLE_INVALID : h_file;
41}
42
43//-------------------------------------------------------------------------
44// RecFileOpenW

Callers 3

RecMessageReadFromDiskFunction · 0.85
RecFileExistsFunction · 0.85
RecFileImport_XmallocFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected