/build/soong/cc/ |
D | gen.go | 114 aidlPackage := strings.TrimSuffix(aidlFile.Rel(), aidlFile.Base()) 130 baseDir := strings.TrimSuffix(aidlFile.String(), aidlFile.Rel()) 159 Description: "lex " + lexFile.Rel(), 166 headerFile := android.PathForModuleGen(ctx, "sysprop", "include", syspropFile.Rel()+".h") 167 …publicHeaderFile := android.PathForModuleGen(ctx, "sysprop/public", "include", syspropFile.Rel()+"… 168 cppFile := android.PathForModuleGen(ctx, "sysprop", syspropFile.Rel()+".cpp") 174 Description: "sysprop " + syspropFile.Rel(), 182 "includeName": syspropFile.Rel() + ".h", 197 Description: "windmc " + srcFile.Rel(),
|
D | proto.go | 37 rel := protoFile.Rel() 57 rule.Build(pctx, ctx, "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 | 113 strippedHeaderDir, err := filepath.Rel(fullFromPath.String(), headerDir) 259 Description: "versioner preprocess " + srcDir.Rel(), 346 Description: "preprocess " + src.Rel(),
|
D | builder.go | 462 Description: "yasm " + srcFile.Rel(), 475 Description: "windres " + srcFile.Rel(), 540 Description: ccDesc + " " + srcFile.Rel(), 556 Description: "Xref C++ extractor " + srcFile.Rel(), 574 Description: "clang-tidy " + srcFile.Rel(), 599 Description: "header-abi-dumper " + srcFile.Rel(),
|
D | ndk_library.go | 277 Description: "generate stubs " + symbolFilePath.Rel(), 301 Description: "parse ndk api symbol file for api coverage: " + symbolFilePath.Rel(),
|
/build/soong/python/ |
D | proto.go | 47 rule.Build(pctx, ctx, "protoc_"+protoFile.Rel(), "protoc "+protoFile.Rel())
|
D | binary.go | 152 if main == path.src.Rel() {
|
D | python.go | 504 runfilesPath := filepath.Join(pkgPath, s.Rel()) 524 runfilesPath := filepath.Join(pkgPath, d.Rel()) 545 relativeRoot = strings.TrimSuffix(path.src.String(), path.src.Rel())
|
/build/soong/genrule/ |
D | genrule.go | 239 if s, err := filepath.Rel(android.PathForOutput(ctx).String(), t.InstallPath()); err == nil { 312 addLocationLabel(out.Rel(), []string{filepath.Join("__SBOX_OUT_DIR__", out.Rel())}) 499 depFile = android.PathForModuleGen(ctx, task.out[0].Rel()+".d") 518 params.Depfile = android.PathForModuleGen(ctx, task.out[0].Rel()+".d") 589 relOut, err := filepath.Rel(genDir.String(), path.String())
|
/build/blueprint/bootstrap/ |
D | config.go | 48 if relpath, err := filepath.Rel(cwd, goroot); err == nil {
|
/build/soong/rust/ |
D | builder.go | 217 Description: "cp " + moduleGenDir.Rel(), 232 Description: "clippy " + main.Rel(), 250 Description: "rustc " + main.Rel(),
|
D | bindgen.go | 135 Description: "bindgen " + wrapperFile.Path().Rel(),
|
/build/soong/java/ |
D | gen.go | 112 Description: "logtags " + logtagsFile.Rel(), 124 baseDir := strings.TrimSuffix(srcFile.String(), srcFile.Rel())
|
D | java_resources.go | 103 rel := f.Rel()
|
D | hiddenapi_singleton.go | 191 tempPath := android.PathForOutput(ctx, outputPath.Rel()+".tmp") 242 tempPath := android.PathForOutput(ctx, outputPath.Rel()+".tmp")
|
D | robolectric.go | 165 s := src.Rel() 193 installedData := ctx.InstallFile(installPath, data.Rel(), data)
|
/build/soong/android/ |
D | writedocs.go | 37 primaryBuilder, err := filepath.Rel(ctx.Config().BuildDir(), os.Args[0])
|
D | paths_test.go | 894 p.rels = append(p.rels, src.Rel()) 901 p.rel = src.Rel() 1254 fmt.Println(p.Rel(), p2.Rel()) 1268 fmt.Println(p.Rel(), p2.Rel())
|
D | paths.go | 127 Rel() string methodSpec 708 func (p basePath) Rel() string { func 895 relPath := Rel(ctx, p.config.srcDir, paths[0]) 1064 rel := Rel(ctx, subDirFullPath.String(), path.String()) 1074 rel := Rel(ctx, subDirFullPath.String(), path.String()) 1346 …rel := Rel(ctx, PathForOutput(ctx, "target", "product", ctx.Config().DeviceName()).String(), path.… 1513 func Rel(ctx PathContext, basePath string, targetPath string) string { func 1537 rel, err := filepath.Rel(basePath, targetPath)
|
D | testing.go | 223 if f.String() == file || f.Rel() == file { 226 searchedOutputs = append(searchedOutputs, f.Rel()) 456 rel, err := filepath.Rel(w.buildDir(), p)
|
D | proto.go | 132 rel := protoFile.Rel()
|
/build/soong/cmd/sbox/ |
D | sbox.go | 93 relPath, err := filepath.Rel(root, path) 156 sandboxedDepfile, err := filepath.Rel(outputRoot, depfileOut)
|
/build/soong/sh/ |
D | sh_binary.go | 189 entries.SetString("LOCAL_MODULE_STEM", s.outputFilePath.Rel()) 246 rel := d.Rel()
|
/build/soong/cmd/fileslist/ |
D | fileslist.go | 139 devicePath, err := filepath.Rel(deviceRoot, absPath)
|