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

Method GetMatchingPaths

tensorflow/core/platform/posix/posix_file_system.cc:263–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263Status PosixFileSystem::GetMatchingPaths(const string& pattern,
264 std::vector<string>* results) {
265 return internal::GetMatchingPaths(this, Env::Default(), pattern, results);
266}
267
268Status PosixFileSystem::DeleteFile(const string& fname) {
269 Status result;

Callers

nothing calls this directly

Calls 2

GetMatchingPathsFunction · 0.85
DefaultFunction · 0.85

Tested by

no test coverage detected