Home
last modified time | relevance | path

Searched refs:Ext (Results 1 – 25 of 44) sorted by relevance

12

/build/blueprint/pathtools/
Dlists.go44 oldExt := filepath.Ext(path)
/build/soong/xml/
Dxml.go85 switch schema.Ext() {
111 ctx.PropertyErrorf("schema", "not supported extension: %q", schema.Ext())
/build/soong/cmd/extract_jar_packages/
Dextract_jar_packages.go68 ext := filepath.Ext(f.Name)
/build/soong/cmd/release_config/release_config_lib/
Dutil.go63 format := filepath.Ext(path)
125 switch filepath.Ext(path) {
/build/soong/mk2rbc/
Dandroid_products.go104 product = strings.TrimSuffix(product, filepath.Ext(product))
/build/soong/java/
Dgen.go120 if srcFile.Ext() == ".aidl" {
141 switch srcFile.Ext() {
Dhiddenapi_singleton.go214 extWithoutLeadingDot := strings.TrimPrefix(path.Ext(), ".")
Dprebuilt_apis.go95 module = strings.TrimSuffix(path.Base(p), path.Ext(p))
/build/soong/apex/
Dkey.go88 pubKeyName := m.publicKeyFile.Base()[0 : len(m.publicKeyFile.Base())-len(m.publicKeyFile.Ext())]
89 …privKeyName := m.privateKeyFile.Base()[0 : len(m.privateKeyFile.Base())-len(m.privateKeyFile.Ext()…
/build/soong/cc/
Dcompdb.go135 switch src.Ext() {
149 log.Print("Unknown file extension " + src.Ext() + " on file " + src.String())
Dgen.go117 baseName := strings.TrimSuffix(aidlFile.Base(), aidlFile.Ext())
264 switch srcFile.Ext() {
Dcompiler.go712 if src.Ext() == ext {
717 if filepath.Ext(src) == ext {
722 if filepath.Ext(src) == ext {
Dbuilder.go572 switch srcFile.Ext() {
602 switch srcFile.Ext() {
981 libName := strings.TrimSuffix(baseName, filepath.Ext(baseName))
/build/soong/python/
Dpython.go302 if filepath.Ext(p) == ext {
467 identifiers := strings.Split(strings.TrimSuffix(path, filepath.Ext(path)), "/")
493 if s.Ext() != pyExt && s.Ext() != protoExt {
509 if d.Ext() == pyExt {
534 if path.src.Ext() == protoExt {
Dbinary.go162 stem := strings.TrimSuffix(file, filepath.Ext(file))
164 entries.SetString("LOCAL_MODULE_SUFFIX", filepath.Ext(file))
/build/soong/cmd/soong_build/
Dqueryview.go58 if filepath.Ext(path) == ".bazelrc" {
/build/soong/android/
Dnotices.go53 depsFile := outputFile.ReplaceExtension(ctx, strings.TrimPrefix(outputFile.Ext()+".d", "."))
Dtest_suites.go128 if p.Ext() != ".config" {
Dlicense_metadata.go197 switch path.Ext() {
Dpaths.go227 Ext() string methodSpec
963 if path.Ext() == ext {
975 if path.Ext() == ext {
986 if path.Ext() != ext {
1071 func (p basePath) Ext() string { func
1072 return filepath.Ext(p.path)
Dsoong_config_modules.go388 if filepath.Ext(from) != ".bp" {
/build/soong/dexpreopt/
Ddexpreopt.go240 if filepath.Ext(base) == ".jar" {
242 } else if filepath.Ext(base) == ".apk" {
330 } else if filepath.Ext(base) == ".apk" {
/build/soong/snapshot/
Dhost_snapshot.go221 moduleStem = strings.TrimSuffix(moduleStem, filepath.Ext(moduleStem))
/build/soong/ui/logger/
Dlogger.go114 ext := filepath.Ext(filename)
/build/soong/rust/
Dbindgen.go130 switch src.Ext() {

12