/build/soong/cc/ |
D | gen.go | 115 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(),
|
D | proto.go | 37 rel := protoFile.Rel() 57 rule.Build("protoc_"+protoFile.Rel(), "protoc "+protoFile.Rel())
|
D | test_data_test.go | 149 if test.data[i].file != got[i].Rel() || 153 got[i].String(), got[i].Rel())
|
D | ndk_headers.go | 108 strippedHeaderDir, err := filepath.Rel(fullFromPath.String(), headerDir) 249 Description: "versioner preprocess " + srcDir.Rel(), 331 Description: "preprocess " + src.Rel(),
|
D | builder.go | 518 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(),
|
D | ndk_library.go | 216 Description: "generate stubs " + symbolFilePath.Rel(), 240 Description: "parse ndk api symbol file for api coverage: " + symbolFilePath.Rel(),
|
D | library_sdk_member.go | 285 targetRelativePath = android.Rel(sdkModuleContext, base.String(), inputPath) 301 inputRelativePath := android.Rel(sdkModuleContext, inputPath, file)
|
D | fuzz.go | 277 Output(intermediateDir.Join(ctx, entry.Rel())) 453 intermediateDir := strings.TrimSuffix(f.String(), f.Rel())
|
/build/soong/python/ |
D | proto.go | 47 rule.Build("protoc_"+protoFile.Rel(), "protoc "+protoFile.Rel())
|
D | python.go | 532 runfilesPath := filepath.Join(pkgPath, s.Rel()) 546 runfilesPath := filepath.Join(pkgPath, d.Rel()) 568 relativeRoot = strings.TrimSuffix(path.src.String(), path.src.Rel())
|
D | binary.go | 243 if main == path.src.Rel() {
|
/build/soong/rust/ |
D | builder.go | 251 Description: "cp " + moduleGenDir.Path().Rel(), 267 Description: "clippy " + main.Rel(), 285 Description: "rustc " + main.Rel(), 335 Description: "rustdoc " + main.Rel(),
|
D | bindgen.go | 214 Description: strings.Join([]string{cmdDesc, wrapperFile.Path().Rel()}, " "),
|
/build/soong/android/ |
D | paths_test.go | 808 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())
|
D | writedocs.go | 39 primaryBuilder, err := filepath.Rel(buildDir, binary)
|
D | proto.go | 132 rel := protoFile.Rel()
|
D | paths.go | 177 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/ |
D | gen.go | 109 Description: "logtags " + logtagsFile.Rel(), 121 baseDir := strings.TrimSuffix(srcFile.String(), srcFile.Rel())
|
D | java_resources.go | 103 rel := f.Rel()
|
D | robolectric.go | 177 s := src.Rel() 205 installedData := ctx.InstallFile(installPath, data.Rel(), data)
|
/build/blueprint/bootstrap/ |
D | config.go | 54 if relpath, err := filepath.Rel(cwd, goroot); err == nil {
|
/build/soong/bloaty/ |
D | bloaty.go | 97 Description: "bloaty " + filePath.Rel(),
|
/build/soong/apex/ |
D | apex_singleton.go | 93 s.allowedApexDepsInfoCheckResult = android.PathForOutput(ctx, newAllowedDeps.Rel()+".check")
|
/build/soong/cmd/fileslist/ |
D | fileslist.go | 139 devicePath, err := filepath.Rel(deviceRoot, absPath)
|
/build/blueprint/pathtools/ |
D | fs.go | 145 rel, err := filepath.Rel(fs.srcDir, path) 569 rel, err := filepath.Rel(name, d)
|