Home
last modified time | relevance | path

Searched defs:CleanPath (Results 1 – 5 of 5) sorted by relevance

/external/sandboxed-api/sandboxed_api/util/
Dpath_test.cc83 TEST(PathTest, CleanPath) { in TEST() argument
Dpath.cc76 std::string CleanPath(const absl::string_view unclean_path) { in CleanPath() function
/external/tensorflow/tensorflow/core/lib/io/
Dpath_test.cc82 TEST(PathTest, CleanPath) { in TEST() argument
/external/tensorflow/tensorflow/core/platform/
Dpath.cc150 string CleanPath(StringPiece unclean_path) { in CleanPath() function
Dfile_system.cc367 string FileSystem::CleanPath(StringPiece unclean_path) const { in CleanPath() function in tensorflow::FileSystem