Home
last modified time | relevance | path

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

/build/soong/android/
Dprebuilt_etc_test.go211 if p.installDirPath.RelPathString() != expected {
212 t.Errorf("expected %q, got %q", expected, p.installDirPath.RelPathString())
228 if p.installDirPath.RelPathString() != expected {
229 t.Errorf("expected %q, got %q", expected, p.installDirPath.RelPathString())
Dprebuilt_etc.go68 installDirPath OutputPath member
127 p.installDirPath = PathForModuleInstall(ctx, p.installDirBase, String(p.properties.Sub_dir))
157 fmt.Fprintln(w, "LOCAL_MODULE_PATH :=", "$(OUT_DIR)/"+p.installDirPath.RelPathString())