Home
last modified time | relevance | path

Searched defs:open_mode (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/posix/
Dposix_filesystem_helper.cc35 mode_t open_mode = mode & (S_IRWXU | S_IRWXG | S_IRWXO); in TransferFileContents() local
/external/autotest/client/cros/bluetooth/
Doutput_recorder.py55 def __init__(self, cmd, open_mode=DEFAULT_OPEN_MODE, argument
/external/rust/crates/libz-sys/src/zlib/contrib/iostream3/
Dzfstream.cc131 gzfilebuf::open_mode(std::ios_base::openmode mode, in open_mode() function in gzfilebuf
/external/ltp/testcases/kernel/sched/sched_stress/
Dsched_tc6.c260 int open_file(char *file, int open_mode) in open_file()
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-deprecated-ios-base-aliases.cpp7 typedef int open_mode; typedef in std::ios_base
/external/mtools/
Dmainloop.c425 lookupState_t *lookupState, int open_mode) in common_dos_loop()
/external/llvm-project/lldb/source/Host/common/
DFileSystem.cpp456 const mode_t open_mode = in Open() local
/external/bzip2/
Dbzlib.c1387 int open_mode) /* bzopen: 0, bzdopen:1 */ in bzopen_or_bzdopen()
/external/python/cpython3/Modules/clinic/
D_winapi.c.h266 DWORD open_mode; in _winapi_CreateNamedPipe() local
/external/python/cpython3/Modules/
D_winapi.c675 _winapi_CreateNamedPipe_impl(PyObject *module, LPCTSTR name, DWORD open_mode, in _winapi_CreateNamedPipe_impl()