Searched refs:tmpId (Results 1 – 1 of 1) sorted by relevance
81 char tmpId[nIdBytes*2+1]; in Lockfile() local87 sprintf( tmpId+i*2, "%02X", tmpByte ); // #100211# - checked in Lockfile()89 tmpId[nIdBytes*2]=0x00; in Lockfile()90 m_aId = OUString::createFromAscii( tmpId ); in Lockfile()
Completed in 5 milliseconds