Home
last modified time | relevance | path

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

/aosp_15_r20/external/sandboxed-api/sandboxed_api/util/
H A Dpath_test.cc83 TEST(PathTest, CleanPath) { in TEST() argument
H A Dpath.cc76 std::string CleanPath(const absl::string_view unclean_path) { in CleanPath() function
/aosp_15_r20/device/google/cuttlefish/host/commands/process_sandboxer/
Dfilesystem.cpp100 std::string CleanPath(const std::string_view unclean_path) { in CleanPath() function
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/io/
H A Dpath_test.cc82 TEST(PathTest, CleanPath) { in TEST() argument
/aosp_15_r20/system/tools/aidl/
Dio_delegate.cpp277 string IoDelegate::CleanPath(const string& path) { in CleanPath() function in android::aidl::IoDelegate
/aosp_15_r20/build/make/tools/ide_query/cc_analyzer/
H A Dinclude_scanner.cc50 std::string CleanPath(llvm::StringRef path) { in CleanPath() function
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Dpath.cc150 string CleanPath(StringPiece unclean_path) { in CleanPath() function
H A Dfile_system.cc367 string FileSystem::CleanPath(StringPiece unclean_path) const { in CleanPath() function in tensorflow::FileSystem