assertContains(linkerFlags,STR0 + yooserLib.getCanonicalPath()); | assertContains(linkerFlags,STR0 + yooserLib.toRealPath()); | yooserLib.getCanonicalPath() | yooserLib.toRealPath() | buck | 661486f09e05531e1fa2310a9b356c59bab8f00d | com.facebook.buck.d.DBuckConfigTest | | | | | | Uses | True |
assertDoesNotContain(linkerFlags,STR0 + yooserLib.getCanonicalPath()); | assertDoesNotContain(linkerFlags,STR0 + yooserLib.toRealPath()); | yooserLib.getCanonicalPath() | yooserLib.toRealPath() | buck | 661486f09e05531e1fa2310a9b356c59bab8f00d | com.facebook.buck.d.DBuckConfigTest | | | | | | Uses | True |
BuckConfig delegate=FakeBuckConfig.builder().setEnvironment(ImmutableMap.of(STR0,yooserBeen.getCanonicalPath())).setSections(STR1,STR2 + ldc.getCanonicalPath()).build(); | BuckConfig delegate=FakeBuckConfig.builder().setEnvironment(ImmutableMap.of(STR0,yooserBeen.toRealPath().toString())).setSections(STR1,STR2 + ldc.toRealPath()).build(); | ldc.getCanonicalPath() | ldc.toRealPath() | buck | 661486f09e05531e1fa2310a9b356c59bab8f00d | com.facebook.buck.d.DBuckConfigTest | | | | | | Uses | True |