Home
last modified time | relevance | path

Searched refs:InstallExecutable (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/build/soong/sh/
H A Dsh_binary.go338 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 DProgramPipeline.cpp82 InstallExecutable(context, shaderProgram->getSharedExecutable(), in useProgramStage()
518 InstallExecutable(context, newExecutable, &mState.mExecutable); in link()
H A DProgramExecutable.h1036 void InstallExecutable(const Context *context,
H A DState.cpp3856 InstallExecutable(context, mProgram->getSharedExecutable(), &mExecutable); in installProgramExecutable()
3870 InstallExecutable(context, mProgramPipeline->getSharedExecutable(), &mExecutable); in installProgramPipelineExecutable()
H A DProgram.cpp885 InstallExecutable( in makeNewExecutable()
H A DProgramExecutable.cpp3200 void InstallExecutable(const Context *context, in InstallExecutable() function
/aosp_15_r20/build/soong/android/
H A Dmodule_context.go118InstallExecutable(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 Djava.go1901 j.binaryFile = ctx.InstallExecutable(android.PathForModuleInstall(ctx, "bin"),