Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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"
Go to the source code of this file.
Macros | |
#define | O_BINARY 0 |
#define | O_LARGEFILE 0 |
#define O_BINARY 0 |
Definition at line 19 of file cfx_fileaccess_posix.cpp.
#define O_LARGEFILE 0 |
Definition at line 23 of file cfx_fileaccess_posix.cpp.