XXX: move implementation to util/somewhere.
| 360 | |
| 361 | // XXX: move implementation to util/somewhere. |
| 362 | TFsPath TFsPath::RealPath() const { |
| 363 | CheckDefined(); |
| 364 | return ::RealPath(*this); |
| 365 | } |
| 366 | |
| 367 | TFsPath TFsPath::RealLocation() const { |
| 368 | CheckDefined(); |
no test coverage detected