Home
last modified time | relevance | path

Searched refs:share_mode (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/ndk-stack/elff/
Dmapfile.c33 mapfile_open(const char* path, int oflag, int share_mode) in mapfile_open() argument
52 if ((share_mode & S_IWRITE) != 0) { in mapfile_open()
55 if ((share_mode & S_IREAD) != 0) { in mapfile_open()
88 int file_handle = open(path, oflag, share_mode); in mapfile_open()
Dmapfile.h56 extern MapFile* mapfile_open(const char* path, int oflag, int share_mode);