Home
last modified time | relevance | path

Searched refs:testModuleInstallPathContext (Results 1 – 2 of 2) sorted by relevance

/aosp12/build/soong/android/
H A Dpaths_test.go241 ctx: &testModuleInstallPathContext{
254 ctx: &testModuleInstallPathContext{
266 ctx: &testModuleInstallPathContext{
281 ctx: &testModuleInstallPathContext{
296 ctx: &testModuleInstallPathContext{
311 ctx: &testModuleInstallPathContext{
326 ctx: &testModuleInstallPathContext{
339 ctx: &testModuleInstallPathContext{
352 ctx: &testModuleInstallPathContext{
367 ctx: &testModuleInstallPathContext{
[all …]
H A Dpaths.go1875 type testModuleInstallPathContext struct { struct
1890 func (m testModuleInstallPathContext) Config() Config {
1896 func (m testModuleInstallPathContext) InstallInData() bool {
1900 func (m testModuleInstallPathContext) InstallInTestcases() bool {
1904 func (m testModuleInstallPathContext) InstallInSanitizerDir() bool {
1908 func (m testModuleInstallPathContext) InstallInRamdisk() bool {
1916 func (m testModuleInstallPathContext) InstallInDebugRamdisk() bool {
1920 func (m testModuleInstallPathContext) InstallInRecovery() bool {
1924 func (m testModuleInstallPathContext) InstallInRoot() bool {
1928 func (m testModuleInstallPathContext) InstallBypassMake() bool {
[all …]