Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_unix.c7448 mode_t cmode = buf.st_mode&(S_IRUSR|S_IWUSR | S_IRGRP|S_IWGRP | in proxyTakeConch() local
7452 osFchmod(conchFile->h, cmode); in proxyTakeConch()
7455 rc = osFchmod(conchFile->h, cmode); in proxyTakeConch()
7460 cmode, code, strerror(code)); in proxyTakeConch()
7462 fprintf(stderr, "fchmod %o SUCCEDED\n",cmode); in proxyTakeConch()