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

Class stat

tests/tools/plugins/ssl_secret_load_test.cc:67–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66bool
67load_file(const std::string &newname, struct stat *statdata, std::string &data_item)
68{
69 if (stat(newname.c_str(), statdata) < 0) {
70 return false;

Callers 2

load_fileFunction · 0.70
CB_Update_SecretFunction · 0.70

Calls

no outgoing calls

Tested by 2

load_fileFunction · 0.56
CB_Update_SecretFunction · 0.56