MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / GetMatchingPaths

Method GetMatchingPaths

tensorflow/core/platform/hadoop/hadoop_file_system.cc:416–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

414}
415
416Status HadoopFileSystem::GetMatchingPaths(const string& pattern,
417 std::vector<string>* results) {
418 return internal::GetMatchingPaths(this, Env::Default(), pattern, results);
419}
420
421Status HadoopFileSystem::DeleteFile(const string& fname) {
422 hdfsFS fs = nullptr;

Callers

nothing calls this directly

Calls 2

GetMatchingPathsFunction · 0.85
DefaultFunction · 0.85

Tested by

no test coverage detected