Home
last modified time | relevance | path

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

12

/build/soong/cc/
Dprebuilt_test.go185 assertString(t, shared.OutputFile().Path().Base(), "libtest.so")
199 assertString(t, static.OutputFile().Path().Base(), "libf.a")
222 assertString(t, shared.OutputFile().Path().Base(), "libtest.so")
225 assertString(t, static.OutputFile().Path().Base(), "libf.a")
249 assertString(t, static.OutputFile().Path().Base(), "libfoo.a")
252 assertString(t, shared.OutputFile().Path().Base(), "libbar.so")
270 assertString(t, shared.OutputFile().Path().Base(), "libbar.so")
353 assertString(t, static.OutputFile().Path().Base(), "libf.a")
359 assertString(t, static2.OutputFile().Path().Base(), "libf.a")
372 assertString(t, static.OutputFile().Path().Base(), "libf.hwasan.a")
[all …]
Dvendor_snapshot.go206 return sanitizable.OutputFile().Valid() && !image.private(m)
209 if !sanitizable.OutputFile().Valid() {
224 return m.OutputFile().Valid()
404 libPath := m.OutputFile().Path()
430 binPath := m.OutputFile().Path()
437 objPath := m.OutputFile().Path()
Dandroidmk.go76 OutputFile: c.outputFile,
266 _, _, ext := android.SplitFileExt(entries.OutputFile.Path().Base())
320 out := entries.OutputFile.Path()
442 _, suffix, _ := android.SplitFileExt(entries.OutputFile.Path().Base())
454 entries.OutputFile = android.OptionalPathForPath(installer.path)
571 out := entries.OutputFile.Path()
Dcoverage.go147 deps.WholeStaticLibs = append(deps.WholeStaticLibs, coverage.OutputFile().Path())
154 deps.WholeStaticLibs = append(deps.WholeStaticLibs, coverage.OutputFile().Path())
Dvndk.go540 OutputFile: android.OptionalPathForPath(txt.outputFile),
568 func (txt *vndkLibrariesTxt) OutputFile() android.OutputPath { func
606 … (!installable(m, apexInfo) && !m.IsLlndk()) || m.IsSnapshotPrebuilt() || !m.OutputFile().Valid() {
798 ctx, m.OutputFile(), filepath.Join(configsDir, m.Name())))
Dlinkable.go113 OutputFile() android.OptionalPath methodSpec
/build/make/tools/releasetools/
Dadd_img_to_target_files.py89 class OutputFile(object): class
116 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "system.img")
142 block_list = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "system.map")
152 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "system_other.img")
164 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "vendor.img")
190 block_list = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "vendor.map")
200 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "product.img")
205 block_list = OutputFile(
217 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES",
223 block_list = OutputFile(
[all …]
Dadd_img_to_target_files89 class OutputFile(object):
116 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "system.img")
142 block_list = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "system.map")
152 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "system_other.img")
164 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "vendor.img")
190 block_list = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "vendor.map")
200 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "product.img")
205 block_list = OutputFile(
217 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES",
223 block_list = OutputFile(
[all …]
/build/soong/rust/
Dcoverage.go60 profileInstrFlag, "-g", coverage.OutputFile().Path().String(), "-Wl,--wrap,open")
61 deps.StaticLibs = append(deps.StaticLibs, coverage.OutputFile().Path())
Dandroidmk.go53 OutputFile: mod.unstrippedOutputFile,
159 ret.OutputFile = android.OptionalPathForPath(outFile)
188 ret.OutputFile = android.OptionalPathForPath(compiler.path)
190 unstrippedOutputFile = ret.OutputFile
191 ret.OutputFile = compiler.strippedOutputFile
Drust.go177 if mod.OutputFile().Valid() {
178 return android.Paths{mod.OutputFile().Path()}, nil
607 func (mod *Module) OutputFile() android.OptionalPath { func
628 return mod.OutputFile().Valid() && !mod.Properties.PreventInstall
1014 linkObject := ccDep.OutputFile()
1099 staticLibDepFiles = append(staticLibDepFiles, dep.OutputFile().Path())
1105 sharedLibFiles = append(sharedLibFiles, dep.OutputFile().Path())
1109 sharedLibDepFiles = append(sharedLibDepFiles, dep.OutputFile().Path())
/build/soong/java/
Dandroidmk.go40 OutputFile: android.OptionalPathForPath(output),
74 OutputFile: android.OptionalPathForPath(checkedModulePaths[0]),
88 OutputFile: android.OptionalPathForPath(library.outputFile),
198 OutputFile: android.OptionalPathForPath(prebuilt.combinedClasspathFile),
223 OutputFile: android.OptionalPathForPath(prebuilt.dexJarFile),
247 OutputFile: android.OptionalPathForPath(prebuilt.classpathFile),
269 OutputFile: android.OptionalPathForPath(binary.outputFile),
299 OutputFile: android.OptionalPathForPath(outputFile),
324 OutputFile: android.OptionalPathForPath(app.outputFile),
504 OutputFile: android.OptionalPathForPath(jd.stubsSrcJar),
[all …]
Drro.go88 OutputFile() android.Path methodSpec
167 func (r *RuntimeResourceOverlay) OutputFile() android.Path { func
Dapp_set.go80 func (as *AndroidAppSet) OutputFile() android.Path { func
Ddevice_host_converter.go176 OutputFile: android.OptionalPathForPath(d.combinedImplementationJar),
Dclasspath_fragment.go181 OutputFile: android.OptionalPathForPath(c.outputFilepath),
/build/soong/linkerconfig/
Dlinkerconfig.go72 func (l *linkerConfig) OutputFile() android.OutputPath { func
155 OutputFile: android.OptionalPathForPath(l.outputFilePath),
161 entries.SetString("LINKER_CONFIG_PATH_"+l.Name(), l.OutputFile().String())
/build/soong/android/
Dandroidmk.go66 OutputFile OptionalPath member
112 OutputFile OptionalPath member
337 if _, ok := availableTaggedDists[DefaultDistTag]; !ok && a.OutputFile.Valid() {
338 availableTaggedDists = availableTaggedDists.addPathsForTag(DefaultDistTag, a.OutputFile.Path())
512 a.SetString("LOCAL_PREBUILT_MODULE_FILE", a.OutputFile.String())
624 if !a.OutputFile.Valid() {
778 OutputFile: data.OutputFile,
867 if !data.OutputFile.Valid() {
876 extra(w, data.OutputFile.Path())
Dcsuite_config.go44 OutputFile: OptionalPathForPath(me.OutputFilePath),
Dmakefile_goal.go81 OutputFile: OptionalPathForPath(p.outputFilePath),
/build/soong/python/
Dandroidmk.go41 entries := android.AndroidMkEntries{OutputFile: p.installSource}
81 entries.OutputFile = android.OptionalPathForPath(installer.path)
/build/soong/sh/
Dsh_binary.go181 func (s *ShBinary) OutputFile() android.OutputPath { func
266 OutputFile: android.OptionalPathForPath(s.outputFilePath),
383 relPath = filepath.Join("lib64", cc.OutputFile().Path().Base())
385 relPath = filepath.Join("lib", cc.OutputFile().Path().Base())
393 Input: cc.OutputFile().Path(),
415 OutputFile: android.OptionalPathForPath(s.outputFilePath),
/build/soong/etc/
Dprebuilt_etc.go124 OutputFile() android.OutputPath methodSpec
244 func (p *PrebuiltEtc) OutputFile() android.OutputPath { func
353 OutputFile: android.OptionalPathForPath(p.outputFilePath),
/build/soong/apex/
Dapex.go1395 fileToCopy := ccMod.OutputFile().Path()
1406 fileToCopy := cc.OutputFile().Path()
1419 fileToCopy := rustm.OutputFile().Path()
1438 fileToCopy := rustm.OutputFile().Path()
1465 fileToCopy := sh.OutputFile()
1473 fileToCopy := prebuilt.OutputFile()
1521 OutputFile() android.Path methodSpec
1537 fileToCopy := aapp.OutputFile()
1554 fileToCopy := rro.OutputFile()
1748 af := newApexFile(ctx, ap.OutputFile(), ap.BaseModuleName(),
/build/soong/filesystem/
Dlogical_partition.go215 OutputFile: android.OptionalPathForPath(l.output),

12