Home
last modified time | relevance | path

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

/build/soong/etc/
Dprebuilt_etc_test.go224 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 …]
Dprebuilt_etc.go88 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/
Dplatform_compat_config.go44 installDirPath android.InstallPath member
123 p.installDirPath = android.PathForModuleInstall(ctx, "etc", "compatconfig")
135 entries.SetString("LOCAL_MODULE_PATH", p.installDirPath.ToMakePath().String())
Dsdk_library.go2043 installDirPath android.InstallPath member
2122 module.installDirPath = android.PathForModuleInstall(ctx, "etc", module.SubDir())
2138 entries.SetString("LOCAL_MODULE_PATH", module.installDirPath.ToMakePath().String())