Home
last modified time | relevance | path

Searched refs:PmapMagic (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/desktop/source/deployment/
H A Ddp_persmap.cxx41 static const char PmapMagic[4] = {'P','m','p','1'}; variable
181 char aHeaderBytes[ sizeof(PmapMagic)]; in readAll()
188 for( int i = 0; i < (int)sizeof(PmapMagic); ++i) in readAll()
189 if( aHeaderBytes[i] != PmapMagic[i]) in readAll()
241 m_MapFile.write( PmapMagic, sizeof(PmapMagic), nBytesWritten); in flush()

Completed in 24 milliseconds