/third_party/toybox/toys/posix/ |
D | kill.c | 116 if (!readfile(toybuf, toybuf, sizeof(toybuf))) continue; 122 if (!readfile(toybuf, toybuf, sizeof(toybuf)) || !*toybuf) continue;
|
D | ps.c | 1500 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/ |
D | kill.c | 115 if (!readfile(toybuf, toybuf, sizeof(toybuf))) continue; 121 if (!readfile(toybuf, toybuf, sizeof(toybuf)) || !*toybuf) continue;
|
D | ps.c | 1357 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/ |
D | login.c | 111 ss = readfile("/etc/nologin", toybuf, sizeof(toybuf)); in login_main() 125 if ((ss = readfile("/etc/motd", 0, 0))) puts(ss); in login_main()
|
D | pmap.c | 40 line = readfile(toybuf, 0, 0); in pmap_main()
|
D | sysctl.c | 75 data = readfile(path, 0, 0); in do_show_keys()
|
D | acpi.c | 121 if (readfile(TT.cpath, toybuf, 256) && !errno) { in cool_callback()
|
/third_party/flutter/skia/third_party/externals/sdl/premake/util/ |
D | sdl_gen_config.lua | 37 templateFileContents = readfile(template, "r")
|
D | sdl_file.lua | 42 function readfile(file, mode) function
|
D | sdl_check_compile.lua | 146 local output = readfile("./premakecheck.stdout", "r")
|
/third_party/flutter/skia/infra/bots/recipe_modules/run/examples/ |
D | full.py | 36 api.run.readfile('myfile.txt')
|
/third_party/skia/infra/bots/recipe_modules/run/examples/ |
D | full.py | 37 api.run.readfile('myfile.txt')
|
/third_party/flutter/skia/infra/bots/recipe_modules/run/ |
D | api.py | 40 def readfile(self, filename, *args, **kwargs): member in SkiaStepApi
|
/third_party/skia/infra/bots/recipe_modules/run/ |
D | api.py | 40 def readfile(self, filename, *args, **kwargs): member in SkiaStepApi
|
/third_party/flutter/skia/infra/bots/recipe_modules/flavor/ |
D | win_ssh.py | 81 return self.m.run.readfile(host_path)
|
/third_party/python/Lib/ |
D | imaplib.py | 1372 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/ |
D | netstat.c | 243 if (!(readfile(toybuf, toybuf, 256))) return 0; in scan_pids()
|
/third_party/toybox/toys/pending/ |
D | lsof.c | 394 if (!readfile(toybuf, toybuf, sizeof(toybuf)-1) || !(s = strchr(toybuf, '('))) in lsof_pid()
|
/third_party/node/test/ |
D | root.status | 143 sequential/test-fs-readfile-tostring-fail: SLOW
|
/third_party/toybox/lib/ |
D | lib.h | 212 char *readfile(char *name, char *buf, off_t len);
|
D | xwrap.c | 756 if (!(buf = readfile(name, buf, len))) perror_exit("Bad '%s'", name); in xreadfile()
|
D | lib.c | 554 char *readfile(char *name, char *ibuf, off_t len) in readfile() function
|
/third_party/toybox/porting/liteos_a/lib/ |
D | lib.h | 213 char *readfile(char *name, char *buf, off_t len);
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V7.md | 364 …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…
|