Searched refs:filemode (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/util/
H A Dos_file.h25 os_file_create_unique(const char *filename, int filemode);
H A Dos_file.c30 os_file_create_unique(const char *filename, int filemode) argument
32 int fd = open(filename, O_CREAT | O_EXCL | O_WRONLY, filemode);

Completed in 4 milliseconds