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

Method GetMatchingPaths

tensorflow/contrib/android/asset_manager_filesystem.cc:246–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246Status AssetManagerFileSystem::GetMatchingPaths(const string& pattern,
247 std::vector<string>* results) {
248 return internal::GetMatchingPaths(this, Env::Default(), pattern, results);
249}
250
251Status AssetManagerFileSystem::NewWritableFile(
252 const string& fname, std::unique_ptr<WritableFile>* result) {

Callers

nothing calls this directly

Calls 2

GetMatchingPathsFunction · 0.85
DefaultFunction · 0.85

Tested by

no test coverage detected