Home | History | Annotate | Download | only in build

Lines Matching full:isfile

191 // isFile determines whether path is a file by trying to open it.
194 func (ctxt *Context) isFile(path string) bool {
554 binaryOnly = !isDir && mode&AllowBinary != 0 && pkga != "" && ctxt.isFile(ctxt.joinPath(ctxt.GOROOT, pkga))
566 binaryOnly = !isDir && mode&AllowBinary != 0 && pkga != "" && ctxt.isFile(ctxt.joinPath(root, pkga))