Lines Matching refs:expectedPath
105 expectedPath := []string{"build/make/target/product/security/platform.x509.pem"}
106 if !reflect.DeepEqual(path, expectedPath) {
107 t.Errorf("Unexpected LOCAL_CERTIFICATE value: %v, expected: %v", path, expectedPath)
112 expectedPath = []string{shared.JoinPath("out/target/product/test_device/product/overlay")}
113 …android.AssertStringPathsRelativeToTopEquals(t, "LOCAL_MODULE_PATH", result.Config, expectedPath, …
119 expectedPath = []string{shared.JoinPath("out/target/product/test_device/product/overlay/faza")}
120 …android.AssertStringPathsRelativeToTopEquals(t, "LOCAL_MODULE_PATH", result.Config, expectedPath, …
163 …expectedPath := []string{shared.JoinPath("out/target/product/test_device/product/overlay/default_t…
164 android.AssertStringPathsRelativeToTopEquals(t, "LOCAL_MODULE_PATH", config, expectedPath, path)
180 expectedPath = []string{shared.JoinPath("out/target/product/test_device/system/overlay")}
181 android.AssertStringPathsRelativeToTopEquals(t, "LOCAL_MODULE_PATH", config, expectedPath, path)