/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/ |
H A D | 5-1.c | 100 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 D | platform-qnx.cc | 21 #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 D | vk_physical_device_features.py | 234 with open(args.out_c, 'wb') as f:
|
/third_party/mesa3d/src/util/ |
H A D | driconf_static.py | 231 with open(dst, 'wb') as f:
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_debug.cpp | 239 perf_asm_file.open(filename); in lp_profile()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_compiler_cmdline.c | 69 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 D | compare_benchmark_result.py | 69 lines = open(file_path, 'r').readlines()
|
/third_party/musl/libc-test/src/api/ |
H A D | fcntl.c | 99 {int(*p)(const char*,int,...) = open;} in g()
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bio_local.h | 185 # define UP_open open
|
/third_party/rust/crates/cxx/macro/src/ |
H A D | load.rs | 55 let memmap = File::open(&ast_dump_path).and_then(|file| unsafe { Mmap::map(&file) }); in load()
|
/third_party/python/Tools/c-analyzer/ |
H A D | table-file.py | 130 with open(filename) as infile:
|
/third_party/python/Tools/demo/ |
H A D | markov.py | 80 f = open(filename, 'r')
|
/third_party/python/Tools/scripts/ |
H A D | generate_stdlib_module_names.py | 98 with open(MODULES_SETUP, encoding="utf-8") as modules_fp:
|
H A D | ifdef.py | 48 with open(filename) as f:
|
H A D | pdeps.py | 67 with open(filename, encoding='utf-8') as fp:
|
H A D | smelly.py | 117 with open(filename, encoding="utf-8") as fp:
|
/third_party/python/Tools/ssl/ |
H A D | make_ssl_data.py | 31 with open(fname, encoding="utf-8") as f:
|
/third_party/python/Lib/test/ |
H A D | test___all__.py | 126 with open(path, "rb") as f:
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_build_scripts.py | 74 f = open(os.path.join(dir, name), "w")
|
/third_party/python/Lib/ |
H A D | getpass.py | 48 fd = os.open('/dev/tty', os.O_RDWR|os.O_NOCTTY)
|
/third_party/python/Lib/distutils/ |
H A D | config.py | 46 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 D | test_iomenu.py | 11 # 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 D | outwin.py | 45 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 D | popen_spawn_win32.py | 71 with open(wfd, 'wb', closefd=True) as to_child:
|
/third_party/python/Lib/ctypes/test/ |
H A D | test_find.py | 93 with open(srcname, 'wb') as f:
|