Searched refs:tempName (Results 1 - 4 of 4) sorted by path

/macosx-10.9.5/WebKit2-7537.78.2/Platform/unix/
H A DSharedMemoryUnix.cpp101 CString tempName; local
106 tempName = name.utf8();
109 fileDescriptor = shm_open(tempName.data(), O_CREAT | O_CLOEXEC | O_RDWR, S_IRUSR | S_IWUSR);
113 WTFLogAlways("Failed to create shared memory file %s", tempName.data());
120 shm_unlink(tempName.data());
128 shm_unlink(tempName.data());
132 shm_unlink(tempName.data());
/macosx-10.9.5/libfs-13/
H A DFSFormatName.c187 CFStringRef tempName = CFDictionaryGetValue(FSNameDict, (const void *)KEY_FS_NAME); local
189 if (tempName) {
193 (void)CFDictionarySetValue((void*)formatName, tempName, encrName);
196 formatName = tempName;
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DPathNumbering.cpp142 std::string tempName(getBlock()->getName());
143 name << tempName.c_str() << " (" << _uid << ")";
/macosx-10.9.5/smb-697.95.1/smbutil/
H A Dlookup.c77 char *tempName = malloc(maxlen); local
79 if (tempName) {
81 newName = tempName;

Completed in 489 milliseconds