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

/vbox/src/VBox/Frontends/VBoxHeadless/
H A DVBoxHeadless.cpp657 const char *pszFileNameParam = "VBox-%d.vob"; local
667 parse_environ(&ulFrameWidth, &ulFrameHeight, &ulBitRate, &pszFileNameParam);
809 pszFileNameParam = ValueUnion.psz;
852 char *pcPercent = (char*)strchr(pszFileNameParam, '%');
864 RTStrPrintf(&szMpegFile[0], RTPATH_MAX, pszFileNameParam, RTProcSelf());

Completed in 35 milliseconds