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

Class stat

src/proxy/logging/LogObject.cc:1041–1041  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1039 // Verify whether the existing file is a pipe. If it is,
1040 // disable the roll_file flag so we don't attempt rolling.
1041 struct stat s;
1042 if (stat(filename, &s) < 0) {
1043 const char *msg = "Cannot stat log file %s: %s";
1044 char *se = strerror(errno);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected