Home
last modified time | relevance | path

Searched refs:rel (Results 1 – 21 of 21) sorted by relevance

/build/soong/android/
Dpaths.go458 srcPath.basePath.rel = srcPath.path
697 rel string member
709 if p.rel != "" {
710 return p.rel
719 func (p basePath) withRel(rel string) basePath {
720 p.path = filepath.Join(p.path, rel)
721 p.rel = rel
732 func (p SourcePath) withRel(rel string) SourcePath {
733 p.basePath = p.basePath.withRel(rel)
905 func (p OutputPath) withRel(rel string) OutputPath {
[all …]
Dpaths_test.go869 rel string member
901 p.rel = src.Rel()
960 rel string member
1021 if g, w := m.rel, test.rel; g != w {
1133 rel: "src/b",
1143 rel: "src/e/e",
1153 rel: "src/a",
1163 rel: "gen/b",
1173 rel: "gen/c",
1183 rel: "src_special/$",
Dproto.go132 rel := protoFile.Rel()
133 protoBase = strings.TrimSuffix(protoFile.String(), rel)
Drule_builder.go499 if rel, isRel, _ := maybeRelErr(c.sboxOutDir.String(), path.String()); isRel {
500 return "__SBOX_OUT_DIR__/" + rel
509 if rel, isRel, _ := maybeRelErr(c.sboxOutDir.String(), path.String()); isRel {
510 return "__SBOX_OUT_DIR__/" + rel
524 rel, _, _ := maybeRelErr(c.sboxOutDir.String(), path.String())
525 return "__SBOX_OUT_DIR__/" + rel
Dtesting.go456 rel, err := filepath.Rel(w.buildDir(), p)
460 return rel
/build/soong/java/
Djava_resources.go103 rel := f.Rel()
105 if !strings.HasSuffix(path, rel) {
106 panic(fmt.Errorf("path %q does not end with %q", path, rel))
108 dir := filepath.Clean(strings.TrimSuffix(path, rel))
/build/make/tools/droiddoc/templates-ndk/
Dhead_tag.cs26 <link rel="shortcut icon" type="image/x-icon" href="<?cs var:toroot ?>favicon.ico" />
33 <link rel="stylesheet"
37 <link rel="stylesheet" href="<?cs
41 <link href="<?cs var:toroot ?>assets/css/default.css?v=5" rel="stylesheet" type="text/css">
Ddesignpage.cs9 <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
10 …<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:regular,medium,thin,ita…
11 <link rel="stylesheet" href="<?cs var:toroot ?>assets/yui-3.3.0-reset-min.css">
12 <link rel="stylesheet" href="<?cs var:toroot ?>assets/design/default.css">
Dcustomizations.cs696 Android <?cs var:sdk.version ?>&nbsp;r<?cs var:sdk.rel.id ?> &mdash; <?cs
/build/make/tools/droiddoc/templates-pdk/
Dhead_tag.cs6 <link rel="shortcut icon" type="image/x-icon" href="<?cs var:toroot ?>favicon.ico" />
12 <link href="<?cs var:toroot ?>assets/android-developer-docs-devguide.css" rel="stylesheet" type="te…
14 <link href="<?cs var:toroot ?>assets/android-developer-docs.css" rel="stylesheet" type="text/css" /…
Dcustomizations.cs155 Android <?cs var:sdk.version ?>&nbsp;r<?cs var:sdk.rel.id ?> - <?cs var:page.now ?>
Dsdkpage.cs10 …<link href="<?cs var:toroot ?>assets/android-developer-docs.css" rel="stylesheet" type="text/css" …
/build/soong/sh/
Dsh_binary.go246 rel := d.Rel()
248 if !strings.HasSuffix(path, rel) {
249 panic(fmt.Errorf("path %q does not end with %q", path, rel))
251 path = strings.TrimSuffix(path, rel)
252 entries.AddStrings("LOCAL_TEST_DATA", path+":"+rel)
/build/soong/cc/
Dproto.go37 rel := protoFile.Rel()
38 ccFile = android.PathForModuleGen(ctx, "proto", pathtools.ReplaceExtension(rel, "pb"+srcSuffix))
39 headerFile = android.PathForModuleGen(ctx, "proto", pathtools.ReplaceExtension(rel, "pb.h"))
Dandroidmk.go155 rel := d.SrcPath.Rel()
157 if !strings.HasSuffix(path, rel) {
158 panic(fmt.Errorf("path %q does not end with %q", path, rel))
160 path = strings.TrimSuffix(path, rel)
161 testFileString := path + ":" + rel
/build/blueprint/pathtools/
Dfs.go145 rel, err := filepath.Rel(fs.srcDir, path)
150 if strings.HasPrefix(rel, "../") {
152 fs.srcDir, path, rel))
154 return rel
557 rel, err := filepath.Rel(name, d)
561 dirs[i] = rel
/build/soong/cmd/zip2zip/
Dzip2zip.go151 rel, err := filepath.Rel(constantPartOfPattern(input), file.Name)
154 } else if strings.HasPrefix("../", rel) {
157 newName = filepath.Join(output, rel)
/build/blueprint/bootstrap/
Dwritedocs.go115 <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
/build/soong/zip/
Dzip.go987 func (z *ZipWriter) writeSymlink(rel, file string) error {
989 Name: rel,
/build/soong/cmd/soong_build/
Dwritedocs.go297 <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css">
/build/make/tools/droiddoc/templates-ndk/assets/css/
Ddefault.css2027 h3.rel-resources {