Searched refs:pLogName (Results 1 – 1 of 1) sorted by relevance
1585 static char *pLogName = 0; in Flush() local1586 const sal_Bool bFirstOpen = pLogName ? sal_False : sal_True; in Flush()1592 pLogName = pName; in Flush()1597 pLogName = new char[nLen + strlen(pName) + 3]; in Flush()1599 snprintf( pLogName, sizeof(pLogName), "%s%s", pPath, pName ); in Flush()1601 snprintf( pLogName, sizeof(pLogName), "%s/%s", pPath, pName ); in Flush()1604 SvFileStream aStream( String::CreateFromAscii(pLogName), (bFirstOpen in Flush()
Completed in 20 milliseconds