Searched refs:protMode (Results 1 – 1 of 1) sorted by relevance
123 const int protMode = S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH; variable214 int fd = _wopen(filename, openFlags, protMode); in open()223 return attach(::open(buf.data(), openFlags, protMode)); in open()230 return attach(::open(filename, openFlags, protMode)); in open()