Lines Matching refs:dir
45 func NewBaseInstaller(dir, dir64 string, location installLocation) *baseInstaller { argument
47 dir: dir,
56 dir string member
74 dir := installer.dir
76 dir = installer.dir64
80 dir = ""
82 dir = "xbin"
86 dir = filepath.Join(dir, ctx.Target().NativeBridgeRelativePath)
88 dir = filepath.Join(dir, ctx.Arch().ArchType.String())
92 dir = filepath.Join(dir, "product")
94 dir = filepath.Join(dir, "vendor")
97 return android.PathForModuleInstall(ctx, dir, installer.subDir,