/third_party/node/benchmark/fs/ |
H A D | bench-stat-promise.js | 13 const arg = handleMode ? await fsPromises.open(__filename, 'r') : __filename;
|
/third_party/mesa3d/src/intel/ds/ |
H A D | intel_pps_perf.h | 28 bool open(uint64_t sampling_period_ns, struct intel_perf_query_info *query);
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | gypd.py | 26 run "pprint.pprint(eval(open('source.gyp').read()))", which will still strip 87 output = open(output_file, "w")
|
/third_party/libfuse/example/ |
H A D | ioctl_client.c | 52 fd = open(argv[1], O_RDWR); in main() 54 perror("open"); in main()
|
/third_party/ltp/testcases/kernel/io/ltp-aiodio/ |
H A D | dirty.c | 48 fd = open(filename, O_CREAT | O_WRONLY, 0666); in main()
|
/third_party/ltp/testcases/kernel/syscalls/open/ |
H A D | open02.c | 11 * 1. open a new file without O_CREAT, ENOENT should be returned. 12 * 2. open a file with O_RDONLY | O_NOATIME and the caller was not 49 TST_EXP_FAIL2(open(tc->filename, tc->flag, 0444), in verify_open() 50 tc->exp_errno, "open() %s", tc->desc); in verify_open()
|
/third_party/ltp/testcases/kernel/fs/mongo/ |
H A D | mongo_read.c | 39 /* open the file */ in main() 40 fd = open(argv[i], O_RDONLY); in main()
|
/third_party/ltp/testcases/kernel/security/filecaps/ |
H A D | print_caps.c | 58 fd = open(get_caps_fifo(), O_WRONLY); in main() 60 perror("print_caps: open fifo"); in main()
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
H A D | fcntl12.c | 13 * - EMFILE when cmd is F_DUPFD and the per-process limit on the number of open 35 fd = open(fname, O_CREAT | O_RDONLY, 0444); in verify_fcntl()
|
/third_party/littlefs/scripts/ |
H A D | readblock.py | 6 with open(args.disk, 'rb') as f:
|
/third_party/libdrm/tests/tegra/ |
H A D | openclose.c | 44 fd = open(device, O_RDWR); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/ |
H A D | 2-2.c | 17 * open a file 49 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR); in main() 51 printf(TNAME " Error at open(): %s\n", strerror(errno)); in main()
|
/third_party/lz4/contrib/meson/meson/ |
H A D | GetLz4LibraryVersion.py | 15 with open(filepath) as fd:
|
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/ |
H A D | fortify_pread_chk_test.cpp | 26 int file = open("test.txt", O_RDONLY | O_CREAT, 0644); in HWTEST_F()
|
H A D | fortify_readlinkat_chk_test.cpp | 21 int fd = open("/data/readlinkat_chk", O_RDWR | O_CREAT, 0644); in HWTEST_F()
|
H A D | fortify_read_chk_test.cpp | 23 int fd = open("/proc/version", O_RDONLY); in HWTEST_F()
|
H A D | fortify_write_chk_test.cpp | 23 int fd = open("test.txt", O_RDWR | O_CREAT, 0644); in HWTEST_F()
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
H A D | fgetxattr.c | 33 int fd = open(path, O_RDWR | O_CREAT, TEST_MODE); in fgetxattr_0100() 35 t_error("%s open failed\n", __func__); in fgetxattr_0100()
|
H A D | fremovexattr.c | 31 int fd = open(path, O_CREAT | O_WRONLY, 0667); in fremovexattr_0100()
|
H A D | syncfs.c | 33 int fd = open(path, O_RDWR | O_CREAT, TEST_MODE); in syncfs_0100() 35 t_error("%s open failed\n", __func__); in syncfs_0100()
|
/third_party/musl/libc-test/src/functionalext/supplement/manual/unistd/ |
H A D | isatty.c | 40 int fd = open("/data/readtest.txt", O_RDWR | O_CREAT, TEST_MODE); in isatty_0200()
|
/third_party/musl/libc-test/src/functionalext/supplement/misc/ |
H A D | ptsname.c | 34 int masterfd = open(PTMPATH, O_RDONLY); in ptsname_0100() 36 perror("open failed"); in ptsname_0100()
|
/third_party/musl/libc-test/src/functionalext/supplement/mman/mman_gtest/ |
H A D | mman_madvise_test.cpp | 22 int fd = open("madvise_001.txt", O_RDWR | O_CREAT, 0666); in HWTEST_F()
|
/third_party/musl/libc-test/src/functionalext/supplement/process/ |
H A D | fexecve.c | 32 int fd = open("fexecverely", O_RDONLY); in fexecve_0100()
|
/third_party/musl/libc-test/src/functionalext/supplement/stat/ |
H A D | fstatvfs.c | 22 * @tc.desc : Returns the same information about an open file referenced by descriptor fd 28 int fd = open("/proc", O_RDONLY); in fstatvfs_0100() 30 t_error("%s open failed\n", __func__); in fstatvfs_0100()
|