Searched refs:isRel (Results 1 – 9 of 9) sorted by relevance
/aosp12/build/soong/android/ |
H A D | paths_test.go | 912 isRel bool 919 isRel: true, 925 isRel: false, 931 isRel: false, 937 isRel: false, 943 isRel: false, 950 out, isRel := MaybeRel(ctx, testCase.base, testCase.target) 955 if isRel != testCase.isRel || out != testCase.out { 957 testCase.base, testCase.target, testCase.out, testCase.isRel, out, isRel)
|
H A D | testing.go | 1059 rel, isRel, err := maybeRelErr(soongOutDir, path) 1064 if isRel { 1071 rel, isRel, err = maybeRelErr(outDir, path) 1076 if isRel {
|
H A D | fixture.go | 837 if rel, isRel := MaybeRel(pathContext, r.Config.BuildDir(), pathAsString); isRel {
|
H A D | paths.go | 1949 rel, isRel := MaybeRel(ctx, basePath, targetPath) 1950 if !isRel { 1960 rel, isRel, err := maybeRelErr(basePath, targetPath) 1964 return rel, isRel
|
H A D | rule_builder.go | 1248 if _, isRel, _ := maybeRelErr(c.rule.outDir.String(), rspFile.String()); isRel {
|
/aosp12/frameworks/compile/mclinker/lib/Target/Mips/ |
H A D | MipsRelocator.h | 194 bool isRel() const;
|
H A D | MipsRelocator.cpp | 158 for (MipsRelocationInfo info(pReloc, isRel()); !info.isNone(); in applyRelocation() 202 for (MipsRelocationInfo info(pReloc, isRel()); !info.isNone(); in scanRelocation() 571 bool MipsRelocator::isRel() const { in isRel() function in mcld::MipsRelocator
|
/aosp12/build/soong/finder/ |
H A D | finder.go | 289 var isRel bool 292 isRel = !filepath.IsAbs(rootPath) 293 if isRel { 317 if isRel {
|
/aosp12/build/soong/cc/ |
H A D | library.go | 1559 _, isRel := android.MaybeRel(ctx, dir.String(), path.String()) 1560 return isRel
|