/build/soong/rust/ |
D | coverage.go | 70 profileInstrFlag, "-g", coverage.OutputFile().Path().String(), "-Wl,--wrap,open") 71 deps.StaticLibs = append(deps.StaticLibs, coverage.OutputFile().Path()) 77 …deps.RLibs = append(deps.RLibs, RustLibrary{Path: profiler_builtins.OutputFile().Path(), CrateName…
|
D | test.go | 152 if linkableDep.OutputFile().Valid() { 160 android.DataPath{SrcPath: linkableDep.OutputFile().Path(), 171 if linkableDep.OutputFile().Valid() { 173 android.DataPath{SrcPath: linkableDep.OutputFile().Path(),
|
D | androidmk.go | 56 OutputFile: android.OptionalPathForPath(mod.UnstrippedOutputFile()), 170 ret.OutputFile = android.OptionalPathForPath(outFile) 196 ret.OutputFile = compiler.strippedOutputFile
|
D | rust.go | 215 if mod.OutputFile().Valid() { 216 return android.Paths{mod.OutputFile().Path()}, nil 692 func (mod *Module) OutputFile() android.OptionalPath { func 727 return mod.OutputFile().Valid() && !mod.Properties.PreventInstall 974 if mod.OutputFile().Valid() { 980 … mod.exportedLinkDirs = append(mod.exportedLinkDirs, linkPathFromFilePath(mod.OutputFile().Path())) 984 ctx.Phony("rust", ctx.RustModule().OutputFile().Path()) 1241 …rtedLinkDirs = append(depPaths.exportedLinkDirs, linkPathFromFilePath(rustDep.OutputFile().Path())) 1247 …rtedLinkDirs = append(depPaths.exportedLinkDirs, linkPathFromFilePath(rustDep.OutputFile().Path())) 1314 linkObject := ccDep.OutputFile() [all …]
|
/build/make/tools/releasetools/ |
D | add_img_to_target_files.py | 244 class OutputFile(object): class 272 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "system.img") 298 block_list = OutputFile(output_zip, OPTIONS.input_tmp, 309 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "system_other.img") 321 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "vendor.img") 347 block_list = OutputFile(output_zip, OPTIONS.input_tmp, 358 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "product.img") 363 block_list = OutputFile( 375 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", 381 block_list = OutputFile( [all …]
|
/build/soong/tradefed/ |
D | providers.go | 15 OutputFile android.Path member
|
/build/soong/cc/ |
D | prebuilt_test.go | 192 assertString(t, shared.OutputFile().Path().Base(), "libtest.so") 206 assertString(t, static.OutputFile().Path().Base(), "libf.a") 229 assertString(t, shared.OutputFile().Path().Base(), "libtest.so") 232 assertString(t, static.OutputFile().Path().Base(), "libf.a") 256 assertString(t, static.OutputFile().Path().Base(), "libfoo.a") 259 assertString(t, shared.OutputFile().Path().Base(), "libbar.so") 277 assertString(t, shared.OutputFile().Path().Base(), "libbar.so") 360 assertString(t, static.OutputFile().Path().Base(), "libf.a") 366 assertString(t, static2.OutputFile().Path().Base(), "libf.a") 379 assertString(t, static.OutputFile().Path().Base(), "libf.hwasan.a") [all …]
|
D | library_headers_test.go | 54 android.AssertBoolEquals(t, "AndroidMkEntries.OutputFile.Valid()", true, e.OutputFile.Valid())
|
D | coverage.go | 189 deps.WholeStaticLibs = append(deps.WholeStaticLibs, coverage.OutputFile().Path()) 200 deps.WholeStaticLibs = append(deps.WholeStaticLibs, coverage.OutputFile().Path())
|
D | androidmk.go | 78 OutputFile: c.outputFile, 246 if entries.OutputFile.Valid() { 247 _, _, ext := android.SplitFileExt(entries.OutputFile.Path().Base()) 292 out := entries.OutputFile.Path()
|
D | test.go | 420 if linkableDep.OutputFile().Valid() { 422 android.DataPath{SrcPath: linkableDep.OutputFile().Path(), 432 if linkableDep.OutputFile().Valid() { 434 android.DataPath{SrcPath: linkableDep.OutputFile().Path(),
|
/build/make/tools/aconfig/aconfig/src/codegen/ |
D | rust.rs | 27 use crate::commands::OutputFile; 35 ) -> Result<OutputFile> in generate_rust_code() 64 Ok(OutputFile { contents: contents.into(), path }) in generate_rust_code()
|
D | cpp.rs | 27 use crate::commands::OutputFile; 35 ) -> Result<Vec<OutputFile>> in generate_cpp_code() 77 pub fn generate_file(file: &FileSpec, context: &Context) -> Result<OutputFile> { in generate_file() argument 82 Ok(OutputFile { contents: contents.into(), path }) in generate_file()
|
D | java.rs | 27 use crate::commands::OutputFile; 33 ) -> Result<Vec<OutputFile>> in generate_java_code() 85 Ok(OutputFile { contents: template.render(file, &context)?.into(), path: path.join(file) }) in generate_java_code() 87 .collect::<Result<Vec<OutputFile>>>() in generate_java_code()
|
/build/soong/java/ |
D | androidmk.go | 42 OutputFile: android.OptionalPathForPath(output), 89 OutputFile: android.OptionalPathForPath(library.outputFile), 208 OutputFile: android.OptionalPathForPath(prebuilt.combinedImplementationFile), 234 OutputFile: android.OptionalPathForPath(prebuilt.dexJarFile.Path()), 259 OutputFile: android.OptionalPathForPath(prebuilt.implementationJarFile), 287 OutputFile: android.OptionalPathForPath(binary.outputFile), 312 OutputFile: android.OptionalPathForPath(outputFile), 341 OutputFile: android.OptionalPathForPath(app.outputFile), 524 OutputFile: android.OptionalPathForPath(jd.stubsSrcJar), 542 OutputFile: android.OptionalPathForPath(ddoc.Javadoc.docZip), [all …]
|
D | rro.go | 91 OutputFile() android.Path methodSpec 208 func (r *RuntimeResourceOverlay) OutputFile() android.Path { func
|
/build/soong/android/ |
D | csuite_config.go | 44 OutputFile: OptionalPathForPath(me.OutputFilePath),
|
D | androidmk.go | 69 OutputFile OptionalPath member 115 OutputFile OptionalPath member 353 if _, ok := availableTaggedDists[DefaultDistTag]; !ok && a.OutputFile.Valid() { 354 availableTaggedDists = availableTaggedDists.addPathsForTag(DefaultDistTag, a.OutputFile.Path()) 531 a.SetString("LOCAL_PREBUILT_MODULE_FILE", a.OutputFile.String()) 661 return a.Disabled || !a.OutputFile.Valid() 837 OutputFile: data.OutputFile, 940 extra(w, data.OutputFile.Path())
|
/build/soong/aconfig/build_flags/ |
D | build_flags.go | 69 OutputFile: android.OptionalPathForPath(m.outputPath),
|
/build/soong/sh/ |
D | sh_binary.go | 192 func (s *ShBinary) OutputFile() android.OutputPath { func 331 OutputFile: android.OptionalPathForPath(s.outputFilePath), 474 relPath = filepath.Join("lib64", cc.OutputFile().Path().Base()) 476 relPath = filepath.Join("lib", cc.OutputFile().Path().Base()) 484 Input: cc.OutputFile().Path(), 511 OutputFile: android.OptionalPathForPath(s.outputFilePath),
|
/build/soong/linkerconfig/ |
D | linkerconfig.go | 71 func (l *linkerConfig) OutputFile() android.OutputPath { func 172 OutputFile: android.OptionalPathForPath(l.outputFilePath),
|
/build/soong/filesystem/ |
D | raw_binary.go | 99 OutputFile: android.OptionalPathForPath(r.output),
|
D | avb_gen_vbmeta_image.go | 94 OutputFile: android.OptionalPathForPath(a.output),
|
/build/soong/etc/ |
D | install_symlink.go | 84 OutputFile: android.OptionalPathForPath(m.output),
|
/build/soong/tradefed_modules/ |
D | test_module_config.go | 213 OutputFile: android.OptionalPathForPath(m.manifest), 338 baseApk := m.provider.OutputFile
|