Home
last modified time | relevance | path

Searched refs:open (Results 2676 - 2700 of 3699) sorted by relevance

1...<<101102103104105106107108109110>>...148

/third_party/ltp/testcases/kernel/device-drivers/agp/kernel_space/
H A Dtagp.c90 open: tagp_open,
96 * open and close operations, just return 0 for
/third_party/node/deps/v8/tools/
H A Dbigint-tester.py110 with open(path, "w") as f:
/third_party/node/test/parallel/
H A Dtest-fs-stat-bigint.js207 const handle = await promiseFs.open(filename, 'r');
/third_party/node/test/sequential/
H A Dtest-async-wrap-getasyncid.js221 const fd = await fsPromises.open(__filename, 'r');
/third_party/node/deps/v8/tools/testrunner/
H A Dstandard_runner.py365 with open(options.json_test_results, "r") as f:
/third_party/node/tools/
H A Dinstall.py23 with open('config.gypi') as f:
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse_lowlevel.h80 * for open(), FUSE uses attr.st_size from lookup() to determine
227 * contain the value set by the open method or will be undefined
228 * if the open method didn't set any value. Otherwise (not
387 void (*open) (fuse_req_t req, fuse_ino_t ino, member
400 * fi->fh will contain the value set by the open method, or will
401 * be undefined if the open method didn't set any value.
425 * fi->fh will contain the value set by the open method, or will
426 * be undefined if the open method didn't set any value.
448 * one open call there may be many flush calls.
453 * fi->fh will contain the value set by the open metho
[all...]
/third_party/mesa3d/src/intel/tools/
H A Dintel_sanitize_gpu.c24 #undef _FILE_OFFSET_BITS /* prevent #define open open64 */
321 open(const char *path, int flags, ...) in open() function
342 __attribute__ ((visibility ("default"), alias ("open"))) int
429 libc_open = dlsym(RTLD_NEXT, "open"); in init()
H A Daubinator.c218 fd = open(filename, O_RDONLY); in aub_file_open()
220 fprintf(stderr, "open %s failed: %s\n", filename, strerror(errno)); in aub_file_open()
378 fprintf(stderr, "Unable to allocate buffer to open aub file\n"); in main()
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dtoolutil.cpp222 ofs.open(goldenFilePath); in uprv_compareGoldenFiles()
/third_party/mesa3d/include/android_stub/hardware/
H A Dgralloc1.h309 return module->methods->open(module, GRALLOC_HARDWARE_MODULE_ID, in gralloc1_open()
/third_party/icu/icu4c/source/tools/toolutil/
H A Dtoolutil.cpp222 ofs.open(goldenFilePath); in uprv_compareGoldenFiles()
/third_party/libfuse/example/
H A Dhello_ll_uds.c170 .open = hello_ll_open,
H A Dnotify_store_retrieve.c232 fprintf(stderr, "Got open for non-existing inode!\n"); in tfs_open()
276 .open = tfs_open,
H A Dnotify_inval_inode.c229 fprintf(stderr, "Got open for non-existing inode!\n"); in tfs_open()
246 .open = tfs_open,
/third_party/libdrm/tests/amdgpu/
H A Damdgpu_stress.c77 * Returns the fd of the first device it could open.
107 fd = open(devices[i]->nodes[DRM_NODE_RENDER], O_RDWR | O_CLOEXEC); in amdgpu_open_device()
328 perror("Cannot open AMDGPU device"); in main()
H A Dhotunplug_tests.c81 /* We need to open/close device at each test manually */ in suite_hotunplug_tests_init()
98 fd = open(pathname, O_WRONLY); in amdgpu_hotunplug_trigger()
/third_party/libevdev/tools/
H A Dlibevdev-tweak-device.c432 fd = open(path, O_RDWR); in main()
435 perror("Failed to open device"); in main()
H A Dtouchpad-edge-detector.c243 fd = open(path, O_RDONLY|O_NONBLOCK); in main()
257 fprintf(stderr, "Use 'fuser -v %s' to find processes with an open fd\n", path); in main()
/third_party/ltp/testcases/kernel/io/aio/
H A Daio01.c372 if ((fd = open(fname, O_RDWR | O_CREAT, 0600)) < 0) in setup()
373 tst_brkm(TFAIL, cleanup, "failed to open %s " in setup()
/third_party/ltp/testcases/kernel/syscalls/sendto/
H A Dsendto01.c387 else if ((s = open("/dev/null", O_WRONLY)) == -1) in setup0()
388 tst_brkm(TBROK | TERRNO, cleanup, "open(/dev/null) failed"); in setup0()
/third_party/ltp/testcases/misc/math/float/
H A Dthread_code.c83 while ((fd = open(path, O_RDONLY)) < 0) { in read_file()
/third_party/ltp/testcases/kernel/io/direct_io/
H A Ddma_thread_diotest.c24 /* Description: The man page for open(2) states the following: */
373 * Some file systems may not implement the O_DIRECT flag and open() will in setup()
378 fd = open("testfile", O_CREAT | O_DIRECT, 0644); in setup()
/third_party/ltp/testcases/kernel/mem/mtest05/
H A Dmmstress.c295 /* Create a file with permissions 0666, and open it with RDRW perms */ in map_and_thread()
300 open(tmpfile, O_RDWR | O_CREAT, in map_and_thread()
303 perror("map_and_thread(): open()"); in map_and_thread()
/third_party/ltp/testcases/kernel/syscalls/ioctl/
H A Dioctl02.c29 * In this test, the parent and child open the parentty and the childtty
377 cfd = open(childtty, O_RDWR, 0777); in do_child_setup()
379 tst_resm(TINFO, "Could not open %s in do_child_setup(), errno " in do_child_setup()

Completed in 17 milliseconds

1...<<101102103104105106107108109110>>...148