Home
last modified time | relevance | path

Searched refs:open (Results 1951 - 1975 of 3563) sorted by relevance

1...<<71727374757677787980>>...143

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
H A D5-1.c100 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR); in main()
102 printf("Error at open(): %s\n", strerror(errno)); in main()
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-qnx.cc21 #include <fcntl.h> // open
26 #include <sys/stat.h> // open
105 if ((proc_fd = open(buf, O_RDONLY)) == -1) { in GetSharedLibraryAddresses()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_physical_device_features.py234 with open(args.out_c, 'wb') as f:
/third_party/mesa3d/src/util/
H A Ddriconf_static.py231 with open(dst, 'wb') as f:
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_debug.cpp239 perf_asm_file.open(filename); in lp_profile()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_cmdline.c69 fd = open(filename, O_RDONLY); in read_file()
71 warnx("couldn't open `%s'", filename); in read_file()
/third_party/musl/Benchmark/scripts/
H A Dcompare_benchmark_result.py69 lines = open(file_path, 'r').readlines()
/third_party/musl/libc-test/src/api/
H A Dfcntl.c99 {int(*p)(const char*,int,...) = open;} in g()
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_local.h185 # define UP_open open
/third_party/rust/crates/cxx/macro/src/
H A Dload.rs55 let memmap = File::open(&ast_dump_path).and_then(|file| unsafe { Mmap::map(&file) }); in load()
/third_party/python/Tools/c-analyzer/
H A Dtable-file.py130 with open(filename) as infile:
/third_party/python/Tools/demo/
H A Dmarkov.py80 f = open(filename, 'r')
/third_party/python/Tools/scripts/
H A Dgenerate_stdlib_module_names.py98 with open(MODULES_SETUP, encoding="utf-8") as modules_fp:
H A Difdef.py48 with open(filename) as f:
H A Dpdeps.py67 with open(filename, encoding='utf-8') as fp:
H A Dsmelly.py117 with open(filename, encoding="utf-8") as fp:
/third_party/python/Tools/ssl/
H A Dmake_ssl_data.py31 with open(fname, encoding="utf-8") as f:
/third_party/python/Lib/test/
H A Dtest___all__.py126 with open(path, "rb") as f:
/third_party/python/Lib/distutils/tests/
H A Dtest_build_scripts.py74 f = open(os.path.join(dir, name), "w")
/third_party/python/Lib/
H A Dgetpass.py48 fd = os.open('/dev/tty', os.O_RDWR|os.O_NOCTTY)
/third_party/python/Lib/distutils/
H A Dconfig.py46 with os.fdopen(os.open(rc, os.O_CREAT | os.O_WRONLY, 0o600), 'w') as f:
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_iomenu.py11 # Fail if either tokenize.open and t.detect_encoding does not exist.
14 from tokenize import open, detect_encoding namespace
/third_party/python/Lib/idlelib/
H A Doutwin.py45 f = open(filename)
64 Adds binding to open a file at a line to the text widget.
131 """Handle request to open file/line.
134 contains a file name and line number, then open that file
/third_party/python/Lib/multiprocessing/
H A Dpopen_spawn_win32.py71 with open(wfd, 'wb', closefd=True) as to_child:
/third_party/python/Lib/ctypes/test/
H A Dtest_find.py93 with open(srcname, 'wb') as f:

Completed in 9 milliseconds

1...<<71727374757677787980>>...143