Searched refs:installDirPath (Results 1 – 4 of 4) sorted by relevance
/build/soong/etc/ |
D | prebuilt_etc_test.go | 224 if p.installDirPath.String() != expected { 225 t.Errorf("expected %q, got %q", expected, p.installDirPath.String()) 266 if p.installDirPath.String() != expected { 267 t.Errorf("expected %q, got %q", expected, p.installDirPath.String()) 283 if p.installDirPath.String() != expected { 284 t.Errorf("expected %q, got %q", expected, p.installDirPath.String()) 298 if p.installDirPath.String() != expected { 299 t.Errorf("expected %q, got %q", expected, p.installDirPath.String()) 332 if p.installDirPath.String() != tt.expectedPath { 333 t.Errorf("expected %q, got %q", tt.expectedPath, p.installDirPath) [all …]
|
D | prebuilt_etc.go | 88 installDirPath android.InstallPath member 150 return p.installDirPath 200 p.installDirPath = android.PathForModuleInstall(ctx, installBaseDir, p.SubDir()) 226 entries.SetString("LOCAL_MODULE_PATH", p.installDirPath.ToMakePath().String())
|
/build/soong/java/ |
D | platform_compat_config.go | 44 installDirPath android.InstallPath member 123 p.installDirPath = android.PathForModuleInstall(ctx, "etc", "compatconfig") 135 entries.SetString("LOCAL_MODULE_PATH", p.installDirPath.ToMakePath().String())
|
D | sdk_library.go | 2043 installDirPath android.InstallPath member 2122 module.installDirPath = android.PathForModuleInstall(ctx, "etc", module.SubDir()) 2138 entries.SetString("LOCAL_MODULE_PATH", module.installDirPath.ToMakePath().String())
|