Searched refs:creation_mode (Results 1 – 1 of 1) sorted by relevance
241 mode_t creation_mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; in Open() local242 int fd = HANDLE_EINTR(open(path.value().c_str(), open_flags, creation_mode)); in Open()273 mode_t creation_mode = S_IRUSR | S_IWUSR; in CreateTemporary() local274 int fd = HANDLE_EINTR(open(path.value().c_str(), open_flags, creation_mode)); in CreateTemporary()