Searched refs:is_dotdot (Results 1 – 10 of 10) sorted by relevance
348 inline bool is_dotdot(const fs::path& path) in is_dotdot() function388 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()
101 inline bool is_dotdot(const fs::path& path) in is_dotdot() function169 else if (is_dotdot(f)) in canonical()452 if (!is_dot(filename) && !is_dotdot(filename)) in create_directories()
127 inline bool is_dotdot(const fs::path& path) in is_dotdot() function200 else if (is_dotdot(f)) in canonical()666 if (is_dot(filename) || is_dotdot(filename)) in create_directories()
370 bool is_dotdot; in union_allocvp() local372 is_dotdot = (dvp != NULL && cnp != NULL && (cnp->cn_flags & ISDOTDOT)); in union_allocvp()429 if (is_dotdot) in union_allocvp()432 if (is_dotdot) in union_allocvp()
1677 inline bool is_dotdot(const fs::path& path) in is_dotdot() function1717 if (is_dotdot(p)) in lexically_normal()1722 if (!is_dotdot(ret.filename())) in lexically_normal()1739 if (elem->has_filename() && !is_dotdot(*elem)) in lexically_normal()1779 if (back->empty() && is_dotdot(*std::prev(back))) in lexically_normal()1822 if (is_dotdot(p)) in lexically_relative()
143 inline bool is_dotdot(const fs::path& path) in is_dotdot() function221 else if (is_dotdot(f)) in canonical()521 if (is_dot(filename) || is_dotdot(filename)) in create_directories()
1678 inline bool is_dotdot(const fs::path& path) in is_dotdot() function1718 if (is_dotdot(p)) in lexically_normal()1723 if (!is_dotdot(ret.filename())) in lexically_normal()1740 if (elem->has_filename() && !is_dotdot(*elem)) in lexically_normal()1780 if (back->empty() && is_dotdot(*std::prev(back))) in lexically_normal()1823 if (is_dotdot(p)) in lexically_relative()
147 inline bool is_dotdot(const fs::path& path) in is_dotdot() function225 else if (is_dotdot(f)) in canonical()525 if (is_dot(filename) || is_dotdot(filename)) in create_directories()
107 inline bool is_dotdot(const fs::path& path) in is_dotdot() function175 else if (is_dotdot(f)) in canonical()458 if (!is_dot(filename) && !is_dotdot(filename)) in create_directories()
1321 * src/filesystem/ops.cc (is_dot, is_dotdot): Define new helpers.