Home
last modified time | relevance | path

Searched refs:open (Results 2926 - 2950 of 3092) sorted by relevance

1...<<111112113114115116117118119120>>...124

/third_party/ltp/lib/
H A Dsafe_macros.c256 rval = open(pathname, oflags, mode); in safe_open()
260 "open(%s,%d,%04o) failed", pathname, oflags, mode); in safe_open()
263 "Invalid open(%s,%d,%04o) return value %d", pathname, in safe_open()
/third_party/mesa3d/src/imagination/csbgen/
H A Dgen_pack_header.py1048 file = open(filename, "rb")
/third_party/mesa3d/src/intel/common/tests/
H A Dmi_builder_test.cpp181 fd = open(devices[i]->nodes[DRM_NODE_RENDER], O_RDWR | O_CLOEXEC); in SetUp()
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dcmake.py1166 output = open(output_file, "w")
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsdecrypt.c328 f = open(keyfile, O_RDONLY); in ntfs_pkcs12_load_pfxfile()
330 ntfs_log_perror("Failed to open key file"); in ntfs_pkcs12_load_pfxfile()
860 ntfs_log_error("Failed to open MD5 digest.\n"); in ntfs_desx_key_expand()
993 ntfs_log_error("Failed to open des cipher (error 0x%x).\n", in ntfs_des_test()
1605 ntfs_log_error("Failed to open encrypted file. Aborting.\n"); in main()
H A Dntfsfix.c435 ntfs_log_perror("Failed to open $BadClus::$Bad"); in clear_badclus()
439 ntfs_log_perror("Failed to open inode FILE_BadClus"); in clear_badclus()
613 ntfs_log_perror("Failed to open bitmap inode"); in rewrite_upcase()
618 ntfs_log_perror("Failed to open bitmap data attribute"); in rewrite_upcase()
675 ntfs_log_perror("Failed to open inode FILE_UpCase"); in fix_upcase()
681 ntfs_log_perror("Failed to open ntfs attribute"); in fix_upcase()
1484 /* ...->open needs bracketing to compile with glibc 2.7 */ in fix_startup()
1485 if ((dev->d_ops->open)(dev, NVolReadOnly(vol) ? O_RDONLY: O_RDWR)) { in fix_startup()
/third_party/node/deps/googletest/src/
H A Dgtest-death-test.cc1261 const int cwd_fd = open(".", O_RDONLY); in ExecDeathTestSpawnChild()
1476 DeathTestAbort("Unable to open parent process " + in GetStatusFileDescriptor()
/third_party/mesa3d/src/intel/perf/
H A Dintel_perf.c107 DBG("Failed to open %s: %m\n", perf->sysfs_dev_dir); in get_sysfs_dev_dir()
141 fd = open(file, 0); in read_file_uint64()
205 DBG("Failed to open %s: %m\n", buf); in enumerate_sysfs_metrics()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dcmake.py1163 output = open(output_file, "w")
/third_party/mesa3d/src/intel/tools/
H A Daubinator_viewer.cpp151 fd = open(filename, O_RDWR); in aub_file_open()
153 fprintf(stderr, "open %s failed: %s\n", filename, strerror(errno)); in aub_file_open()
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_android.c55 vn_log(NULL, "failed to open gralloc module(ret=%d)", ret); in vn_android_gralloc_init()
197 .open = vn_hal_open,
/third_party/mesa3d/src/util/
H A Dxmlconfig.c948 if ((fd = open(data->name, O_RDONLY)) == -1) { in _parseOneConfigFile()
949 __driUtilMessage("Can't open configuration file %s: %s.", in _parseOneConfigFile()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv84_video.c37 int fd = open(path, O_RDONLY | O_CLOEXEC); in nv84_copy_firmware()
/third_party/littlefs/scripts/
H A Dplotmpl.py165 return open(path, mode, buffering)
H A Dtracebd.py52 return open(path, mode, buffering)
853 # don't just flood open calls
996 '-k', '--keep-open',
/third_party/libinput/test/
H A Dtest-touch.c542 fd = open(path, flags); in open_restricted()
/third_party/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc1320 const int cwd_fd = open(".", O_RDONLY); in ExecDeathTestSpawnChild()
1537 DeathTestAbort("Unable to open parent process " + in GetStatusFileDescriptor()
/third_party/node/deps/openssl/openssl/engines/
H A De_devcrypto.c50 * saner... why re-open /dev/crypto for every session?
68 DEVCRYPTO_STATUS_NO_CIOCGSESSION = -1, /* session open failed */
637 fprintf (stderr, "CIOCGSESSION (session open call) failed\n"); in dump_cipher_info()
1069 fprintf (stderr, ". CIOCGSESSION (session open) failed\n"); in dump_digest_info()
1228 if ((fd = open("/dev/crypto", O_RDWR, 0)) < 0) { in open_devcrypto()
1232 fprintf(stderr, "Could not open /dev/crypto: %s\n", strerror(errno)); in open_devcrypto()
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs823 pub fn open(arg1: *const c_char, arg2: c_int, ...) -> c_int; in open() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs599 pub fn open(path: *const c_char, oflag: ::c_int, ...) -> ::c_int; in open() functions
/third_party/python/Lib/
H A Doptparse.py879 exec(open(filename).read(), vars)
/third_party/python/Lib/asyncio/
H A Dunix_events.py516 info.append('open')
661 info.append('open')
823 self._proc.stdin = open(stdin_w.detach(), 'wb', buffering=bufsize)
/third_party/python/Lib/importlib/
H A D_bootstrap_external.py191 fd = _os.open(path_tmp,
/third_party/openGLES/xml/
H A Dreg.py378 self.outFile = open(self.genOpts.filename, 'w')
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dvaliditygenerator.py241 with open(filename, 'w', encoding='utf-8') as fp:

Completed in 84 milliseconds

1...<<111112113114115116117118119120>>...124