/build/soong/android/ |
D | module_context.go | 114 …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 …]
|
D | hooks.go | 145 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
|
D | paths.go | 553 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 …]
|
D | buildinfo_prop.go | 40 installPath InstallPath
|
D | test_suites.go | 157 func pathForTestCases(ctx PathContext) InstallPath {
|
/build/soong/cc/ |
D | installer.go | 64 path android.InstallPath 73 func (installer *baseInstaller) installDir(ctx ModuleContext) android.InstallPath {
|
/build/soong/java/ |
D | classpath_fragment.go | 72 installDirPath android.InstallPath 190 …c (c *ClasspathFragmentBase) installClasspathProto(ctx android.ModuleContext) android.InstallPath { 247 ClasspathFragmentProtoInstallDir android.InstallPath
|
D | dexpreopt_check.go | 60 func getInstallPath(ctx android.ModuleContext, location string) android.InstallPath {
|
D | dexpreopt.go | 61 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…
|
D | app_set.go | 179 var installDir android.InstallPath
|
D | rro.go | 43 installDir android.InstallPath
|
/build/soong/filesystem/ |
D | raw_binary.go | 46 installDir android.InstallPath
|
D | avb_gen_vbmeta_image.go | 32 installDir android.InstallPath
|
D | avb_add_hash_footer.go | 33 installDir android.InstallPath
|
D | logical_partition.go | 36 installDir android.InstallPath
|
D | vbmeta.go | 37 installDir android.InstallPath
|
/build/soong/etc/ |
D | install_symlink.go | 54 installedPath android.InstallPath
|
D | prebuilt_etc.go | 154 installDirPath android.InstallPath 254 func (p *PrebuiltEtc) InstallDirPath() android.InstallPath { 420 installDirPath android.InstallPath
|
/build/soong/provenance/ |
D | provenance_singleton.go | 104 …ndroid.ModuleContext, artifactPath android.Path, installedFile android.InstallPath) android.Output… argument
|
/build/soong/apex/ |
D | vndk.go | 104 addSymlink := func(target string, dir android.InstallPath, linkName string) {
|
/build/soong/kernel/ |
D | prebuilt_kernel_modules.go | 43 installDir android.InstallPath
|
/build/soong/linkerconfig/ |
D | linkerconfig.go | 57 installDirPath android.InstallPath
|
/build/blueprint/bootstrap/ |
D | bootstrap.go | 153 InstallPath() string methodSpec 420 func (g *GoBinary) InstallPath() string { func 735 blueprintTools = append(blueprintTools, binaryModule.InstallPath())
|
/build/soong/snapshot/ |
D | host_snapshot.go | 63 installDir android.InstallPath
|
/build/soong/python/ |
D | binary.go | 254 func installDir(ctx android.ModuleContext, dir, dir64, relative string) android.InstallPath {
|