| return MorePaths.pathWithUnixSeparators(projectRootPath.toAbsolutePath().relativize(repoRelativePath.toAbsolutePath())); | return projectRootPath.toAbsolutePath().relativize(path.toAbsolutePath()); | MorePaths.pathWithUnixSeparators(projectRootPath.toAbsolutePath().relativize(repoRelativePath.toAbsolutePath())) | projectRootPath.toAbsolutePath().relativize(path.toAbsolutePath()) | buck | 7fac9c14bf2f1bc0cc4b896c2ecbb95c68fdaf83 | com.facebook.buck.features.project.intellij.IjProjectPaths | | | _1 | toProjectDirRelativeString |
|---|
| _2 | getProjectRelativePath |
|---|
| | v0 | projectRootPath.toAbsolutePath() |
|---|
| - com.facebook.buck.io.file.MorePaths
| | v0 | projectRootPath.toAbsolutePath() |
|---|
| Returns | False |