/build/soong/cc/ |
D | prebuilt_test.go | 187 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")
|
D | androidmk.go | 73 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())
|
D | linkable.go | 14 OutputFile() android.OptionalPath methodSpec
|
D | coverage.go | 138 deps.WholeStaticLibs = append(deps.WholeStaticLibs, coverage.OutputFile().Path()) 145 deps.WholeStaticLibs = append(deps.WholeStaticLibs, coverage.OutputFile().Path())
|
D | vndk.go | 497 OutputFile: android.OptionalPathForPath(txt.outputFile), 506 func (txt *vndkLibrariesTxt) OutputFile() android.OutputPath { func 699 ctx, m.OutputFile(), filepath.Join(configsDir, m.Name())))
|
D | test.go | 359 if ccDep.OutputFile().Valid() { 361 android.DataPath{SrcPath: ccDep.OutputFile().Path(),
|
D | library_sdk_member.go | 409 outputFile := ccModule.OutputFile()
|
/build/make/tools/releasetools/ |
D | add_img_to_target_files.py | 86 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 …]
|
D | add_img_to_target_files | 86 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/ |
D | androidmk.go | 41 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 …]
|
D | platform_compat_config.go | 131 OutputFile: android.OptionalPathForPath(p.configFile),
|
D | device_host_converter.go | 184 OutputFile: android.OptionalPathForPath(d.combinedImplementationJar),
|
D | app.go | 101 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/ |
D | coverage.go | 58 "--coverage", "-g", coverage.OutputFile().Path().String(), "-Wl,--wrap,getenv") 59 deps.StaticLibs = append(deps.StaticLibs, coverage.OutputFile().Path())
|
D | androidmk.go | 56 OutputFile: mod.outputFile, 164 ret.OutputFile = android.OptionalPathForPath(outFile) 184 ret.OutputFile = android.OptionalPathForPath(compiler.path)
|
D | rust.go | 491 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/ |
D | androidmk.go | 50 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())
|
D | csuite_config.go | 45 OutputFile: OptionalPathForPath(me.OutputFilePath),
|
D | vts_config.go | 48 OutputFile: OptionalPathForPath(me.OutputFilePath),
|
D | makefile_goal.go | 81 OutputFile: OptionalPathForPath(p.outputFilePath),
|
/build/soong/python/ |
D | androidmk.go | 42 ret := android.AndroidMkData{OutputFile: p.installSource} 85 ret.OutputFile = android.OptionalPathForPath(installer.path)
|
/build/soong/etc/ |
D | prebuilt_etc.go | 74 OutputFile() android.OutputPath methodSpec 159 func (p *PrebuiltEtc) OutputFile() android.OutputPath { func 222 OutputFile: android.OptionalPathForPath(p.outputFilePath),
|
/build/soong/sh/ |
D | sh_binary.go | 126 func (s *ShBinary) OutputFile() android.OutputPath { func 176 OutputFile: android.OptionalPathForPath(s.outputFilePath), 235 OutputFile: android.OptionalPathForPath(s.outputFilePath),
|
/build/soong/apex/ |
D | prebuilt.go | 231 OutputFile: android.OptionalPathForPath(p.inputApex), 351 OutputFile: android.OptionalPathForPath(a.outputApex),
|
D | apex.go | 1643 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(),
|