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

/vbox/src/bldprogs/
H A Dfilesplitter.cpp262 * @param pcszOutDir Path to the output directory.
266 static int splitFile(const char *pcszOutDir, const char *pcszContent, FILE *pFileList) argument
272 size_t const cchOutDir = strlen(pcszOutDir);
309 memcpy(pszFilename, pcszOutDir, cchOutDir);
332 cFilesWritten + cFilesUnchanged, cFilesWritten, cFilesUnchanged, pcszOutDir);

Completed in 44 milliseconds