Searched refs:InstallExecutable (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/build/soong/sh/ |
H A D | sh_binary.go | 338 s.installedFile = ctx.InstallExecutable(installDir, s.outputFilePath.Base(), s.outputFilePath) 518 …s.installedFile = ctx.InstallExecutable(s.installDir, s.outputFilePath.Base(), s.outputFilePath, i…
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | ProgramPipeline.cpp | 82 InstallExecutable(context, shaderProgram->getSharedExecutable(), in useProgramStage() 518 InstallExecutable(context, newExecutable, &mState.mExecutable); in link()
|
H A D | ProgramExecutable.h | 1036 void InstallExecutable(const Context *context,
|
H A D | State.cpp | 3856 InstallExecutable(context, mProgram->getSharedExecutable(), &mExecutable); in installProgramExecutable() 3870 InstallExecutable(context, mProgramPipeline->getSharedExecutable(), &mExecutable); in installProgramPipelineExecutable()
|
H A D | Program.cpp | 885 InstallExecutable( in makeNewExecutable()
|
H A D | ProgramExecutable.cpp | 3200 void InstallExecutable(const Context *context, in InstallExecutable() function
|
/aosp_15_r20/build/soong/android/ |
H A D | module_context.go | 118 …InstallExecutable(installPath InstallPath, name string, srcPath Path, deps ...InstallPath) Install… methodSpec 557 func (m *moduleContext) InstallExecutable(installPath InstallPath, name string, srcPath Path, func
|
/aosp_15_r20/build/soong/java/ |
H A D | java.go | 1901 j.binaryFile = ctx.InstallExecutable(android.PathForModuleInstall(ctx, "bin"),
|