Searched defs:tempFile (Results 1 – 10 of 10) sorted by relevance
114 File tempFile = new File(PICO_LINGWARE_PATH + filename); in fileExists() local
58 File tempFile = File.createTempFile("testing", "tmp"); in setUp() local
120 …QTemporaryFile* tempFile = new QTemporaryFile(QDir::tempPath() + QLatin1Char('/') + QString(prefix… in openTemporaryFile() local
213 IFile* tempFile = IFILEMGR_OpenFile(fileMgr.get(), filename.utf8().data(), _OFM_CREATE); in openTemporaryFile() local
206 …wchar_t tempFile[] = L"XXXXXXXX.tmp"; // Use 8.3 style name (more characters aren't helpful due to… in openTemporaryFile() local
209 …char tempFile[] = "XXXXXXXX.tmp"; // Use 8.3 style name (more characters aren't helpful due to 8.3… in openTemporaryFile() local
277 File tempFile = File.createTempFile("harmony", "test"); in test_ConstructorLjava_nio_channels_ReadableByteChannel() local
814 EAS_FILE_HANDLE tempFile; in Parse_ptbl() local
47 private File tempFile; field in PropertyChangeSupportTest
778 FILE* tempFile = fopen(path, "w"); in testPostURLFile() local