Searched refs:open_mode (Results 1 - 25 of 55) sorted by relevance

123

/haiku-fatelf/src/bin/makeudfimage/
H A DFileStream.cpp16 FileStream::FileStream(const char *path, uint32 open_mode) argument
18 , fFile(path, open_mode)
H A DFileStream.h22 FileStream(const char *path, uint32 open_mode);
/haiku-fatelf/src/tests/kits/media/mp3_reader_test/
H A DFileDataIO.cpp3 FileDataIO::FileDataIO(const char *filepath, uint32 open_mode) argument
4 : file(new BFile(filepath, open_mode))
H A DFileDataIO.h10 FileDataIO(const char *filepath, uint32 open_mode);
/haiku-fatelf/src/tests/kits/media/wav_reader_test/
H A DFileDataIO.cpp3 FileDataIO::FileDataIO(const char *filepath, uint32 open_mode) argument
4 : file(new BFile(filepath, open_mode))
H A DFileDataIO.h10 FileDataIO(const char *filepath, uint32 open_mode);
/haiku-fatelf/headers/private/system/
H A Dvfs_defs.h18 int32 open_mode; member in struct:fd_info
/haiku-fatelf/src/add-ons/kernel/file_systems/btrfs/
H A DAttribute.h17 int open_mode; member in struct:attr_cookie
/haiku-fatelf/src/add-ons/media/plugins/matroska/libebml/ebml/
H A DStdIOCallback.h73 StdIOCallback(const char*Path, const open_mode Mode);
/haiku-fatelf/src/add-ons/media/plugins/matroska/libmatroska/matroska/c/
H A Dlibmatroska.h75 matroska_stream MATROSKA_EXPORT matroska_open_stream_file(c_string string, open_mode mode);
/haiku-fatelf/src/add-ons/media/plugins/matroska/libebml/ebml/c/
H A Dlibebml_t.h119 typedef enum open_mode { enum
124 } open_mode; typedef in typeref:enum:open_mode
/haiku-fatelf/src/bin/
H A Dfdinfo.cpp55 printf("%5d %s %ld:%Ld\n", info.number, open_mode_to_string(info.open_mode),
77 open_mode_to_string(info.open_mode), info.device, info.node,
99 open_mode_to_string(info.open_mode), teamInfo.args);
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DAttribute.h15 int open_mode; member in struct:attr_cookie
/haiku-fatelf/src/kits/media/
H A DSoundFile.cpp22 uint32 open_mode)
25 SetTo(ref,open_mode);
49 uint32 open_mode)
66 if (open_mode == B_READ_ONLY) {
21 BSoundFile(const entry_ref *ref, uint32 open_mode) argument
48 SetTo(const entry_ref *ref, uint32 open_mode) argument
/haiku-fatelf/src/libs/stdc++/legacy/
H A Dfstream.cc101 static int mode_to_sys(enum open_mode mode)
/haiku-fatelf/src/tools/fs_shell/
H A Dfd.cpp44 fssh_dprintf("fd[%d] = %p: type = %d, ref_count = %d, ops = %p, u.vnode = %p, u.mount = %p, cookie = %p, open_mode = %x, pos = %Ld\n",
46 descriptor->u.vnode, descriptor->u.mount, descriptor->cookie, (int)descriptor->open_mode, descriptor->pos);
66 descriptor->open_mode = 0;
151 } else if ((descriptor->open_mode & FSSH_O_DISCONNECTED) != 0
201 descriptor->open_mode |= FSSH_O_DISCONNECTED;
227 if (descriptor->open_mode & FSSH_O_DISCONNECTED)
261 if (descriptor->open_mode & FSSH_O_DISCONNECTED)
477 if ((descriptor->open_mode & FSSH_O_RWMASK) == FSSH_O_WRONLY) {
514 if ((descriptor->open_mode & FSSH_O_RWMASK) == FSSH_O_WRONLY) {
556 if ((descriptor->open_mode
[all...]
H A Dfd.h57 int32_t open_mode; member in struct:FSShell::file_descriptor
H A Dvfs.h43 int32_t open_mode; member in struct:FSShell::fd_info
/haiku-fatelf/src/system/kernel/fs/
H A Dfd.cpp104 "u.mount = %p, cookie = %p, open_mode = %lx, pos = %Ld\n",
107 descriptor->cookie, descriptor->open_mode, descriptor->pos);
126 descriptor->open_mode = 0;
213 } else if ((descriptor->open_mode & O_DISCONNECTED) != 0
277 descriptor->open_mode |= O_DISCONNECTED;
298 if (descriptor->open_mode & O_DISCONNECTED)
363 disconnected = (descriptor->open_mode & O_DISCONNECTED);
728 if (write ? (descriptor->open_mode & O_RWMASK) == O_RDONLY
729 : (descriptor->open_mode & O_RWMASK) == O_WRONLY) {
780 if (write ? (descriptor->open_mode
[all...]
H A Dfifo.cpp229 int open_mode; member in struct:fifo::file_cookie
768 cookie->open_mode = openMode;
783 fifo->Close(cookie->open_mode, cookie);
817 inode, cookie, *_length, cookie->open_mode);
819 if ((cookie->open_mode & O_RWMASK) != O_RDONLY)
842 (cookie->open_mode & O_NONBLOCK) != 0, request);
867 if ((cookie->open_mode & O_RWMASK) != O_WRONLY)
878 (cookie->open_mode & O_NONBLOCK) != 0);
958 cookie->open_mode = (cookie->open_mode
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/ext2/
H A DAttribute.h17 int open_mode; member in struct:attr_cookie
/haiku-fatelf/headers/cpp/
H A Dsstream47 : streambuf(), mode(static_cast<ios::open_mode>(which)),
55 : streambuf(), mode(static_cast<ios::open_mode>(which)),
225 ios::open_mode mode;
/haiku-fatelf/headers/private/kernel/fs/
H A Dfd.h55 int32 open_mode; member in struct:file_descriptor
/haiku-fatelf/src/add-ons/kernel/drivers/audio/cmedia/
H A Dcm_private.h88 int32 open_mode; member in struct:__anon1501
/haiku-fatelf/src/add-ons/media/plugins/matroska/libebml/
H A DStdIOCallback.cpp63 StdIOCallback::StdIOCallback(const char*Path, const open_mode aMode)

Completed in 148 milliseconds

123