Home
last modified time | relevance | path

Searched refs:RelPathString (Results 1 – 8 of 8) 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.go157 fmt.Fprintln(w, "LOCAL_MODULE_PATH :=", "$(OUT_DIR)/"+p.installDirPath.RelPathString())
Dpaths.go819 func (p OutputPath) RelPathString() string { func
/build/soong/python/
Dandroidmk.go92 path := installer.path.RelPathString()
/build/soong/cc/
Dandroidmk.go306 path := installer.path.RelPathString()
352 path := c.path.RelPathString()
Dlibrary.go689 tocPath := outputFile.RelPathString()
/build/soong/apex/
Dapex.go1119 a.installDir.RelPathString(), name, fi.installDir))
1214 … fmt.Fprintln(w, "LOCAL_MODULE_PATH :=", filepath.Join("$(OUT_DIR)", a.installDir.RelPathString()))
1420 … fmt.Fprintln(w, "LOCAL_MODULE_PATH :=", filepath.Join("$(OUT_DIR)", p.installDir.RelPathString()))
Dapex_test.go1213 actual := apex.installDir.RelPathString()