| 177 | return underlayfs->opendir(path); |
| 178 | } |
| 179 | virtual int stat(const char *path, struct stat *buf) override |
| 180 | { |
| 181 | PathCat __(this, path); |
| 182 | return underlayfs->stat(path, buf); |
| 183 | } |
| 184 | virtual int lstat(const char *path, struct stat *buf) override |
| 185 | { |
| 186 | PathCat __(this, path); |