Home
last modified time | relevance | path

Searched defs:is_regular (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstreamer/plugins/elements/
Dgstfilesrc.h64 gboolean is_regular; /* whether it's a (symlink to a) member
/third_party/boost/boost/filesystem/
Dfile_status.hpp230 inline bool is_regular(file_status f) BOOST_NOEXCEPT { return filesystem::is_regular_file(f); } in is_regular() function
Doperations.hpp214 bool is_regular(const path& p) {return is_regular(detail::status(p));} in is_regular() function
216 bool is_regular(const path& p, system::error_code& ec) in is_regular() function
Ddirectory.hpp184 inline bool is_regular (const directory_entry& e) { return filesystem::is_regular(e.stat… in is_regular() function