Home
last modified time | relevance | path

Searched refs:InstallPath (Results 1 – 25 of 45) sorted by relevance

12

/build/soong/android/
Dmodule_context.go114 …InstallExecutable(installPath InstallPath, name string, srcPath Path, deps ...InstallPath) Install… argument
123 InstallFile(installPath InstallPath, name string, srcPath Path, deps ...InstallPath) InstallPath argument
133 …ileWithExtraFilesZip(installPath InstallPath, name string, srcPath Path, extraZip Path, deps ...In… argument
142 InstallSymlink(installPath InstallPath, name string, srcPath InstallPath) InstallPath argument
151 InstallAbsoluteSymlink(installPath InstallPath, name string, absPath string) InstallPath argument
160 InstallTestData(installPath InstallPath, data []DataPath) InstallPaths argument
169 PackageFile(installPath InstallPath, name string, srcPath Path) PackagingSpec argument
466 func (m *moduleContext) InstallFile(installPath InstallPath, name string, srcPath Path,
467 deps ...InstallPath) InstallPath {
471 func (m *moduleContext) InstallExecutable(installPath InstallPath, name string, srcPath Path,
[all …]
Dhooks.go145 Path() InstallPath
160 path InstallPath
170 func (x *installHookContext) Path() InstallPath {
178 func (x *hooks) runInstallHooks(ctx ModuleContext, srcPath Path, path InstallPath, symlink bool) { argument
Dpaths.go553 rel := Rel(ctx, goBinaryInstallDir.String(), goBinary.InstallPath())
888 seen := make(map[InstallPath]bool, len(list))
1679 type InstallPath struct { struct
1705 func (p InstallPath) RelativeToTop() Path { argument
1716 func (p InstallPath) getSoongOutDir() string { argument
1720 func (p InstallPath) ReplaceExtension(ctx PathContext, ext string) OutputPath { argument
1724 var _ Path = InstallPath{}
1725 var _ WritablePath = InstallPath{}
1727 func (p InstallPath) writablePath() {} argument
1729 func (p InstallPath) String() string { argument
[all …]
Dbuildinfo_prop.go40 installPath InstallPath
Dtest_suites.go157 func pathForTestCases(ctx PathContext) InstallPath {
/build/soong/cc/
Dinstaller.go64 path android.InstallPath
73 func (installer *baseInstaller) installDir(ctx ModuleContext) android.InstallPath {
/build/soong/java/
Dclasspath_fragment.go72 installDirPath android.InstallPath
190 …c (c *ClasspathFragmentBase) installClasspathProto(ctx android.ModuleContext) android.InstallPath {
247 ClasspathFragmentProtoInstallDir android.InstallPath
Ddexpreopt_check.go60 func getInstallPath(ctx android.ModuleContext, location string) android.InstallPath {
Ddexpreopt.go61 installDirOnDevice android.InstallPath
116 installPath android.InstallPath
327 …ndroid.ModuleContext, libName string, defaultInstallPath android.InstallPath) android.InstallPath {
604 …llPathInfo(ctx android.ModuleContext, fullInstallPath string) (android.InstallPath, string, string…
Dapp_set.go179 var installDir android.InstallPath
Drro.go43 installDir android.InstallPath
/build/soong/filesystem/
Draw_binary.go46 installDir android.InstallPath
Davb_gen_vbmeta_image.go32 installDir android.InstallPath
Davb_add_hash_footer.go33 installDir android.InstallPath
Dlogical_partition.go36 installDir android.InstallPath
Dvbmeta.go37 installDir android.InstallPath
/build/soong/etc/
Dinstall_symlink.go54 installedPath android.InstallPath
Dprebuilt_etc.go154 installDirPath android.InstallPath
254 func (p *PrebuiltEtc) InstallDirPath() android.InstallPath {
420 installDirPath android.InstallPath
/build/soong/provenance/
Dprovenance_singleton.go104 …ndroid.ModuleContext, artifactPath android.Path, installedFile android.InstallPath) android.Output… argument
/build/soong/apex/
Dvndk.go104 addSymlink := func(target string, dir android.InstallPath, linkName string) {
/build/soong/kernel/
Dprebuilt_kernel_modules.go43 installDir android.InstallPath
/build/soong/linkerconfig/
Dlinkerconfig.go57 installDirPath android.InstallPath
/build/blueprint/bootstrap/
Dbootstrap.go153 InstallPath() string methodSpec
420 func (g *GoBinary) InstallPath() string { func
735 blueprintTools = append(blueprintTools, binaryModule.InstallPath())
/build/soong/snapshot/
Dhost_snapshot.go63 installDir android.InstallPath
/build/soong/python/
Dbinary.go254 func installDir(ctx android.ModuleContext, dir, dir64, relative string) android.InstallPath {

12