HomeSort by: relevance | last modified time | path
    Searched defs:is_block_file (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
fs_ops.h 163 is_block_file(file_status __s) noexcept
168 is_block_file(const path& __p) function in namespace:filesystem
169 { return is_block_file(status(__p)); }
173 is_block_file(const path& __p, error_code& __ec) noexcept
174 { return is_block_file(status(__p, __ec)); }
fs_dir.h 182 is_block_file() const function in class:filesystem::directory_entry
186 is_block_file(error_code& __ec) const noexcept
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
fs_ops.h 171 is_block_file(file_status __s) noexcept
176 is_block_file(const path& __p) function in namespace:experimental::filesystem::v1
177 { return is_block_file(status(__p)); }
181 is_block_file(const path& __p, error_code& __ec) noexcept
182 { return is_block_file(status(__p, __ec)); }
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
fs_ops.h 163 is_block_file(file_status __s) noexcept
168 is_block_file(const path& __p) function in namespace:filesystem
169 { return is_block_file(status(__p)); }
173 is_block_file(const path& __p, error_code& __ec) noexcept
174 { return is_block_file(status(__p, __ec)); }
fs_dir.h 182 is_block_file() const function in class:filesystem::directory_entry
186 is_block_file(error_code& __ec) const noexcept
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
fs_ops.h 171 is_block_file(file_status __s) noexcept
176 is_block_file(const path& __p) function in namespace:experimental::filesystem::v1
177 { return is_block_file(status(__p)); }
181 is_block_file(const path& __p, error_code& __ec) noexcept
182 { return is_block_file(status(__p, __ec)); }

Completed in 20 milliseconds