HomeSort by relevance Sort by last modified time
    Searched defs:readfile (Results 1 - 6 of 6) sorted by null

  /external/skia/infra/bots/recipe_modules/run/
api.py 61 def readfile(self, filename, *args, **kwargs): member in class:SkiaStepApi
  /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);
  /prebuilts/go/darwin-x86/src/cmd/dist/
util.go 239 // readfile returns the content of the named file.
240 func readfile(file string) string { func
241 data, err := ioutil.ReadFile(file)
260 old, err := ioutil.ReadFile(file)
  /prebuilts/go/linux-x86/src/cmd/dist/
util.go 239 // readfile returns the content of the named file.
240 func readfile(file string) string { func
241 data, err := ioutil.ReadFile(file)
260 old, err := ioutil.ReadFile(file)
  /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.c 505 char *readfile(char *name, char *ibuf, off_t len) function
985 if (!(cmd = readfile(libbuf, libbuf, sizeof(libbuf)))) continue;

Completed in 593 milliseconds