Home
last modified time | relevance | path

Searched refs:readfile (Results 1 – 25 of 38) sorted by relevance

12

/third_party/toybox/toys/posix/
Dkill.c116 if (!readfile(toybuf, toybuf, sizeof(toybuf))) continue;
122 if (!readfile(toybuf, toybuf, sizeof(toybuf)) || !*toybuf) continue;
Dps.c1500 if (readfile("/proc/stat", pos = toybuf, sizeof(toybuf))) { in top_common()
1587 if (readfile("/proc/meminfo", toybuf+256, sizeof(toybuf)-256)) { in top_common()
/third_party/toybox/porting/liteos_a/toys/posix/
Dkill.c115 if (!readfile(toybuf, toybuf, sizeof(toybuf))) continue;
121 if (!readfile(toybuf, toybuf, sizeof(toybuf)) || !*toybuf) continue;
Dps.c1357 if (readfile("/proc/stat", pos = toybuf, sizeof(toybuf))) { in top_common()
1444 if (readfile("/proc/meminfo", toybuf+256, sizeof(toybuf)-256)) { in top_common()
/third_party/toybox/toys/other/
Dlogin.c111 ss = readfile("/etc/nologin", toybuf, sizeof(toybuf)); in login_main()
125 if ((ss = readfile("/etc/motd", 0, 0))) puts(ss); in login_main()
Dpmap.c40 line = readfile(toybuf, 0, 0); in pmap_main()
Dsysctl.c75 data = readfile(path, 0, 0); in do_show_keys()
Dacpi.c121 if (readfile(TT.cpath, toybuf, 256) && !errno) { in cool_callback()
/third_party/flutter/skia/third_party/externals/sdl/premake/util/
Dsdl_gen_config.lua37 templateFileContents = readfile(template, "r")
Dsdl_file.lua42 function readfile(file, mode) function
Dsdl_check_compile.lua146 local output = readfile("./premakecheck.stdout", "r")
/third_party/flutter/skia/infra/bots/recipe_modules/run/examples/
Dfull.py36 api.run.readfile('myfile.txt')
/third_party/skia/infra/bots/recipe_modules/run/examples/
Dfull.py37 api.run.readfile('myfile.txt')
/third_party/flutter/skia/infra/bots/recipe_modules/run/
Dapi.py40 def readfile(self, filename, *args, **kwargs): member in SkiaStepApi
/third_party/skia/infra/bots/recipe_modules/run/
Dapi.py40 def readfile(self, filename, *args, **kwargs): member in SkiaStepApi
/third_party/flutter/skia/infra/bots/recipe_modules/flavor/
Dwin_ssh.py81 return self.m.run.readfile(host_path)
/third_party/python/Lib/
Dimaplib.py1372 self.readfile = self.process.stdout
1376 return self.readfile.read(size)
1381 return self.readfile.readline()
1392 self.readfile.close()
/third_party/toybox/toys/net/
Dnetstat.c243 if (!(readfile(toybuf, toybuf, 256))) return 0; in scan_pids()
/third_party/toybox/toys/pending/
Dlsof.c394 if (!readfile(toybuf, toybuf, sizeof(toybuf)-1) || !(s = strchr(toybuf, '('))) in lsof_pid()
/third_party/node/test/
Droot.status143 sequential/test-fs-readfile-tostring-fail: SLOW
/third_party/toybox/lib/
Dlib.h212 char *readfile(char *name, char *buf, off_t len);
Dxwrap.c756 if (!(buf = readfile(name, buf, len))) perror_exit("Bad '%s'", name); in xreadfile()
Dlib.c554 char *readfile(char *name, char *ibuf, off_t len) in readfile() function
/third_party/toybox/porting/liteos_a/lib/
Dlib.h213 char *readfile(char *name, char *buf, off_t len);
/third_party/node/doc/changelogs/
DCHANGELOG_V7.md364 …thub.com/nodejs/node/commit/7aeeee3276)] - **benchmark**: repair the fs/readfile benchmark (Sorin …
1198 …/github.com/nodejs/node/commit/ff23d8112a)] - **test**: improve test-fs-readfile-zero-byte-liar (A…
1339 …com/nodejs/node/commit/011bd4675a)] - **test**: improve code in test-fs-readfile-error (Adrian Est…

12