| 33 | } |
| 34 | |
| 35 | TString ArcadiaFromCurrentLocation(TStringBuf where, TStringBuf path) { |
| 36 | return (TFsPath(ArcadiaSourceRoot()) / TFsPath(where).Parent() / path).Fix(); |
| 37 | } |
| 38 | |
| 39 | TString BinaryPath(TStringBuf path) { |
| 40 | return (TFsPath(BuildRoot()) / path).Fix(); |
nothing calls this directly
no test coverage detected