Home
last modified time | relevance | path

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

12

/build/soong/cc/
Dprebuilt_test.go187 assertString(t, shared.OutputFile().Path().Base(), "libtest.so")
201 assertString(t, static.OutputFile().Path().Base(), "libf.a")
224 assertString(t, shared.OutputFile().Path().Base(), "libtest.so")
227 assertString(t, static.OutputFile().Path().Base(), "libf.a")
251 assertString(t, static.OutputFile().Path().Base(), "libfoo.a")
254 assertString(t, shared.OutputFile().Path().Base(), "libbar.so")
272 assertString(t, shared.OutputFile().Path().Base(), "libbar.so")
Dandroidmk.go73 OutputFile: c.outputFile,
264 _, _, ext := android.SplitFileExt(entries.OutputFile.Path().Base())
316 out := entries.OutputFile.Path()
435 _, suffix, _ := android.SplitFileExt(entries.OutputFile.Path().Base())
447 entries.OutputFile = android.OptionalPathForPath(installer.path)
481 _, _, ext := android.SplitFileExt(entries.OutputFile.Path().Base())
575 out := entries.OutputFile.Path()
593 _, _, ext := android.SplitFileExt(entries.OutputFile.Path().Base())
Dlinkable.go14 OutputFile() android.OptionalPath methodSpec
Dcoverage.go138 deps.WholeStaticLibs = append(deps.WholeStaticLibs, coverage.OutputFile().Path())
145 deps.WholeStaticLibs = append(deps.WholeStaticLibs, coverage.OutputFile().Path())
Dvndk.go497 OutputFile: android.OptionalPathForPath(txt.outputFile),
506 func (txt *vndkLibrariesTxt) OutputFile() android.OutputPath { func
699 ctx, m.OutputFile(), filepath.Join(configsDir, m.Name())))
Dtest.go359 if ccDep.OutputFile().Valid() {
361 android.DataPath{SrcPath: ccDep.OutputFile().Path(),
Dlibrary_sdk_member.go409 outputFile := ccModule.OutputFile()
/build/make/tools/releasetools/
Dadd_img_to_target_files.py86 class OutputFile(object): class
152 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "system.img")
178 block_list = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "system.map")
189 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "system_other.img")
201 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "vendor.img")
227 block_list = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "vendor.map")
237 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "product.img")
242 block_list = OutputFile(
254 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES",
260 block_list = OutputFile(
[all …]
Dadd_img_to_target_files86 class OutputFile(object):
152 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "system.img")
178 block_list = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "system.map")
189 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "system_other.img")
201 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "vendor.img")
227 block_list = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "vendor.map")
237 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "product.img")
242 block_list = OutputFile(
254 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES",
260 block_list = OutputFile(
[all …]
/build/soong/java/
Dandroidmk.go41 OutputFile: android.OptionalPathForPath(output),
82 OutputFile: android.OptionalPathForPath(checkedModulePaths[0]),
95 OutputFile: android.OptionalPathForPath(library.outputFile),
192 OutputFile: android.OptionalPathForPath(prebuilt.combinedClasspathFile),
214 OutputFile: android.OptionalPathForPath(prebuilt.maybeStrippedDexJarFile),
242 OutputFile: android.OptionalPathForPath(prebuilt.classpathFile),
264 OutputFile: android.OptionalPathForPath(binary.outputFile),
287 OutputFile: android.OptionalPathForPath(binary.wrapperFile),
312 OutputFile: android.OptionalPathForPath(app.outputFile),
486 OutputFile: android.OptionalPathForPath(jd.stubsSrcJar),
[all …]
Dplatform_compat_config.go131 OutputFile: android.OptionalPathForPath(p.configFile),
Ddevice_host_converter.go184 OutputFile: android.OptionalPathForPath(d.combinedImplementationJar),
Dapp.go101 func (as *AndroidAppSet) OutputFile() android.Path { func
330 func (a *AndroidApp) OutputFile() android.Path { func
854 lib := dep.OutputFile()
1547 func (a *AndroidAppImport) OutputFile() android.Path { func
1763 OutputFile() android.Path methodSpec
1842 func (r *RuntimeResourceOverlay) OutputFile() android.Path { func
/build/soong/rust/
Dcoverage.go58 "--coverage", "-g", coverage.OutputFile().Path().String(), "-Wl,--wrap,getenv")
59 deps.StaticLibs = append(deps.StaticLibs, coverage.OutputFile().Path())
Dandroidmk.go56 OutputFile: mod.outputFile,
164 ret.OutputFile = android.OptionalPathForPath(outFile)
184 ret.OutputFile = android.OptionalPathForPath(compiler.path)
Drust.go491 func (mod *Module) OutputFile() android.OptionalPath { func
830 linkFile := ccDep.OutputFile()
902 staticLibDepFiles = append(staticLibDepFiles, dep.OutputFile().Path())
907 sharedLibDepFiles = append(sharedLibDepFiles, dep.OutputFile().Path())
/build/soong/android/
Dandroidmk.go50 OutputFile OptionalPath member
76 OutputFile OptionalPath member
190 } else if a.OutputFile.Valid() {
191 availableTaggedDists = MakeDefaultDistFiles(a.OutputFile.Path())
291 a.SetString("LOCAL_PREBUILT_MODULE_FILE", a.OutputFile.String())
388 if !a.OutputFile.Valid() {
529 OutputFile: data.OutputFile,
593 if !data.OutputFile.Valid() {
602 extra(w, data.OutputFile.Path())
Dcsuite_config.go45 OutputFile: OptionalPathForPath(me.OutputFilePath),
Dvts_config.go48 OutputFile: OptionalPathForPath(me.OutputFilePath),
Dmakefile_goal.go81 OutputFile: OptionalPathForPath(p.outputFilePath),
/build/soong/python/
Dandroidmk.go42 ret := android.AndroidMkData{OutputFile: p.installSource}
85 ret.OutputFile = android.OptionalPathForPath(installer.path)
/build/soong/etc/
Dprebuilt_etc.go74 OutputFile() android.OutputPath methodSpec
159 func (p *PrebuiltEtc) OutputFile() android.OutputPath { func
222 OutputFile: android.OptionalPathForPath(p.outputFilePath),
/build/soong/sh/
Dsh_binary.go126 func (s *ShBinary) OutputFile() android.OutputPath { func
176 OutputFile: android.OptionalPathForPath(s.outputFilePath),
235 OutputFile: android.OptionalPathForPath(s.outputFilePath),
/build/soong/apex/
Dprebuilt.go231 OutputFile: android.OptionalPathForPath(p.inputApex),
351 OutputFile: android.OptionalPathForPath(a.outputApex),
Dapex.go1643 fileToCopy := ccMod.OutputFile().Path()
1654 fileToCopy := cc.OutputFile().Path()
1683 fileToCopy := sh.OutputFile()
1716 fileToCopy := prebuilt.OutputFile()
1730 OutputFile() android.Path
1740 fileToCopy := aapp.OutputFile()
1756 fileToCopy := rro.OutputFile()
2090 af := newApexFile(ctx, ap.OutputFile(), ap.BaseModuleName(),

12