Home
last modified time | relevance | path

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

/build/soong/etc/
Dprebuilt_etc_test.go151 android.AssertPathRelativeToTopEquals(t, "install dir", expected, p.installDirPath)
193 android.AssertPathRelativeToTopEquals(t, "install dir", expected, p.installDirPath)
217 android.AssertPathRelativeToTopEquals(t, "install dir", expected, p.installDirPath)
232 android.AssertPathRelativeToTopEquals(t, "install dir", expected, p.installDirPath)
245 android.AssertPathRelativeToTopEquals(t, "install dir", expected, p.installDirPath)
277 android.AssertPathRelativeToTopEquals(t, "install dir", tt.expectedPath, p.installDirPath)
311 android.AssertPathRelativeToTopEquals(t, "install dir", tt.expectedPath, p.installDirPath)
345 android.AssertPathRelativeToTopEquals(t, "install dir", tt.expectedPath, p.installDirPath)
Dprebuilt_etc.go141 installDirPath android.InstallPath member
235 return p.installDirPath
315 p.installDirPath = android.PathForModuleInstall(ctx, installBaseDir, p.SubDir())
330 installPath := ctx.InstallFile(p.installDirPath, p.outputFilePath.Base(), p.outputFilePath)
332 ctx.InstallSymlink(p.installDirPath, sl, installPath)
357 entries.SetString("LOCAL_MODULE_PATH", p.installDirPath.ToMakePath().String())
/build/soong/linkerconfig/
Dlinkerconfig.go58 installDirPath android.InstallPath member
96 l.installDirPath = android.PathForModuleInstall(ctx, "etc")
100 ctx.InstallFile(l.installDirPath, l.outputFilePath.Base(), l.outputFilePath)
158 entries.SetString("LOCAL_MODULE_PATH", l.installDirPath.ToMakePath().String())
/build/soong/java/
Dclasspath_fragment.go69 installDirPath android.InstallPath member
133 c.installDirPath = android.PathForModuleInstall(ctx, "etc", "classpaths")
149 ClasspathFragmentProtoInstallDir: c.installDirPath,
184 entries.SetString("LOCAL_MODULE_PATH", c.installDirPath.ToMakePath().String())
Dplatform_compat_config.go59 installDirPath android.InstallPath member
106 p.installDirPath = android.PathForModuleInstall(ctx, "etc", "compatconfig")
118 entries.SetString("LOCAL_MODULE_PATH", p.installDirPath.ToMakePath().String())
Dsystemserver_classpath_fragment_test.go53 …ut/soong/target/product/test_device/system/etc/classpaths", p.ClasspathFragmentBase.installDirPath)
Dplatform_bootclasspath_test.go179 …ut/soong/target/product/test_device/system/etc/classpaths", p.ClasspathFragmentBase.installDirPath)
Dsdk_library.go2349 installDirPath android.InstallPath member
2447 module.installDirPath = android.PathForModuleInstall(ctx, "etc", module.SubDir())
2463 entries.SetString("LOCAL_MODULE_PATH", module.installDirPath.ToMakePath().String())