Home
last modified time | relevance | path

Searched refs:transform_path (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/test/support/
Dfilesystem_test_helper.hpp483 auto transform_path = [](const fs::path& p) { in check_libcxx_string() local
496 transform_path(expected_path1)); in check_libcxx_string()
500 transform_path(expected_path1), in check_libcxx_string()
501 transform_path(expected_path2)); in check_libcxx_string()
/external/llvm-project/libcxx/test/support/
Dfilesystem_test_helper.h655 auto transform_path = [](const fs::path& p) { in check_libcxx_string()
668 transform_path(expected_path1).c_str()); in check_libcxx_string()
672 transform_path(expected_path1).c_str(), in check_libcxx_string()
673 transform_path(expected_path2).c_str()); in check_libcxx_string()