| 1288 | Status 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())); |
no outgoing calls
no test coverage detected