search for: temp_file_nam

Displaying 2 results from an estimated 2 matches for "temp_file_nam".

Did you mean: temp_file_name
2008 Jan 28
3
dbox
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I am trying to create a user with dbox format. i get this error: dovecot: Jan 28 13:45:34 Error: IMAP(ebal2): Mail storage creation failed with mail_location: dbox:/var/mail/folders/testuser dovecot: Jan 28 13:45:34 Error: child 5336 (imap) returned error 89 my conf has this entry: mail_location: dbox:/var/mail/folders/%u dovecot 1.0.10 any
2015 Mar 25
2
[LLVMdev] [PATCH] Test failures
...len2)); internal_close(fd); - openrv = OpenFile(tmpfile, WrOnly); + openrv = OpenFile(tmpfile, RdWr); EXPECT_FALSE(internal_iserror(openrv)); fd = openrv; uptr fsize = internal_filesize(fd); @@ -134,7 +134,7 @@ TEST(SanitizerCommon, InternalMmapWithOffset) { char tmpfile[128]; temp_file_name(tmpfile, sizeof(tmpfile), "sanitizer_common.internalmmapwithoffset.tmp."); - uptr res = OpenFile(tmpfile, WrOnly); + uptr res = OpenFile(tmpfile, RdWr); ASSERT_FALSE(internal_iserror(res)); fd_t fd = res; -------------- next part -------------- A non-text atta...