Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
cfx_fileaccess_posix.cpp File Reference

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

#include "core/fxcrt/cfx_fileaccess_posix.h"
#include <fcntl.h>
#include <sys/stat.h>
#include <unistd.h>
#include <memory>
#include "core/fxcrt/fx_stream.h"
#include "third_party/base/numerics/safe_conversions.h"
+ Include dependency graph for cfx_fileaccess_posix.cpp:

Go to the source code of this file.

Macros

#define O_BINARY   0
 
#define O_LARGEFILE   0
 

Macro Definition Documentation

◆ O_BINARY

#define O_BINARY   0

Definition at line 19 of file cfx_fileaccess_posix.cpp.

◆ O_LARGEFILE

#define O_LARGEFILE   0

Definition at line 23 of file cfx_fileaccess_posix.cpp.