Home
last modified time | relevance | path

Searched defs:type_present (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/filesystem/include/boost/filesystem/
Ddirectory.hpp169 inline bool type_present (const directory_entry& e) { return filesystem::type_present(e.st… in type_present() function
170 inline bool type_present (const directory_entry& e, system::error_code& ec) BOOST_NOEXCEPT… in type_present() function
Dfile_status.hpp195 inline BOOST_CONSTEXPR bool type_present(file_status f) BOOST_NOEXCEPT in type_present() function
/aosp_15_r20/external/toybox/toys/pending/
H A Dfsck.c166 int i, ret = 0, type_present = 0; in to_be_ignored() local