Home | History | Annotate | Download | only in hadoop

Lines Matching defs:stat

355   // - It only works up to 2 GB. We'd have to Stat() the file to ensure that
379 FileStatistics stat;
380 TF_RETURN_IF_ERROR(Stat(dir, &stat));
386 if (stat.is_directory) {
436 // the call is actually successful. Check again by Stat.
438 FileStatistics stat;
439 TF_RETURN_IF_ERROR(Stat(dir, &stat));
482 Status HadoopFileSystem::Stat(const string& fname, FileStatistics* stats) {