Home | History | Annotate | Download | only in dist

Lines Matching full:readfile

322 		b := chomp(readfile(path))
358 return chomp(readfile(path))
906 for _, p := range strings.Split(readfile(file), "\n") {
949 writefile(readfile(src), dst, flag)
956 bdst := bytes.NewBufferString(readfile(src))
958 b := readfile(file)
1477 pid := strings.Replace(readfile("#c/pid"), " ", "", -1)
1479 if !strings.Contains(readfile(ns), fmt.Sprintf("bind -b %s /bin", gobin)) {