/third_party/PyYAML/tests/lib/ |
H A D | test_mark.py | 5 with open(marks_filename, 'r') as file:
|
H A D | test_representer.py | 10 with open(code_filename, 'rb') as file:
|
/third_party/mesa3d/docs/_exts/ |
H A D | redirects.py | 42 with open(path, 'w') as f:
|
/third_party/lame/ACM/ |
H A D | ACMStream.h | 58 bool open(const AEncodeProperties & the_Properties);
|
H A D | DecodeStream.h | 55 bool open();
|
/third_party/jerryscript/tools/ |
H A D | check-license.py | 81 with io.open(fpath, 'r', errors='ignore') as curr_file:
|
/third_party/ltp/testcases/kernel/controllers/memcg/regression/ |
H A D | memcg_test_1.c | 32 fd = open(argv[1], O_WRONLY); in main() 34 perror("Could not open tasklist"); in main()
|
/third_party/node/test/parallel/ |
H A D | test-worker-message-port-transfer-fake-js-transferable.js | 16 const fh = await fs.open(__filename);
|
/third_party/node/test/sequential/ |
H A D | test-worker-fshandles-open-close-on-termination.js | 34 const fh = await fs.open(__filename); 41 // open and close files until the worker is terminated.
|
/third_party/node/test/wasi/c/ |
H A D | ftruncate.c | 17 fd = open(PATH, O_CREAT | O_WRONLY, 0666); in main()
|
/third_party/node/deps/v8/third_party/test262-harness/test/ |
H A D | test_common.py | 18 with open('test/' + name) as f:
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | flock_tool.py | 43 fd = os.open(lockfile, os.O_WRONLY | os.O_NOCTTY | os.O_CREAT, 0o666)
|
/third_party/node/test/fixtures/wpt/encoding/resources/ |
H A D | decoding-helpers.js | 5 req.open('GET', `data:text/plain,${url_encoded_string}`);
|
/third_party/musl/libc-test/src/regression/ |
H A D | ftello-unflushed-append.c | 28 ASSERT((fd = open(tmp, O_WRONLY)) > 2); in main()
|
/third_party/musl/src/legacy/ |
H A D | getpass.c | 15 if ((fd = open("/dev/tty", O_RDWR|O_NOCTTY|O_CLOEXEC)) < 0) return 0; in getpass()
|
/third_party/node/benchmark/http2/ |
H A D | respond-with-fd.js | 18 fs.open(file, 'r', (err, fd) => {
|
/third_party/ninja/misc/ |
H A D | measure.py | 24 devnull = open('/dev/null', 'w')
|
/third_party/mesa3d/src/intel/dev/ |
H A D | intel_device_info_override_test.c | 60 int fd = open(path, O_RDWR | O_CLOEXEC); in main()
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | flock_tool.py | 43 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 D | styles.js | 93 style.open = '\u001b[' + val[0] + 'm';
|
/third_party/mesa3d/src/intel/genxml/ |
H A D | gen_zipped_file.py | 46 xml = open(filename, "rb").read()
|
/third_party/ltp/testcases/kernel/io/ltp-aiodio/ |
H A D | read_checkzero.c | 45 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 D | map5.c | 30 fd = open(argv[n], O_RDONLY); in main() 32 perror("open failed"); in main()
|
/third_party/ltp/testcases/kernel/syscalls/fdatasync/ |
H A D | fdatasync01.c | 41 * 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 D | setuid04.c | 10 * 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()
|