Home
last modified time | relevance | path

Searched refs:stripPrefix (Results 1 – 16 of 16) sorted by relevance

/build/make/tools/compliance/cmd/bom/
Dbom_test.go44 stripPrefix string
51 stripPrefix: "out/target/product/fictional",
64 stripPrefix: "out/target/product/fictional/data/",
77 stripPrefix: "out/target/product/fictional/bin/",
84 stripPrefix: "out/target/product/fictional/system/",
91 stripPrefix: "out/target/product/fictional/system/",
140 stripPrefix: "out/target/product/fictional/system/apex/",
153 stripPrefix: "out/target/product/fictional/data/",
166 stripPrefix: "out/target/product/fictional/bin/",
173 stripPrefix: "out/target/product/fictional/system/",
[all …]
Dbom.go40 stripPrefix []string member
44 for _, prefix := range ctx.stripPrefix {
104stripPrefix := newMultiString(flags, "strip_prefix", "Prefix to remove from paths. i.e. path to ro…
141 ctx := &context{ofile, os.Stderr, compliance.FS, *stripPrefix}
/build/make/tools/compliance/cmd/dumpresolutions/
Ddumpresolutions_test.go69 ctx: context{stripPrefix: []string{"testdata/firstparty/"}},
91 stripPrefix: []string{"testdata/firstparty/"},
114 stripPrefix: []string{"testdata/firstparty/"},
124 stripPrefix: []string{"testdata/firstparty/"},
134 stripPrefix: []string{"testdata/firstparty/"},
142 ctx: context{stripPrefix: []string{"testdata/firstparty/"}, labelConditions: true},
227 ctx: context{stripPrefix: []string{"testdata/notice/"}},
249 stripPrefix: []string{"testdata/notice/"},
272 stripPrefix: []string{"testdata/notice/"},
282 stripPrefix: []string{"testdata/notice/"},
[all …]
Ddumpresolutions.go41 stripPrefix []string member
45 for _, prefix := range ctx.stripPrefix {
118stripPrefix := newMultiString(flags, "strip_prefix", "Prefix to remove from paths. i.e. path to ro…
165 stripPrefix: *stripPrefix,
/build/soong/android/
Dnotices.go52 libraryName string, stripPrefix []string, modules ...Module) {
69 if len(stripPrefix) > 0 {
70 cmd = cmd.FlagForEachArg("--strip_prefix ", stripPrefix)
88 stripPrefix []string, modules ...Module) {
90 outputFile, libraryName, stripPrefix, modules...)
98 stripPrefix []string, modules ...Module) {
100 outputFile, libraryName, stripPrefix, modules...)
108 stripPrefix []string, modules ...Module) {
110 outputFile, libraryName, stripPrefix, modules...)
/build/make/tools/compliance/cmd/rtrace/
Drtrace_test.go58 stripPrefix: []string{"testdata/firstparty/"},
98 stripPrefix: []string{"testdata/notice/"},
138 stripPrefix: []string{"testdata/reciprocal/"},
181 stripPrefix: []string{"testdata/restricted/"},
191 stripPrefix: []string{"testdata/restricted/"},
234 stripPrefix: []string{"testdata/proprietary/"},
244 stripPrefix: []string{"testdata/proprietary/"},
Drtrace.go40 stripPrefix []string member
44 for _, prefix := range ctx.stripPrefix {
115stripPrefix := newMultiString(flags, "strip_prefix", "Prefix to remove from paths. i.e. path to ro…
162 stripPrefix: *stripPrefix,
/build/make/tools/compliance/cmd/dumpgraph/
Ddumpgraph_test.go65 ctx: context{stripPrefix: []string{"testdata/firstparty/"}},
81 ctx: context{stripPrefix: []string{"testdata/firstparty/"}, labelConditions: true},
152 ctx: context{stripPrefix: []string{"testdata/notice/"}},
168 ctx: context{stripPrefix: []string{"testdata/notice/"}, labelConditions: true},
239 ctx: context{stripPrefix: []string{"testdata/reciprocal/"}},
255 ctx: context{stripPrefix: []string{"testdata/reciprocal/"}, labelConditions: true},
326 ctx: context{stripPrefix: []string{"testdata/restricted/"}},
342 ctx: context{stripPrefix: []string{"testdata/restricted/"}, labelConditions: true},
413 ctx: context{stripPrefix: []string{"testdata/proprietary/"}},
429 ctx: context{stripPrefix: []string{"testdata/proprietary/"}, labelConditions: true},
[all …]
Ddumpgraph.go40 stripPrefix []string member
44 for _, prefix := range ctx.stripPrefix {
113stripPrefix := newMultiString(flags, "strip_prefix", "Prefix to remove from paths. i.e. path to ro…
152 ctx := &context{*graphViz, *labelConditions, *stripPrefix}
/build/soong/cmd/symbols_map/
Dsymbols_map.go78stripPrefix := flags.String("strip_prefix", "", "prefix to strip off of the location field in merg…
84 err := mergeProtos(*merge, flags.Args(), *stripPrefix, *writeIfChanged, *ignoreMissingFiles)
173 func mergeProtos(output string, inputs []string, stripPrefix string, writeIfChanged bool, ignoreMis…
195 if stripPrefix != "" && mapping.Location != nil {
196 mapping.Location = proto.String(strings.TrimPrefix(*mapping.Location, stripPrefix))
Dsymbols_map_test.go40 stripPrefix string
106 stripPrefix: "symbols/",
189 err = mergeProtos(output, inputs, tt.stripPrefix, tt.writeIfChanged, tt.ignoreMissingFiles)
/build/make/tools/compliance/cmd/textnotice/
Dtextnotice.go44 stripPrefix []string member
50 for _, prefix := range ctx.stripPrefix {
115stripPrefix := newMultiString(flags, "strip_prefix", "Prefix to remove from paths. i.e. path to ro…
162 ctx := &context{ofile, os.Stderr, compliance.FS, *product, *stripPrefix, *title, &deps}
Dtextnotice_test.go50 stripPrefix string
570 …ctx := context{stdout, stderr, compliance.GetFS(tt.outDir), "", []string{tt.stripPrefix}, "", &dep…
/build/make/tools/compliance/cmd/xmlnotice/
Dxmlnotice.go45 stripPrefix []string member
51 for _, prefix := range ctx.stripPrefix {
117stripPrefix := newMultiString(flags, "strip_prefix", "Prefix to remove from paths. i.e. path to ro…
164 ctx := &context{ofile, os.Stderr, compliance.FS, *product, *stripPrefix, *title, &deps}
/build/make/tools/compliance/cmd/htmlnotice/
Dhtmlnotice.go46 stripPrefix []string member
52 for _, prefix := range ctx.stripPrefix {
119stripPrefix := newMultiString(flags, "strip_prefix", "Prefix to remove from paths. i.e. path to ro…
166 …ctx := &context{ofile, os.Stderr, compliance.FS, *includeTOC, *product, *stripPrefix, *title, &dep…
Dhtmlnotice_test.go62 stripPrefix string
657 …t, stderr, compliance.GetFS(tt.outDir), tt.includeTOC, "", []string{tt.stripPrefix}, tt.title, &de…