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

Class stat

be/src/rpc/authentication.cc:1290–1290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1288Status CheckReplayCacheDirPermissions() {
1289 DCHECK(IsKerberosEnabled());
1290 struct stat st;
1291
1292 if (stat("/var/tmp", &st) < 0) {
1293 return Status(Substitute("Problem accessing /var/tmp: $0", GetStrErrMsg()));

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected