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

/vbox/src/bldprogs/
H A Dfilesplitter.cpp90 * @param ppFile Where to return the file stream.
92 static int openMakefileList(const char *pcszPath, const char *pcszVariableName, FILE **ppFile) argument
94 *ppFile = NULL;
106 *ppFile = pFile;
/vbox/src/VBox/ImageMounter/VBoxFUSE/
H A DVBoxFUSE.cpp502 * @param ppFile Where to return the pointer to the instance.
505 static int vboxfuseFlatImageCreate(const char *pszPath, const char *pszImage, PVBOXFUSEFLATIMAGE *ppFile) argument
570 && ppFile)
573 *ppFile = pNewFlatImage;
/vbox/src/VBox/Runtime/common/zip/
H A Dtar.cpp277 * @param ppFile Where to return the handle.
279 static int rtTarFileCreateHandleForReadOnly(char *pszName, RTVFSIOSTREAM hVfsIos, uint32_t fOpen, PRTTARFILEINTERNAL *ppFile) argument
301 *ppFile = pNewFile;
/vbox/src/VBox/Main/src-server/linux/
H A DUSBGetDevices.cpp508 static int openDevicesFile(const char *pcszUsbfsRoot, FILE **ppFile) argument
519 *ppFile = pFile;

Completed in 58 milliseconds