Home
last modified time | relevance | path

Searched refs:Relative_install_path (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/build/soong/bpf/libbpf/
H A Dlibbpf_prog.go95 Relative_install_path string member
235 if len(libbpf.properties.Relative_install_path) > 0 {
236 installDir = installDir.Join(ctx, libbpf.properties.Relative_install_path)
256 if len(libbpf.properties.Relative_install_path) > 0 {
257 localModulePath += "/" + libbpf.properties.Relative_install_path
/aosp_15_r20/build/soong/cc/
H A Dinstaller.go27 Relative_install_path *string `android:"arch_variant"` member
128 return String(installer.Properties.Relative_install_path)
H A Dtest.go392 } else if String(test.binaryDecorator.baseInstaller.Properties.Relative_install_path) == "" {
/aosp_15_r20/build/soong/etc/
H A Dotacerts_zip.go37 Relative_install_path *string member
132 …h := android.PathForModuleInstall(ctx, "etc", proptools.String(m.properties.Relative_install_path))
H A Dprebuilt_etc.go156 Relative_install_path *string `android:"arch_variant"` member
335 return proptools.String(p.subdirProperties.Relative_install_path)
380 if p.subdirProperties.Sub_dir != nil && p.subdirProperties.Relative_install_path != nil {
/aosp_15_r20/system/sepolicy/build/soong/
H A Dversioned_policy.go58 Relative_install_path *string member
161 if subdir := proptools.String(m.properties.Relative_install_path); subdir != "" {
/aosp_15_r20/build/soong/android/
H A Dbuild_prop.go52 Relative_install_path *string member
191 p.installPath = PathForModuleInstall(ctx, proptools.String(p.properties.Relative_install_path))
/aosp_15_r20/build/soong/fsgen/
H A Dprebuilt_etc_modules_gen.go181 Relative_install_path *string member
347 Relative_install_path: proptools.StringPtr(relDestDirFromInstallDirBase),
/aosp_15_r20/build/soong/rust/
H A Dcompiler.go212 Relative_install_path *string `android:"arch_variant"` member
618 return String(compiler.Properties.Relative_install_path)
H A Dbenchmark.go127 } else if String(benchmark.baseCompiler.Properties.Relative_install_path) == "" {
H A Dtest.go190 } else if String(test.baseCompiler.Properties.Relative_install_path) == "" {
/aosp_15_r20/build/soong/java/
H A Dapp_import.go139 Relative_install_path *string member
351 relInstallPath := String(a.properties.Relative_install_path)