Home
last modified time | relevance | path

Searched refs:OutputFile (Results 1 – 25 of 65) sorted by relevance

123

/build/soong/rust/
Dcoverage.go70 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…
Dtest.go152 if linkableDep.OutputFile().Valid() {
160 android.DataPath{SrcPath: linkableDep.OutputFile().Path(),
171 if linkableDep.OutputFile().Valid() {
173 android.DataPath{SrcPath: linkableDep.OutputFile().Path(),
Dandroidmk.go56 OutputFile: android.OptionalPathForPath(mod.UnstrippedOutputFile()),
170 ret.OutputFile = android.OptionalPathForPath(outFile)
196 ret.OutputFile = compiler.strippedOutputFile
Drust.go215 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/
Dadd_img_to_target_files.py244 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/
Dproviders.go15 OutputFile android.Path member
/build/soong/cc/
Dprebuilt_test.go192 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 …]
Dlibrary_headers_test.go54 android.AssertBoolEquals(t, "AndroidMkEntries.OutputFile.Valid()", true, e.OutputFile.Valid())
Dcoverage.go189 deps.WholeStaticLibs = append(deps.WholeStaticLibs, coverage.OutputFile().Path())
200 deps.WholeStaticLibs = append(deps.WholeStaticLibs, coverage.OutputFile().Path())
Dandroidmk.go78 OutputFile: c.outputFile,
246 if entries.OutputFile.Valid() {
247 _, _, ext := android.SplitFileExt(entries.OutputFile.Path().Base())
292 out := entries.OutputFile.Path()
Dtest.go420 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/
Drust.rs27 use crate::commands::OutputFile;
35 ) -> Result<OutputFile> in generate_rust_code()
64 Ok(OutputFile { contents: contents.into(), path }) in generate_rust_code()
Dcpp.rs27 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()
Djava.rs27 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/
Dandroidmk.go42 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 …]
Drro.go91 OutputFile() android.Path methodSpec
208 func (r *RuntimeResourceOverlay) OutputFile() android.Path { func
/build/soong/android/
Dcsuite_config.go44 OutputFile: OptionalPathForPath(me.OutputFilePath),
Dandroidmk.go69 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/
Dbuild_flags.go69 OutputFile: android.OptionalPathForPath(m.outputPath),
/build/soong/sh/
Dsh_binary.go192 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/
Dlinkerconfig.go71 func (l *linkerConfig) OutputFile() android.OutputPath { func
172 OutputFile: android.OptionalPathForPath(l.outputFilePath),
/build/soong/filesystem/
Draw_binary.go99 OutputFile: android.OptionalPathForPath(r.output),
Davb_gen_vbmeta_image.go94 OutputFile: android.OptionalPathForPath(a.output),
/build/soong/etc/
Dinstall_symlink.go84 OutputFile: android.OptionalPathForPath(m.output),
/build/soong/tradefed_modules/
Dtest_module_config.go213 OutputFile: android.OptionalPathForPath(m.manifest),
338 baseApk := m.provider.OutputFile

123