Searched defs:DataPath (Results 1 – 3 of 3) sorted by relevance
2531 type DataPath struct { struct2533 SrcPath Path2535 RelativeInstallPath string2537 WithoutRel bool2540 func (d *DataPath) ToRelativeInstallPath() string {
1226 func androidMkDataPaths(data []DataPath) []string {
177 InstallTestData(installPath InstallPath, data []DataPath) InstallPaths