/build/make/tools/compliance/cmd/bom/ |
D | bom_test.go | 44 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 …]
|
D | bom.go | 40 stripPrefix []string member 44 for _, prefix := range ctx.stripPrefix { 104 …stripPrefix := 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/ |
D | dumpresolutions_test.go | 69 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 …]
|
D | dumpresolutions.go | 41 stripPrefix []string member 45 for _, prefix := range ctx.stripPrefix { 118 …stripPrefix := newMultiString(flags, "strip_prefix", "Prefix to remove from paths. i.e. path to ro… 165 stripPrefix: *stripPrefix,
|
/build/soong/android/ |
D | notices.go | 52 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/ |
D | rtrace_test.go | 58 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/"},
|
D | rtrace.go | 40 stripPrefix []string member 44 for _, prefix := range ctx.stripPrefix { 115 …stripPrefix := newMultiString(flags, "strip_prefix", "Prefix to remove from paths. i.e. path to ro… 162 stripPrefix: *stripPrefix,
|
/build/make/tools/compliance/cmd/dumpgraph/ |
D | dumpgraph_test.go | 65 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 …]
|
D | dumpgraph.go | 40 stripPrefix []string member 44 for _, prefix := range ctx.stripPrefix { 113 …stripPrefix := 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/ |
D | symbols_map.go | 78 …stripPrefix := 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))
|
D | symbols_map_test.go | 40 stripPrefix string 106 stripPrefix: "symbols/", 189 err = mergeProtos(output, inputs, tt.stripPrefix, tt.writeIfChanged, tt.ignoreMissingFiles)
|
/build/make/tools/compliance/cmd/textnotice/ |
D | textnotice.go | 44 stripPrefix []string member 50 for _, prefix := range ctx.stripPrefix { 115 …stripPrefix := 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}
|
D | textnotice_test.go | 50 stripPrefix string 570 …ctx := context{stdout, stderr, compliance.GetFS(tt.outDir), "", []string{tt.stripPrefix}, "", &dep…
|
/build/make/tools/compliance/cmd/xmlnotice/ |
D | xmlnotice.go | 45 stripPrefix []string member 51 for _, prefix := range ctx.stripPrefix { 117 …stripPrefix := 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/ |
D | htmlnotice.go | 46 stripPrefix []string member 52 for _, prefix := range ctx.stripPrefix { 119 …stripPrefix := 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…
|
D | htmlnotice_test.go | 62 stripPrefix string 657 …t, stderr, compliance.GetFS(tt.outDir), tt.includeTOC, "", []string{tt.stripPrefix}, tt.title, &de…
|