Home
last modified time | relevance | path

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

/external/ltp/lib/
Dsafe_file_ops.c293 mode_t defmode; in safe_touch() local
295 defmode = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH; in safe_touch()
297 ret = open(pathname, O_CREAT | O_WRONLY, defmode); in safe_touch()