Home
last modified time | relevance | path

Searched refs:creation_mode (Results 1 – 1 of 1) sorted by relevance

/external/libbrillo/brillo/streams/
Dfile_stream.cc241 mode_t creation_mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; in Open() local
242 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() local
274 int fd = HANDLE_EINTR(open(path.value().c_str(), open_flags, creation_mode)); in CreateTemporary()