5#if ROO_IO_FS_SUPPORT_POSIX
22 bool close()
override;
24 const char* path()
const override {
return path_.c_str(); }
28 Status status()
const override {
return status_; }
30 void rewind()
override;
32 bool read(Directory::Entry& entry)
override;
35 std::shared_ptr<MountImpl> mount_;
roo::basic_string_view< CharT, Traits > basic_string_view