Searched refs:share_mode (Results 1 – 2 of 2) sorted by relevance
33 mapfile_open(const char* path, int oflag, int share_mode) in mapfile_open() argument52 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()
56 extern MapFile* mapfile_open(const char* path, int oflag, int share_mode);