Home
last modified time | relevance | path

Searched defs:open_mode (Results 1 – 9 of 9) 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.py65 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/mtools/
Dmainloop.c425 lookupState_t *lookupState, int open_mode) in common_dos_loop()
/external/bzip2/
Dbzlib.c1387 int open_mode) /* bzopen: 0, bzdopen:1 */ in bzopen_or_bzdopen()
/external/rust/crates/tokio/src/net/windows/
Dnamed_pipe.rs1668 open_mode: u32, field
/external/python/cpython3/Modules/clinic/
D_winapi.c.h303 DWORD open_mode; in _winapi_CreateNamedPipe() local
/external/python/cpython3/Modules/
D_winapi.c684 _winapi_CreateNamedPipe_impl(PyObject *module, LPCTSTR name, DWORD open_mode, in _winapi_CreateNamedPipe_impl()