Searched refs:RelPathString (Results 1 – 8 of 8) sorted by relevance
| /build/soong/android/ |
| D | prebuilt_etc_test.go | 211 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())
|
| D | prebuilt_etc.go | 157 fmt.Fprintln(w, "LOCAL_MODULE_PATH :=", "$(OUT_DIR)/"+p.installDirPath.RelPathString())
|
| D | paths.go | 819 func (p OutputPath) RelPathString() string { func
|
| /build/soong/python/ |
| D | androidmk.go | 92 path := installer.path.RelPathString()
|
| /build/soong/cc/ |
| D | androidmk.go | 306 path := installer.path.RelPathString() 352 path := c.path.RelPathString()
|
| D | library.go | 689 tocPath := outputFile.RelPathString()
|
| /build/soong/apex/ |
| D | apex.go | 1119 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()))
|
| D | apex_test.go | 1213 actual := apex.installDir.RelPathString()
|