Searched refs:unix_mode (Results 1 – 3 of 3) sorted by relevance
173 if (mkdir(name.c_str(), entry.unix_mode) == -1) { in ExtractOne()185 int fd = open(name.c_str(), O_CREAT | O_WRONLY | O_CLOEXEC | O_EXCL, entry.unix_mode); in ExtractOne()190 fd = open(name.c_str(), O_WRONLY | O_CREAT | O_CLOEXEC | O_TRUNC, entry.unix_mode); in ExtractOne()
647 data->unix_mode = (cdr->external_file_attributes >> 16) & 0xffff; in FindEntry()649 data->unix_mode = 0777; in FindEntry()
82 mode_t unix_mode; member