| 116 | } |
| 117 | |
| 118 | void StaticSymbols::DestroyFileReader(FileReader* reader) |
| 119 | { |
| 120 | if (ls__FileReader__dtor != nullptr) { |
| 121 | ls__FileReader__dtor(reader); |
| 122 | } |
| 123 | } |
| 124 | |
| 125 | bool StaticSymbols::FileExists(StringView path, PathRootType root, bool canonicalize) const |
| 126 | { |