Home
last modified time | relevance | path

Searched refs:open (Results 951 - 975 of 2981) sorted by relevance

1...<<31323334353637383940>>...120

/third_party/node/benchmark/fs/
H A Dbench-stat-promise.js13 const arg = handleMode ? await fsPromises.open(__filename, 'r') : __filename;
/third_party/mesa3d/src/intel/ds/
H A Dintel_pps_perf.h28 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 Dgypd.py26 run "pprint.pprint(eval(open('source.gyp').read()))", which will still strip
87 output = open(output_file, "w")
/third_party/libfuse/example/
H A Dioctl_client.c52 fd = open(argv[1], O_RDWR); in main()
54 perror("open"); in main()
/third_party/ltp/testcases/kernel/io/ltp-aiodio/
H A Ddirty.c48 fd = open(filename, O_CREAT | O_WRONLY, 0666); in main()
/third_party/ltp/testcases/kernel/syscalls/open/
H A Dopen02.c11 * 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 Dmongo_read.c39 /* open the file */ in main()
40 fd = open(argv[i], O_RDONLY); in main()
/third_party/ltp/testcases/kernel/security/filecaps/
H A Dprint_caps.c58 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 Dfcntl12.c13 * - 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 Dreadblock.py6 with open(args.disk, 'rb') as f:
/third_party/libdrm/tests/tegra/
H A Dopenclose.c44 fd = open(device, O_RDWR); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/
H A D2-2.c17 * 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 DGetLz4LibraryVersion.py15 with open(filepath) as fd:
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/
H A Dfortify_pread_chk_test.cpp26 int file = open("test.txt", O_RDONLY | O_CREAT, 0644); in HWTEST_F()
H A Dfortify_readlinkat_chk_test.cpp21 int fd = open("/data/readlinkat_chk", O_RDWR | O_CREAT, 0644); in HWTEST_F()
H A Dfortify_read_chk_test.cpp23 int fd = open("/proc/version", O_RDONLY); in HWTEST_F()
H A Dfortify_write_chk_test.cpp23 int fd = open("test.txt", O_RDWR | O_CREAT, 0644); in HWTEST_F()
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dfgetxattr.c33 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 Dfremovexattr.c31 int fd = open(path, O_CREAT | O_WRONLY, 0667); in fremovexattr_0100()
H A Dsyncfs.c33 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 Disatty.c40 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 Dptsname.c34 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 Dmman_madvise_test.cpp22 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 Dfexecve.c32 int fd = open("fexecverely", O_RDONLY); in fexecve_0100()
/third_party/musl/libc-test/src/functionalext/supplement/stat/
H A Dfstatvfs.c22 * @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()

Completed in 6 milliseconds

1...<<31323334353637383940>>...120