Home
last modified time | relevance | path

Searched defs:file_descriptor (Results 1 – 23 of 23) sorted by relevance

/third_party/boost/boost/process/detail/windows/
Dfile_descriptor.hpp18 struct file_descriptor struct
20 enum mode_t
26 static ::boost::winapi::DWORD_ desired_access(mode_t mode) in desired_access()
43 file_descriptor(const boost::filesystem::path& p, mode_t mode = read_write) in file_descriptor() argument
48 file_descriptor(const std::string & path , mode_t mode = read_write) in file_descriptor() function
55 file_descriptor(const std::wstring & path, mode_t mode = read_write) in file_descriptor() function
58 file_descriptor(const char* path, mode_t mode = read_write) in file_descriptor() argument
77 file_descriptor(const wchar_t * path, mode_t mode = read_write) in file_descriptor() function
94 file_descriptor(file_descriptor &&other) in file_descriptor() function
100 file_descriptor& operator=(file_descriptor &&other) in operator =()
[all …]
/third_party/boost/boost/process/detail/posix/
Dfile_descriptor.hpp15 struct file_descriptor struct
17 enum mode_t
26 explicit file_descriptor(const boost::filesystem::path& p, mode_t mode = read_write) in file_descriptor() function
31 explicit file_descriptor(const std::string & path , mode_t mode = read_write) in file_descriptor() argument
35 explicit file_descriptor(const char* path, mode_t mode = read_write) in file_descriptor() argument
47 ~file_descriptor() in ~file_descriptor()
53 int handle() const { return _handle;} in handle()
56 static int create_file(const char* name, mode_t mode ) in create_file()
71 int _handle = -1;
/third_party/boost/libs/move/example/
Ddoc_file_descriptor.cpp20 class file_descriptor class
37 explicit file_descriptor(const char *filename) //Constructor in file_descriptor() function in file_descriptor
44 file_descriptor(BOOST_RV_REF(file_descriptor) x) // Move ctor in file_descriptor() function in file_descriptor
/third_party/boost/libs/iostreams/src/
Dfile_descriptor.cpp376 file_descriptor::file_descriptor() : pimpl_(new impl_type) { } in file_descriptor() function in boost::iostreams::file_descriptor
378 file_descriptor::file_descriptor(handle_type fd, file_descriptor_flags f) in file_descriptor() function in boost::iostreams::file_descriptor
383 file_descriptor::file_descriptor(handle_type fd, bool close_on_exit) in file_descriptor() function in boost::iostreams::file_descriptor
390 file_descriptor::file_descriptor(int fd, file_descriptor_flags f) in file_descriptor() function in boost::iostreams::file_descriptor
395 file_descriptor::file_descriptor(int fd, bool close_on_exit) in file_descriptor() function in boost::iostreams::file_descriptor
402 file_descriptor::file_descriptor( const std::string& path, in file_descriptor() function in boost::iostreams::file_descriptor
407 file_descriptor::file_descriptor( const char* path, in file_descriptor() function in boost::iostreams::file_descriptor
412 file_descriptor::file_descriptor(const file_descriptor& other) in file_descriptor() function in boost::iostreams::file_descriptor
/third_party/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl.cc85 FileInputStream::FileInputStream(int file_descriptor, int block_size) in FileInputStream()
101 int file_descriptor) in CopyingFileInputStream()
167 FileOutputStream::FileOutputStream(int file_descriptor, int block_size) in FileOutputStream()
188 int file_descriptor) in CopyingFileOutputStream()
/third_party/boost/boost/iostreams/device/
Dfile_descriptor.hpp50 class BOOST_IOSTREAMS_DECL file_descriptor { class
90 explicit file_descriptor( const Path& path, in file_descriptor() function in boost::iostreams::file_descriptor
/third_party/protobuf/python/google/protobuf/
Dsymbol_database.py122 def RegisterFileDescriptor(self, file_descriptor): argument
/third_party/protobuf/src/google/protobuf/util/
Ddelimited_message_util.cc42 int file_descriptor) { in SerializeDelimitedToFileDescriptor()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dpath.cc212 Status Path::CreateFile(int *file_descriptor) { return OpenFile(file_descriptor, true); } in CreateFile()
214 Status Path::OpenFile(int *file_descriptor, bool create) { in OpenFile()
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor_pool.cc266 const FileDescriptor* file_descriptor = in FindFileByName() local
407 const FileDescriptor* file_descriptor = in FindFileContainingSymbol() local
487 const FileDescriptor* file_descriptor = in AddFileDescriptor() local
Ddescriptor.cc1318 namespace file_descriptor { namespace
1497 const FileDescriptor* file_descriptor) { in PyFileDescriptor_FromDescriptor()
1503 const FileDescriptor* file_descriptor, PyObject *serialized_pb) { in PyFileDescriptor_FromDescriptorWithSerializedPb()
Ddescriptor_containers.cc1503 namespace file_descriptor { namespace
/third_party/grpc/src/core/lib/security/security_connector/
Dload_system_roots_linux.cc128 int file_descriptor = open(roots_filenames[i].path, O_RDONLY); in CreateRootCertsBundle() local
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_map_field.cc45 const FileDescriptor* file_descriptor = field_descriptor->file(); in IsProto3Field() local
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/iostream/
Dzfstream.cpp60 gzfilebuf *gzfilebuf::attach( int file_descriptor, in attach()
/third_party/zlib/contrib/iostream/
Dzfstream.cpp60 gzfilebuf *gzfilebuf::attach( int file_descriptor, in attach()
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/iostream/
Dzfstream.cpp60 gzfilebuf *gzfilebuf::attach( int file_descriptor, in attach()
/third_party/protobuf/src/google/protobuf/
Dmessage_lite.cc276 bool MessageLite::ParseFromFileDescriptor(int file_descriptor) { in ParseFromFileDescriptor()
281 bool MessageLite::ParsePartialFromFileDescriptor(int file_descriptor) { in ParsePartialFromFileDescriptor()
/third_party/curl/lib/
Dftp.h88 FILE *file_descriptor; member
/third_party/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc470 int file_descriptor; in WriteAllToDisk() local
530 int file_descriptor; in WriteAllToZip() local
1127 FileDescriptorProto file_descriptor; in VerifyInputFilesInDescriptors() local
Dimporter.cc502 int file_descriptor; in OpenDiskFile() local
/third_party/protobuf/python/google/protobuf/internal/
Ddescriptor_pool_test.py417 def _CheckDefaultValue(file_descriptor): argument
/third_party/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc197 const FileDescriptor* file_descriptor, in GetPrefix()