Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions
mapping_posix.cc File Reference
#include "flutter/fml/mapping.h"
#include <fcntl.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include <unistd.h>
#include <type_traits>
#include "flutter/fml/build_config.h"
#include "flutter/fml/eintr_wrapper.h"
#include "flutter/fml/unique_fd.h"

Go to the source code of this file.

Namespaces

namespace  fml
 

Functions

static int fml::ToPosixProtectionFlags (std::initializer_list< FileMapping::Protection > protection_flags)
 
static bool fml::IsWritable (std::initializer_list< FileMapping::Protection > protection_flags)