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

Class stat

plugins/certifier/certifier.cc:417–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415 std::string cert_filename = path + '/' + commonName + ".crt";
416
417 struct stat st;
418 FILE *fp = nullptr;
419 /// If directory doesn't exist, create one
420 if (stat(path.c_str(), &st) == -1) {

Callers 1

shadow_cert_generatorFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected