Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dops.cc1184 static bool has_trailing_slash(const fs::path& p) in has_trailing_slash() function
1202 if (p.has_relative_path() && has_trailing_slash(p)) in status()
1248 if (p.has_relative_path() && has_trailing_slash(p)) in symlink_status()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog3259 * src/filesystem/ops.cc (has_trailing_slash): New helper