Home
last modified time | relevance | path

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

12

/third_party/node/test/parallel/
Dtest-fs-readfile-error.js51 assert.match(data, /test-fs-readfile-error/);
56 assert.match(data, /test-fs-readfile-error/);
/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/posix/
Dkill.c121 if (!readfile(toybuf, toybuf, sizeof(toybuf))) continue;
127 if (!readfile(toybuf, toybuf, sizeof(toybuf)) || !*toybuf) continue;
Dps.c1500 if (readfile("/proc/stat", pos = toybuf, sizeof(toybuf))) { in top_common()
1588 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/skia/infra/bots/recipe_modules/run/examples/
Dfull.py37 api.run.readfile('myfile.txt')
/third_party/skia/infra/bots/recipe_modules/run/
Dapi.py40 def readfile(self, filename, *args, **kwargs): member in SkiaStepApi
/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.c392 if (!readfile(toybuf, toybuf, sizeof(toybuf)-1) || !(s = strchr(toybuf, '('))) in lsof_pid()
/third_party/toybox/lib/
Dlib.h220 char *readfile(char *name, char *buf, off_t len);
Dxwrap.c762 if (!(buf = readfile(name, buf, len))) perror_exit("Bad '%s'", name); in xreadfile()
Dlib.c577 char *readfile(char *name, char *ibuf, off_t len) in readfile() function
/third_party/node/test/
Droot.status146 sequential/test-fs-readfile-tostring-fail: SLOW
/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.md370 …thub.com/nodejs/node/commit/7aeeee3276)] - **benchmark**: repair the fs/readfile benchmark (Sorin …
1211 …/github.com/nodejs/node/commit/ff23d8112a)] - **test**: improve test-fs-readfile-zero-byte-liar (A…
1353 …com/nodejs/node/commit/011bd4675a)] - **test**: improve code in test-fs-readfile-error (Adrian Est…
DCHANGELOG_ARCHIVE.md1394 * fs: Fix fs.readfile() on pipes (isaacs)
DCHANGELOG_V10.md1510 * \[[`e599889649`](https://github.com/nodejs/node/commit/e599889649)] - **test**: fs readfile, swap…
1783 …b.com/nodejs/node/commit/9979c71d67)] - **test**: increase coverage for readfile with withFileType…
3447 * \[[`2655c7b194`](https://github.com/nodejs/node/commit/2655c7b194)] - **test**: mark fs-readfile-…
3609 …s://github.com/nodejs/node/commit/adbbf0d625)] - **test**: mark test-fs-readfile-tostring-fail as …
/third_party/mesa3d/docs/relnotes/
D21.0.0.rst3258 - freedreno/afuc: Replace readfile with os_read_file.
/third_party/node/deps/uv/
DChangeLog2439 * win,pipe: race condition canceling readfile thread (Jameson Nash)
/third_party/libuv/
DChangeLog2439 * win,pipe: race condition canceling readfile thread (Jameson Nash)

12