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