/third_party/ltp/lib/ |
H A D | safe_macros.c | 256 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 D | gen_pack_header.py | 1048 file = open(filename, "rb")
|
/third_party/mesa3d/src/intel/common/tests/ |
H A D | mi_builder_test.cpp | 181 fd = open(devices[i]->nodes[DRM_NODE_RENDER], O_RDWR | O_CLOEXEC); in SetUp()
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | cmake.py | 1166 output = open(output_file, "w")
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsdecrypt.c | 328 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 D | ntfsfix.c | 435 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 D | gtest-death-test.cc | 1261 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 D | intel_perf.c | 107 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 D | cmake.py | 1163 output = open(output_file, "w")
|
/third_party/mesa3d/src/intel/tools/ |
H A D | aubinator_viewer.cpp | 151 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 D | vn_android.c | 55 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 D | xmlconfig.c | 948 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 D | nv84_video.c | 37 int fd = open(path, O_RDONLY | O_CLOEXEC); in nv84_copy_firmware()
|
/third_party/littlefs/scripts/ |
H A D | plotmpl.py | 165 return open(path, mode, buffering)
|
H A D | tracebd.py | 52 return open(path, mode, buffering) 853 # don't just flood open calls 996 '-k', '--keep-open',
|
/third_party/libinput/test/ |
H A D | test-touch.c | 542 fd = open(path, flags); in open_restricted()
|
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest-death-test.cc | 1320 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 D | e_devcrypto.c | 50 * 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 D | mod.rs | 823 pub fn open(arg1: *const c_char, arg2: c_int, ...) -> c_int; in open() functions
|
/third_party/rust/crates/libc/src/ |
H A D | wasi.rs | 599 pub fn open(path: *const c_char, oflag: ::c_int, ...) -> ::c_int; in open() functions
|
/third_party/python/Lib/ |
H A D | optparse.py | 879 exec(open(filename).read(), vars)
|
/third_party/python/Lib/asyncio/ |
H A D | unix_events.py | 516 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.py | 191 fd = _os.open(path_tmp,
|
/third_party/openGLES/xml/ |
H A D | reg.py | 378 self.outFile = open(self.genOpts.filename, 'w')
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | validitygenerator.py | 241 with open(filename, 'w', encoding='utf-8') as fp:
|