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

/macosx-10.10/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/WebCore-7600.1.25/platform/win/
H A DFileSystemWin.cpp324 wchar_t tempFile[] = L"XXXXXXXX.tmp"; // Use 8.3 style name (more characters aren't helpful due to 8.3 short file names) local
326 cryptographicallyRandomValues(tempFile, randomPartLength * sizeof(wchar_t));
332 tempFile[i] = validChars[tempFile[i] % (sizeof(validChars) - 1)];
334 ASSERT(wcslen(tempFile) == WTF_ARRAY_LENGTH(tempFile) - 1);
336 proposedPath = pathByAppendingComponent(tempPath, tempFile);
/macosx-10.10/WebCore-7600.1.25/loader/ios/
H A DDiskImageCacheIOS.mm319 NSString *tempFile = createTemporaryFile(m_cacheDirectory, @"tmp");
320 if (!tempFile)
323 return tempFile;
/macosx-10.10/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/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/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 601 milliseconds