Home
last modified time | relevance | path

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

/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.cc324 string FileSystem::CleanPath(StringPiece unclean_path) const { in CleanPath() function in tensorflow::FileSystem
/external/llvm-project/clang-tools-extra/clang-move/
DMove.cpp63 std::string CleanPath(StringRef PathRef) { in CleanPath() function