Searched refs:Filename (Results 1 – 20 of 20) sorted by relevance
/build/make/tools/ide_query/cc_analyzer/ |
D | include_scanner.cc | 147 auto main_file = fs->getBufferForFile(cmd.Filename); in ScanIncludes() 150 "Main file doesn't exist: " + cmd.Filename); in ScanIncludes() 153 abs_paths.try_emplace(GetAbsolutePath(cmd.Directory, cmd.Filename), in ScanIncludes() 166 "Failed to scan includes for: " + cmd.Filename); in ScanIncludes()
|
D | analyzer.cc | 72 llvm::StringRef file = cmds[0].Filename; in GetDeps()
|
/build/soong/snapshot/ |
D | snapshot_base.go | 35 Filename string `json:",omitempty"` member
|
D | host_snapshot.go | 228 Filename: path.String(),
|
/build/soong/filesystem/ |
D | avb_add_hash_footer.go | 52 Filename *string member 89 return proptools.StringDefault(a.properties.Filename, a.BaseModuleName()+".img")
|
/build/soong/java/ |
D | platform_compat_config.go | 280 Filename *string member 292 filename := String(c.properties.Filename)
|
D | app_import.go | 130 Filename *string member 369 apkFilename := proptools.StringDefault(a.properties.Filename, a.BaseModuleName()+".apk")
|
/build/soong/jar/ |
D | jar.go | 163 s.Filename = src
|
/build/soong/androidmk/parser/ |
D | parser.go | 83 p.scanner.Filename = filename 92 Filename: p.scanner.Filename,
|
/build/bazel/rules/license/ |
D | license.bzl | 61 license_text: str Filename of the license file
|
/build/blueprint/ |
D | name_interface.go | 95 return &namespaceContextImpl{moduleInfo.pos.Filename}
|
D | context.go | 4572 relPos.Filename = module.relBlueprintsFile 5059 SourceFile: module.pos.Filename,
|
/build/blueprint/parser/ |
D | parser.go | 50 Filename: f.Name, 82 Name: p.scanner.Filename, 92 p.scanner.Filename = filename 99 p.scanner.Filename = filename
|
/build/soong/sh/ |
D | sh_binary.go | 74 Filename *string `android:"arch_variant"` member 277 filename := proptools.String(s.properties.Filename)
|
/build/soong/etc/ |
D | prebuilt_etc.go | 85 Filename *string `android:"arch_variant"` member 321 filename := proptools.String(p.properties.Filename)
|
/build/soong/android/ |
D | soong_config_modules.go | 424 ctx.Errorf(scanner.Position{Filename: filename}, "%s", err)
|
/build/soong/bazel/cquery/ |
D | request_type.go | 415 Filename string member
|
/build/soong/apex/ |
D | prebuilt.go | 103 Filename *string member 175 …return proptools.StringDefault(p.prebuiltCommonProperties.Filename, p.BaseModuleName()+imageApexSu…
|
/build/soong/ui/metrics/metrics_proto/ |
D | metrics.pb.go | 1600 Filename *string `protobuf:"bytes,2,opt,name=filename" json:"filename,omitempty"` member 1645 if x != nil && x.Filename != nil { 1646 return *x.Filename
|
/build/bazel/rules/apex/ |
D | apex_test.bzl | 99 … doc = "Filename of the custom canned fs config to be found in the AppendCustomFsConfig action",
|