Searched refs:Ext (Results 1 – 25 of 28) sorted by relevance
12
/build/soong/xml/ |
D | xml.go | 81 switch schema.Ext() { 107 ctx.PropertyErrorf("schema", "not supported extension: %q", schema.Ext())
|
/build/soong/python/ |
D | androidmk.go | 91 stem := strings.TrimSuffix(file, filepath.Ext(file)) 93 fmt.Fprintln(w, "LOCAL_MODULE_SUFFIX := "+filepath.Ext(file))
|
D | python.go | 286 if filepath.Ext(src) == ext { 500 if s.Ext() != pyExt && s.Ext() != protoExt { 506 filepath.Ext(runfilesPath)), "/") 520 if d.Ext() == pyExt || d.Ext() == protoExt { 541 if path.src.Ext() == protoExt {
|
/build/soong/java/ |
D | gen.go | 123 if srcFile.Ext() == ".aidl" { 143 switch srcFile.Ext() {
|
D | droiddoc.go | 504 switch srcFile.Ext() { 593 if src.Ext() != ".java" { 620 if src.Ext() == ".html" { 1874 cmd.FlagWithArg("-newapi ", strings.TrimSuffix(d.apiXmlFile.Base(), d.apiXmlFile.Ext())). 1880 …g("-oldapi ", strings.TrimSuffix(d.lastReleasedApiXmlFile.Base(), d.lastReleasedApiXmlFile.Ext())).
|
D | java.go | 809 if filepath.Ext(src) == ext { 886 if f.Ext() != ".jar" { 1741 kzipName = strings.TrimSuffix(jarName, filepath.Ext(jarName)) + strconv.Itoa(idx) + ".kzip"
|
/build/soong/cmd/extract_jar_packages/ |
D | extract_jar_packages.go | 68 ext := filepath.Ext(f.Name)
|
/build/soong/cc/ |
D | compdb.go | 135 switch src.Ext() { 149 log.Print("Unknown file extension " + src.Ext() + " on file " + src.String())
|
D | gen.go | 115 baseName := strings.TrimSuffix(aidlFile.Base(), aidlFile.Ext()) 226 switch srcFile.Ext() {
|
D | compiler.go | 541 if src.Ext() == ext { 546 if filepath.Ext(src) == ext { 551 if filepath.Ext(src) == ext {
|
D | builder.go | 458 switch srcFile.Ext() { 501 switch srcFile.Ext() { 809 libName := strings.TrimSuffix(baseName, filepath.Ext(baseName))
|
D | fuzz.go | 240 if fuzz.dictionary.Ext() != ".dict" {
|
D | test.go | 200 testNames[i] = strings.TrimSuffix(filepath.Base(src), filepath.Ext(src))
|
D | library.go | 426 ext := filepath.Ext(header) 734 name = strings.TrimSuffix(originalName.Base(), originalName.Ext())
|
/build/soong/apex/ |
D | key.go | 90 …pubKeyName := m.public_key_file.Base()[0 : len(m.public_key_file.Base())-len(m.public_key_file.Ext… 91 …Name := m.private_key_file.Base()[0 : len(m.private_key_file.Base())-len(m.private_key_file.Ext())]
|
/build/soong/android/ |
D | paths.go | 119 Ext() string methodSpec 605 if path.Ext() == ext { 617 if path.Ext() == ext { 628 if path.Ext() != ext { 700 func (p basePath) Ext() string { func 701 return filepath.Ext(p.path)
|
D | soong_config_modules.go | 271 if filepath.Ext(from) != ".bp" {
|
D | util.go | 373 ext := filepath.Ext(name)
|
D | androidmk.go | 247 ext := filepath.Ext(dest)
|
/build/soong/ui/logger/ |
D | logger.go | 113 ext := filepath.Ext(filename)
|
/build/soong/dexpreopt/ |
D | dexpreopt.go | 254 if filepath.Ext(base) == ".jar" { 256 } else if filepath.Ext(base) == ".apk" {
|
/build/soong/rust/ |
D | builder.go | 188 if outputFile.Ext() != "" {
|
/build/soong/sysprop/ |
D | sysprop_library.go | 227 if syspropFile.Ext() != ".sysprop" {
|
/build/soong/cmd/pom2bp/ |
D | pom2bp.go | 566 if filepath.Ext(filename) == ".mk" {
|
/build/soong/zip/ |
D | zip.go | 649 if srcJar && filepath.Ext(src) == ".java" {
|
12