Home
last modified time | relevance | path

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

/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.gen/
Dlexically_relative_and_proximate.pass.cpp65 const fs::path output = p.lexically_relative(TC.base); in main()
/external/libcxx/include/
Dfilesystem1109 path lexically_relative(const path& __base) const;
1112 path __result = this->lexically_relative(__base);
1844 return __tmp.lexically_relative(__tmpbase);
1854 return __weakly_canonical(__p).lexically_relative(__weakly_canonical(__base));
/external/libcxx/src/filesystem/
Doperations.cpp1487 path path::lexically_relative(const path& base) const { in lexically_relative() function in path