Home
last modified time | relevance | path

Searched refs:is_dotdot (Results 1 – 16 of 16) sorted by relevance

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/filesystem/
A Dstd-path.cc348 inline bool is_dotdot(const fs::path& path) in is_dotdot() function
388 if (is_dotdot(p)) in lexically_normal()
393 if (!is_dotdot(ret.filename())) in lexically_normal()
410 if (elem->has_filename() && !is_dotdot(*elem)) in lexically_normal()
446 if (back->empty() && is_dotdot(*std::prev(back))) in lexically_normal()
476 if (is_dotdot(p)) in lexically_relative()
A Dops.cc102 inline bool is_dotdot(const fs::path& path) in is_dotdot() function
169 else if (is_dotdot(f)) in canonical()
448 if (!is_dot(filename) && !is_dotdot(filename)) in create_directories()
A Dstd-ops.cc127 inline bool is_dotdot(const fs::path& path) in is_dotdot() function
200 else if (is_dotdot(f)) in canonical()
666 if (is_dot(filename) || is_dotdot(filename)) in create_directories()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++17/
A Dfs_path.cc1657 inline bool is_dotdot(const fs::path& path) in is_dotdot() function
1697 if (is_dotdot(p)) in lexically_normal()
1702 if (!is_dotdot(ret.filename())) in lexically_normal()
1719 if (elem->has_filename() && !is_dotdot(*elem)) in lexically_normal()
1759 if (back->empty() && is_dotdot(*std::prev(back))) in lexically_normal()
1789 if (is_dotdot(p)) in lexically_relative()
A Dfs_ops.cc150 inline bool is_dotdot(const fs::path& path) in is_dotdot() function
228 else if (is_dotdot(f)) in canonical()
524 if (is_dot(filename) || is_dotdot(filename)) in create_directories()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++17/
A Dfs_path.cc1664 inline bool is_dotdot(const fs::path& path) in is_dotdot() function
1704 if (is_dotdot(p)) in lexically_normal()
1709 if (!is_dotdot(ret.filename())) in lexically_normal()
1726 if (elem->has_filename() && !is_dotdot(*elem)) in lexically_normal()
1766 if (back->empty() && is_dotdot(*std::prev(back))) in lexically_normal()
1809 if (is_dotdot(p)) in lexically_relative()
A Dfs_ops.cc150 inline bool is_dotdot(const fs::path& path) in is_dotdot() function
228 else if (is_dotdot(f)) in canonical()
524 if (is_dot(filename) || is_dotdot(filename)) in create_directories()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/
A Dfs_path.cc1664 inline bool is_dotdot(const fs::path& path) in is_dotdot() function
1704 if (is_dotdot(p)) in lexically_normal()
1709 if (!is_dotdot(ret.filename())) in lexically_normal()
1726 if (elem->has_filename() && !is_dotdot(*elem)) in lexically_normal()
1766 if (back->empty() && is_dotdot(*std::prev(back))) in lexically_normal()
1809 if (is_dotdot(p)) in lexically_relative()
A Dfs_ops.cc150 inline bool is_dotdot(const fs::path& path) in is_dotdot() function
228 else if (is_dotdot(f)) in canonical()
524 if (is_dot(filename) || is_dotdot(filename)) in create_directories()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/filesystem/
A Dops.cc101 inline bool is_dotdot(const fs::path& path) in is_dotdot() function
169 else if (is_dotdot(f)) in canonical()
448 if (!is_dot(filename) && !is_dotdot(filename)) in create_directories()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/filesystem/
A Dops.cc101 inline bool is_dotdot(const fs::path& path) in is_dotdot() function
169 else if (is_dotdot(f)) in canonical()
448 if (!is_dot(filename) && !is_dotdot(filename)) in create_directories()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/filesystem/
A Dops.cc101 inline bool is_dotdot(const fs::path& path) in is_dotdot() function
169 else if (is_dotdot(f)) in canonical()
448 if (!is_dot(filename) && !is_dotdot(filename)) in create_directories()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/filesystem/
A Dops.cc103 inline bool is_dotdot(const fs::path& path) in is_dotdot() function
170 else if (is_dotdot(f)) in canonical()
671 if (!is_dot(filename) && !is_dotdot(filename)) in create_directories()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/filesystem/
A Dops.cc103 inline bool is_dotdot(const fs::path& path) in is_dotdot() function
170 else if (is_dotdot(f)) in canonical()
691 if (!is_dot(filename) && !is_dotdot(filename)) in create_directories()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/filesystem/
A Dops.cc103 inline bool is_dotdot(const fs::path& path) in is_dotdot() function
170 else if (is_dotdot(f)) in canonical()
691 if (!is_dot(filename) && !is_dotdot(filename)) in create_directories()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/
A DChangeLog1697 (is_dot, is_dotdot): Define new helpers.

Completed in 50 milliseconds