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

/vbox/src/bldprogs/
H A Dfilesplitter.cpp155 * @param pcchFile Where to return the file size.
157 static int readFile(const char *pcszFile, char **ppszFile, size_t *pcchFile) argument
181 if (pcchFile)
182 *pcchFile = (size_t)cbRead;

Completed in 76 milliseconds