Searched defs:is_regular (Results 1 – 4 of 4) sorted by relevance
64 gboolean is_regular; /* whether it's a (symlink to a) member
230 inline bool is_regular(file_status f) BOOST_NOEXCEPT { return filesystem::is_regular_file(f); } in is_regular() function
214 bool is_regular(const path& p) {return is_regular(detail::status(p));} in is_regular() function216 bool is_regular(const path& p, system::error_code& ec) in is_regular() function
184 inline bool is_regular (const directory_entry& e) { return filesystem::is_regular(e.stat… in is_regular() function