| 115 | bool IsNonStrictSubpathOf(const TFsPath& that) const; |
| 116 | |
| 117 | bool IsContainerOf(const TFsPath& that) const { |
| 118 | return that.IsSubpathOf(*this); |
| 119 | } |
| 120 | |
| 121 | TFsPath RelativeTo(const TFsPath& root) const; // must be subpath of root |
| 122 |
no test coverage detected