Home
last modified time | relevance | path

Searched refs:distDir (Results 1 – 2 of 2) sorted by relevance

/build/soong/ui/build/
Dsandbox_darwin.go53 distDir := absPath(c.ctx, c.config.DistDir())
61 "-D", "DIST_DIR=" + distDir,
Dconfig.go40 distDir string member
127 if distDir, ok := ret.environ.Get("DIST_DIR"); ok {
128 ret.distDir = filepath.Clean(distDir)
130 ret.distDir = filepath.Join(ret.OutDir(), "dist")
224 if distDir := ret.DistDir(); strings.ContainsRune(distDir, ' ') {
227 ctx.Printf("%q\n", distDir)
679 return c.distDir