Home
last modified time | relevance | path

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

12

/build/soong/cc/
Dgen.go114 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(),
Dproto.go37 rel := protoFile.Rel()
57 rule.Build(pctx, ctx, "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.go113 strippedHeaderDir, err := filepath.Rel(fullFromPath.String(), headerDir)
259 Description: "versioner preprocess " + srcDir.Rel(),
346 Description: "preprocess " + src.Rel(),
Dbuilder.go462 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(),
Dndk_library.go277 Description: "generate stubs " + symbolFilePath.Rel(),
301 Description: "parse ndk api symbol file for api coverage: " + symbolFilePath.Rel(),
/build/soong/python/
Dproto.go47 rule.Build(pctx, ctx, "protoc_"+protoFile.Rel(), "protoc "+protoFile.Rel())
Dbinary.go152 if main == path.src.Rel() {
Dpython.go504 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/
Dgenrule.go239 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/
Dconfig.go48 if relpath, err := filepath.Rel(cwd, goroot); err == nil {
/build/soong/rust/
Dbuilder.go217 Description: "cp " + moduleGenDir.Rel(),
232 Description: "clippy " + main.Rel(),
250 Description: "rustc " + main.Rel(),
Dbindgen.go135 Description: "bindgen " + wrapperFile.Path().Rel(),
/build/soong/java/
Dgen.go112 Description: "logtags " + logtagsFile.Rel(),
124 baseDir := strings.TrimSuffix(srcFile.String(), srcFile.Rel())
Djava_resources.go103 rel := f.Rel()
Dhiddenapi_singleton.go191 tempPath := android.PathForOutput(ctx, outputPath.Rel()+".tmp")
242 tempPath := android.PathForOutput(ctx, outputPath.Rel()+".tmp")
Drobolectric.go165 s := src.Rel()
193 installedData := ctx.InstallFile(installPath, data.Rel(), data)
/build/soong/android/
Dwritedocs.go37 primaryBuilder, err := filepath.Rel(ctx.Config().BuildDir(), os.Args[0])
Dpaths_test.go894 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())
Dpaths.go127 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)
Dtesting.go223 if f.String() == file || f.Rel() == file {
226 searchedOutputs = append(searchedOutputs, f.Rel())
456 rel, err := filepath.Rel(w.buildDir(), p)
Dproto.go132 rel := protoFile.Rel()
/build/soong/cmd/sbox/
Dsbox.go93 relPath, err := filepath.Rel(root, path)
156 sandboxedDepfile, err := filepath.Rel(outputRoot, depfileOut)
/build/soong/sh/
Dsh_binary.go189 entries.SetString("LOCAL_MODULE_STEM", s.outputFilePath.Rel())
246 rel := d.Rel()
/build/soong/cmd/fileslist/
Dfileslist.go139 devicePath, err := filepath.Rel(deviceRoot, absPath)

12