Home
last modified time | relevance | path

Searched refs:open (Results 1851 - 1875 of 10037) sorted by relevance

1...<<71727374757677787980>>...402

/third_party/PyYAML/tests/lib/
H A Dtest_mark.py5 with open(marks_filename, 'r') as file:
H A Dtest_representer.py10 with open(code_filename, 'rb') as file:
/third_party/mesa3d/docs/_exts/
H A Dredirects.py42 with open(path, 'w') as f:
/third_party/lame/ACM/
H A DACMStream.h58 bool open(const AEncodeProperties & the_Properties);
H A DDecodeStream.h55 bool open();
/third_party/jerryscript/tools/
H A Dcheck-license.py81 with io.open(fpath, 'r', errors='ignore') as curr_file:
/third_party/ltp/testcases/kernel/controllers/memcg/regression/
H A Dmemcg_test_1.c32 fd = open(argv[1], O_WRONLY); in main()
34 perror("Could not open tasklist"); in main()
/third_party/node/test/parallel/
H A Dtest-worker-message-port-transfer-fake-js-transferable.js16 const fh = await fs.open(__filename);
/third_party/node/test/sequential/
H A Dtest-worker-fshandles-open-close-on-termination.js34 const fh = await fs.open(__filename);
41 // open and close files until the worker is terminated.
/third_party/node/test/wasi/c/
H A Dftruncate.c17 fd = open(PATH, O_CREAT | O_WRONLY, 0666); in main()
/third_party/node/deps/v8/third_party/test262-harness/test/
H A Dtest_common.py18 with open('test/' + name) as f:
/third_party/node/tools/gyp/pylib/gyp/
H A Dflock_tool.py43 fd = os.open(lockfile, os.O_WRONLY | os.O_NOCTTY | os.O_CREAT, 0o666)
/third_party/node/test/fixtures/wpt/encoding/resources/
H A Ddecoding-helpers.js5 req.open('GET', `data:text/plain,${url_encoded_string}`);
/third_party/musl/libc-test/src/regression/
H A Dftello-unflushed-append.c28 ASSERT((fd = open(tmp, O_WRONLY)) > 2); in main()
/third_party/musl/src/legacy/
H A Dgetpass.c15 if ((fd = open("/dev/tty", O_RDWR|O_NOCTTY|O_CLOEXEC)) < 0) return 0; in getpass()
/third_party/node/benchmark/http2/
H A Drespond-with-fd.js18 fs.open(file, 'r', (err, fd) => {
/third_party/ninja/misc/
H A Dmeasure.py24 devnull = open('/dev/null', 'w')
/third_party/mesa3d/src/intel/dev/
H A Dintel_device_info_override_test.c60 int fd = open(path, O_RDWR | O_CLOEXEC); in main()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dflock_tool.py43 fd = os.open(lockfile, os.O_WRONLY | os.O_NOCTTY | os.O_CREAT, 0o666)
/third_party/node/deps/npm/node_modules/@colors/colors/lib/
H A Dstyles.js93 style.open = '\u001b[' + val[0] + 'm';
/third_party/mesa3d/src/intel/genxml/
H A Dgen_zipped_file.py46 xml = open(filename, "rb").read()
/third_party/ltp/testcases/kernel/io/ltp-aiodio/
H A Dread_checkzero.c45 if ((fd = open(filename, O_RDWR)) < 0) { in read_eof()
46 fprintf(stderr, "can't open file %s \n", filename); in read_eof()
/third_party/ltp/testcases/kernel/fs/mongo/
H A Dmap5.c30 fd = open(argv[n], O_RDONLY); in main()
32 perror("open failed"); in main()
/third_party/ltp/testcases/kernel/syscalls/fdatasync/
H A Dfdatasync01.c41 * Initialize filename and open it in write mode for each child process.
132 if ((fd = open(filename, O_CREAT | O_WRONLY, 0777)) == -1) { //mode must be specified when O_CREATE is in the flag in setup()
133 tst_brkm(TBROK, cleanup, "open() failed"); in setup()
/third_party/ltp/testcases/kernel/syscalls/setuid/
H A Dsetuid04.c10 * tries to open the file with RDWR permissions. The same test is done
41 TEST(tst_fd = open(FILENAME, O_RDWR)); in dosetuid()
43 tst_res(TFAIL, "open() succeeded unexpectedly"); in dosetuid()
49 tst_res(TPASS, "open() returned errno EACCES"); in dosetuid()
51 tst_res(TFAIL | TTERRNO, "open() returned unexpected errno"); in dosetuid()

Completed in 10 milliseconds

1...<<71727374757677787980>>...402