Home
last modified time | relevance | path

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

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