Home
last modified time | relevance | path

Searched refs:Rel (Results 1 – 25 of 50) sorted by relevance

12

/build/soong/cc/
Dgen.go115 aidlPackage := strings.TrimSuffix(aidlFile.Rel(), aidlFile.Base())
133 baseDir := strings.TrimSuffix(aidlFile.String(), aidlFile.Rel())
172 Description: "lex " + lexFile.Rel(),
180 headerFile := android.PathForModuleGen(ctx, "sysprop", "include", syspropFile.Rel()+".h")
181 …publicHeaderFile := android.PathForModuleGen(ctx, "sysprop/public", "include", syspropFile.Rel()+"…
182 cppFile := android.PathForModuleGen(ctx, "sysprop", syspropFile.Rel()+".cpp")
188 Description: "sysprop " + syspropFile.Rel(),
196 "includeName": syspropFile.Rel() + ".h",
211 Description: "windmc " + srcFile.Rel(),
Dproto.go37 rel := protoFile.Rel()
57 rule.Build("protoc_"+protoFile.Rel(), "protoc "+protoFile.Rel())
Dtest_data_test.go149 if test.data[i].file != got[i].Rel() ||
153 got[i].String(), got[i].Rel())
Dndk_headers.go108 strippedHeaderDir, err := filepath.Rel(fullFromPath.String(), headerDir)
249 Description: "versioner preprocess " + srcDir.Rel(),
331 Description: "preprocess " + src.Rel(),
Dbuilder.go518 Description: "yasm " + srcFile.Rel(),
531 Description: "windres " + srcFile.Rel(),
599 Description: ccDesc + " " + srcFile.Rel(),
616 Description: "Xref C++ extractor " + srcFile.Rel(),
639 Description: "clang-tidy " + srcFile.Rel(),
664 Description: "header-abi-dumper " + srcFile.Rel(),
Dndk_library.go216 Description: "generate stubs " + symbolFilePath.Rel(),
240 Description: "parse ndk api symbol file for api coverage: " + symbolFilePath.Rel(),
Dlibrary_sdk_member.go285 targetRelativePath = android.Rel(sdkModuleContext, base.String(), inputPath)
301 inputRelativePath := android.Rel(sdkModuleContext, inputPath, file)
Dfuzz.go277 Output(intermediateDir.Join(ctx, entry.Rel()))
453 intermediateDir := strings.TrimSuffix(f.String(), f.Rel())
/build/soong/python/
Dproto.go47 rule.Build("protoc_"+protoFile.Rel(), "protoc "+protoFile.Rel())
Dpython.go532 runfilesPath := filepath.Join(pkgPath, s.Rel())
546 runfilesPath := filepath.Join(pkgPath, d.Rel())
568 relativeRoot = strings.TrimSuffix(path.src.String(), path.src.Rel())
Dbinary.go243 if main == path.src.Rel() {
/build/soong/rust/
Dbuilder.go251 Description: "cp " + moduleGenDir.Path().Rel(),
267 Description: "clippy " + main.Rel(),
285 Description: "rustc " + main.Rel(),
335 Description: "rustdoc " + main.Rel(),
Dbindgen.go214 Description: strings.Join([]string{cmdDesc, wrapperFile.Path().Rel()}, " "),
/build/soong/android/
Dpaths_test.go808 if actual.Rel() != expectedRelPath {
809 t.Errorf("unexpected Rel():\n got: %q\nwant: %q\n", actual.Rel(), expectedRelPath)
819 if actualAfterJoin.Rel() != expectedRelAfterJoin {
820 …t.Errorf("unexpected Rel() after joining:\n got: %q\nwant: %q\n", actualAfterJoin.Rel(), expectedR…
1061 p.rels = append(p.rels, src.Rel())
1068 p.rel = src.Rel()
1431 fmt.Println(p.Rel(), p2.Rel())
1445 fmt.Println(p.Rel(), p2.Rel())
Dwritedocs.go39 primaryBuilder, err := filepath.Rel(buildDir, binary)
Dproto.go132 rel := protoFile.Rel()
Dpaths.go177 Rel() string methodSpec
465 if rel, err := filepath.Rel(PathForOutput(ctx).String(), goBinary.InstallPath()); err == nil {
913 func (p basePath) Rel() string { func
1110 relPath := Rel(ctx, p.srcDir, paths[0])
1303 rel := Rel(ctx, subDirFullPath.String(), path.String())
1313 rel := Rel(ctx, subDirFullPath.String(), path.String())
1676 …rel := Rel(ctx, PathForOutput(ctx, "target", "product", ctx.Config().DeviceName()).String(), path.…
1948 func Rel(ctx PathContext, basePath string, targetPath string) string { func
1972 rel, err := filepath.Rel(basePath, targetPath)
/build/soong/java/
Dgen.go109 Description: "logtags " + logtagsFile.Rel(),
121 baseDir := strings.TrimSuffix(srcFile.String(), srcFile.Rel())
Djava_resources.go103 rel := f.Rel()
Drobolectric.go177 s := src.Rel()
205 installedData := ctx.InstallFile(installPath, data.Rel(), data)
/build/blueprint/bootstrap/
Dconfig.go54 if relpath, err := filepath.Rel(cwd, goroot); err == nil {
/build/soong/bloaty/
Dbloaty.go97 Description: "bloaty " + filePath.Rel(),
/build/soong/apex/
Dapex_singleton.go93 s.allowedApexDepsInfoCheckResult = android.PathForOutput(ctx, newAllowedDeps.Rel()+".check")
/build/soong/cmd/fileslist/
Dfileslist.go139 devicePath, err := filepath.Rel(deviceRoot, absPath)
/build/blueprint/pathtools/
Dfs.go145 rel, err := filepath.Rel(fs.srcDir, path)
569 rel, err := filepath.Rel(name, d)

12