HomeSort by relevance Sort by last modified time
    Searched refs:readfile (Results 1 - 25 of 28) sorted by null

1 2

  /external/compiler-rt/test/BlocksRuntime/
fail.c 22 bool readfile(char *buffer, const char *from) { function
84 bool gotErrorFile = readfile(desired, errorfile);
85 bool gotOutput = readfile(got, buffer);
  /external/toybox/toys/posix/
kill.c 115 if (!readfile(toybuf, toybuf, sizeof(toybuf))) continue;
121 if (!readfile(toybuf, toybuf, sizeof(toybuf)) || !*toybuf) continue;
  /external/toybox/toys/other/
login.c 129 ss = readfile("/etc/nologin", toybuf, sizeof(toybuf));
154 if ((ss = readfile("/etc/motd", 0, 0))) {
pmap.c 40 line = readfile(toybuf, 0, 0);
sysctl.c 75 data = readfile(path, 0, 0);
acpi.c 121 if (readfile(TT.cpath, toybuf, 256) && !errno) {
  /external/skia/infra/bots/recipe_modules/run/examples/
full.py 35 api.run.readfile('myfile.txt')
  /external/skia/infra/bots/recipe_modules/flavor/
api.py 168 version = self.m.run.readfile(
195 version = self.m.run.readfile(
220 version = self.m.run.readfile(
  /external/skia/infra/bots/recipe_modules/run/
api.py 61 def readfile(self, filename, *args, **kwargs): member in class:SkiaStepApi
  /prebuilts/go/darwin-x86/src/cmd/dist/
build.go 288 b := chomp(readfile(path))
304 return chomp(readfile(path))
819 for _, p := range splitlines(readfile(file)) {
862 writefile(readfile(src), dst, flag)
869 bdst := bytes.NewBufferString(readfile(src))
871 b := readfile(file)
1213 pid := strings.Replace(readfile("#c/pid"), " ", "", -1)
1215 if !strings.Contains(readfile(ns), fmt.Sprintf("bind -b %s /bin", gobin)) {
buildtool.go 111 text := readfile(srcFile)
  /prebuilts/go/linux-x86/src/cmd/dist/
build.go 288 b := chomp(readfile(path))
304 return chomp(readfile(path))
819 for _, p := range splitlines(readfile(file)) {
862 writefile(readfile(src), dst, flag)
869 bdst := bytes.NewBufferString(readfile(src))
871 b := readfile(file)
1213 pid := strings.Replace(readfile("#c/pid"), " ", "", -1)
1215 if !strings.Contains(readfile(ns), fmt.Sprintf("bind -b %s /bin", gobin)) {
buildtool.go 111 text := readfile(srcFile)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
imaplib.py     [all...]
  /external/python/cpython2/Lib/
imaplib.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
imaplib.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
imaplib.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py     [all...]
  /external/ppp/pppd/
options.c 154 static int readfile __P((char **));
232 { "file", o_special, (void *)readfile,
1429 readfile(argv) function
    [all...]
  /external/toybox/lib/
lib.h 194 char *readfile(char *name, char *buf, off_t len);
lib.c 505 char *readfile(char *name, char *ibuf, off_t len) function
985 if (!(cmd = readfile(libbuf, libbuf, sizeof(libbuf)))) continue;
xwrap.c 689 if (!(buf = readfile(name, buf, len))) perror_exit("Bad '%s'", name);
  /external/toybox/toys/net/
netstat.c 243 if (!(readfile(toybuf, toybuf, 256))) return 0;
  /external/toybox/toys/pending/
lsof.c 399 if (!(line = readfile(toybuf, toybuf, sizeof(toybuf)))) return;

Completed in 1055 milliseconds

1 2