Searched defs:szFormat (Results 1 - 2 of 2) sorted by relevance

/packages/apps/OMA-DM/engine/dmlib/portlib/lj/src/
H A Ddmprofile.cc26 void DMFileOutput( const char* szFormat, ... ) argument
62 va_start(ap, szFormat);
63 vfprintf( fp, szFormat, ap );
/packages/apps/OMA-DM/engine/xpl/src/
H A Ddmprofile.cc26 void DMFileOutput( const char* szFormat, ... ) argument
62 va_start(ap, szFormat);
63 vfprintf( fp, szFormat, ap );

Completed in 217 milliseconds