/third_party/libfuse/include/ |
H A D | fuse_lowlevel.h | 84 * for open(), FUSE uses attr.st_size from lookup() to determine 262 * unless the file or directory is open, in which case the 325 * contain the value set by the open method or will be undefined 326 * if the open method didn't set any value. Otherwise (not 499 * kernel before calling open() and may thus be omitted by 531 * future calls to open and release will also succeed without being 542 void (*open) (fuse_req_t req, fuse_ino_t ino, member 555 * fi->fh will contain the value set by the open method, or will 556 * be undefined if the open method didn't set any value. 585 * fi->fh will contain the value set by the open metho [all...] |
/third_party/ltp/testcases/realtime/func/rt-migrate/ |
H A D | rt-migrate.c | 103 mark_fd = open(files[i], O_WRONLY); in setup_ftrace_marker()
|
/third_party/lwip/src/include/netif/ppp/ |
H A D | ppp_impl.h | 294 void (*open) (ppp_pcb *pcb); member 401 /* Initiate LCP open request */
|
/third_party/lzma/C/ |
H A D | 7zFile.c | 80 p->fd = open(name, flags, 0666);
in File_Open()
|
/third_party/node/deps/v8/src/base/platform/ |
H A D | platform-starboard.cc | 253 OS::MemoryMappedFile* OS::MemoryMappedFile::open(const char* name, in open() function in v8::base::OS::MemoryMappedFile
|
H A D | platform.h | 180 // Log file open mode is platform-dependent due to line ends issues. 246 static MemoryMappedFile* open(const char* name,
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | perf-jit.cc | 140 int fd = open(perf_dump_name.begin(), O_CREAT | O_TRUNC | O_RDWR, 0666); in OpenJitDumpFile() 187 // If this is the first logger, open the file and write the header. in PerfJitLogger()
|
/third_party/mesa3d/src/gallium/tools/trace/ |
H A D | pytracediff.py | 242 stream = open(filename, "rt")
|
H A D | parse.py | 436 stream = open(fname, 'rt')
|
/third_party/mesa3d/src/vulkan/util/ |
H A D | gen_enum_to_str.py | 473 with open(file_, 'w', encoding='utf-8') as f:
|
/third_party/node/deps/uv/src/unix/ |
H A D | kqueue.c | 529 /* TODO open asynchronously - but how do we report back errors? */ in uv_fs_event_start() 530 fd = open(handle->path, O_RDONLY); in uv_fs_event_start()
|
H A D | os390-syscalls.c | 405 fd = open("/dev/urandom", O_RDONLY); in mkdtemp()
|
/third_party/python/Tools/c-analyzer/c_common/ |
H A D | fsutil.py | 380 fd = os.open(filename, flags)
|
/third_party/python/Tools/peg_generator/pegen/ |
H A D | parser.py | 291 file = open(args.filename)
|
/third_party/python/Lib/distutils/ |
H A D | util.py | 393 script = open(script_name, "w")
|
/third_party/python/Lib/ |
H A D | gettext.py | 525 with open(mofile, 'rb') as fp:
|
H A D | site.py | 517 with open(virtual_conf, encoding='utf-8') as f:
|
/third_party/python/Lib/test/ |
H A D | pythoninfo.py | 840 with open("/proc/sys/crypto/fips_enabled", encoding="utf-8") as fp:
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | generate_android_bp.py | 530 with open(args['gn_json_' + fixed_abi], 'r') as f:
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
H A D | html_printer.py | 45 self.f = open(filename, 'w', encoding='utf-8')
|
/third_party/vk-gl-cts/external/ |
H A D | fetch_sources.py | 157 archive = tarfile.open(srcPath) 333 "https://github.com/open-source-parsers/jsoncpp.git", 334 "git@github.com:open-source-parsers/jsoncpp.git",
|
/third_party/skia/third_party/externals/spirv-tools/tools/opt/ |
H A D | opt.cpp | 559 input_file.open(fname); in ReadFlagsFromFile() 561 spvtools::Errorf(opt_diagnostic, nullptr, {}, "Could not open file '%s'", in ReadFlagsFromFile()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
H A D | gen_mtl_format_table.py | 627 with open('mtl_format_table_autogen.mm', 'wt') as out_file:
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkGetProcAddress.cpp | 616 hw_module_methods_t module_methods = { .open = OpenDevice };
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/opt/ |
H A D | opt.cpp | 559 input_file.open(fname); in ReadFlagsFromFile() 561 spvtools::Errorf(opt_diagnostic, nullptr, {}, "Could not open file '%s'", in ReadFlagsFromFile()
|