Home
last modified time | relevance | path

Searched refs:pathstr_value (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.member/path.native.obs/
H A Doperator_string.pass.cpp32 fs::path::string_type pathstr_value(value_str.begin(), value_str.end()); in main() local
42 assert(p.native() == pathstr_value); in main()
44 assert(s == pathstr_value); in main()
45 assert(p == pathstr_value); in main()
H A Dnative.pass.cpp30 fs::path::string_type pathstr_value(value_str.begin(), value_str.end()); in main() local
38 assert(p.native() == pathstr_value); in main()
H A Dc_str.pass.cpp31 const fs::path::string_type pathstr_value(str_value.begin(), str_value.end()); in main() local
39 assert(p.c_str() == pathstr_value); in main()