Home
last modified time | relevance | path

Searched defs:DataPath (Results 1 – 3 of 3) sorted by relevance

/build/soong/android/
Dpaths.go2531 type DataPath struct { struct
2533 SrcPath Path
2535 RelativeInstallPath string
2537 WithoutRel bool
2540 func (d *DataPath) ToRelativeInstallPath() string {
Dandroidmk.go1226 func androidMkDataPaths(data []DataPath) []string {
Dmodule_context.go177 InstallTestData(installPath InstallPath, data []DataPath) InstallPaths