Searched refs:tempFile (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A DAuthorizationDBPlist.cpp85 string tempFile = mFileName + ","; local
88 fd = open(tempFile.c_str(), O_WRONLY|O_CREAT|O_EXCL, 0644);
91 unlink(tempFile.c_str());
103 Syslog::error("Saving rules file \"%s\": %s", tempFile.c_str(),
119 tempFile.c_str(), strerror(errno));
123 tempFile.c_str(), bytesWritten, configSize);
126 unlink(tempFile.c_str());
135 if (rename(tempFile.c_str(), mFileName.c_str()))
138 unlink(tempFile.c_str());
/macosx-10.10.1/security_systemkeychain-55202/src/
H A Dsystemkeychain.cpp313 string tempFile(string(unlockConfig) + ",");
314 FileDesc blobFile(tempFile, O_WRONLY | O_CREAT | O_TRUNC, 0400);
316 unlink(tempFile.c_str());
317 fail("unable to write %s", tempFile.c_str());
320 ::rename(tempFile.c_str(), unlockConfig);
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclTest.c6419 static Tcl_Obj *tempFile = NULL;
6464 if (tempFile != NULL) {
6465 Tcl_FSDeleteFile(tempFile);
6466 Tcl_DecrRefCount(tempFile);
6467 tempFile = NULL;
6539 if (tempFile != NULL) {
6540 Tcl_FSDeleteFile(tempFile);
6541 Tcl_DecrRefCount(tempFile);
6542 tempFile = NULL;
6548 tempFile
6354 static Tcl_Obj *tempFile = NULL; variable
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c38156 u8 tempFile; /* zFilename is a temporary file */ member in struct:Pager
41829 int tempFile = 0; /* True for temp files (incl. in-memory files) */ local
[all...]

Completed in 283 milliseconds