Searched defs:ignore_if_exists (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-storage/index/dbox-single/
H A Dsdbox-file.c150 bool ignore_if_exists)
166 if (!ignore_if_exists && stat(new_path, &st) == 0) {
149 sdbox_file_assign_uid(struct sdbox_file *file, uint32_t uid, bool ignore_if_exists) argument

Completed in 10 milliseconds