Home
last modified time | relevance | path

Searched refs:isRel (Results 1 – 9 of 9) sorted by relevance

/aosp12/build/soong/android/
H A Dpaths_test.go912 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 Dtesting.go1059 rel, isRel, err := maybeRelErr(soongOutDir, path)
1064 if isRel {
1071 rel, isRel, err = maybeRelErr(outDir, path)
1076 if isRel {
H A Dfixture.go837 if rel, isRel := MaybeRel(pathContext, r.Config.BuildDir(), pathAsString); isRel {
H A Dpaths.go1949 rel, isRel := MaybeRel(ctx, basePath, targetPath)
1950 if !isRel {
1960 rel, isRel, err := maybeRelErr(basePath, targetPath)
1964 return rel, isRel
H A Drule_builder.go1248 if _, isRel, _ := maybeRelErr(c.rule.outDir.String(), rspFile.String()); isRel {
/aosp12/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.h194 bool isRel() const;
H A DMipsRelocator.cpp158 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 Dfinder.go289 var isRel bool
292 isRel = !filepath.IsAbs(rootPath)
293 if isRel {
317 if isRel {
/aosp12/build/soong/cc/
H A Dlibrary.go1559 _, isRel := android.MaybeRel(ctx, dir.String(), path.String())
1560 return isRel