Searched refs:realMode (Results 1 – 1 of 1) sorted by relevance
334 int realMode = S_IRWXU | S_IRWXG; in openInternal() local335 if ((mode & MODE_WORLD_READABLE) != 0) realMode |= S_IROTH; in openInternal()336 if ((mode & MODE_WORLD_WRITEABLE) != 0) realMode |= S_IWOTH; in openInternal()340 return Os.open(path, flags, realMode); in openInternal()