Home
last modified time | relevance | path

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

/third_party/ltp/lib/
Dsafe_file_ops.c350 mode_t defmode; in safe_touch() local
352 defmode = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH; in safe_touch()
354 ret = open(pathname, O_CREAT | O_WRONLY, defmode); in safe_touch()