Searched defs:CleanPath (Results 1 – 4 of 4) sorted by relevance
82 TEST(PathTest, CleanPath) { in TEST() argument
150 string CleanPath(StringPiece unclean_path) { in CleanPath() function
324 string FileSystem::CleanPath(StringPiece unclean_path) const { in CleanPath() function in tensorflow::FileSystem
63 std::string CleanPath(StringRef PathRef) { in CleanPath() function