Searched refs:_S_IWRITE (Results 1 – 2 of 2) sorted by relevance
53 # define S_IWRITE _S_IWRITE58 # define S_IWUSR _S_IWRITE62 # define S_IWGRP _S_IWRITE66 # define S_IWOTH _S_IWRITE97 # define _S_IWRITE S_IWRITE macro
528 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE); in CapturedStream()