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

/vbox/src/bldprogs/
H A Dfilesplitter.cpp157 static int readFile(const char *pcszFile, char **ppszFile, size_t *pcchFile) function
219 int rc = readFile(pcszFilename, &pszExisting, &cchExisting);
348 rc = readFile(argv[1], &pszContent, NULL);
/vbox/src/VBox/ValidationKit/common/
H A Dutils.py254 def readFile(sFile, sMode = 'rb'): function
265 No exceptions common.readFile wrapper.
268 sRet = readFile(sFile, sMode);
/vbox/src/VBox/HostServices/SharedFolders/testcase/
H A DtstSharedFolderService.cpp590 static int readFile(VBOXHGCMSVCFNTABLE *psvcTable, SHFLROOT Root, function
794 rc = readFile(&svcTable, Root, Handle, 0, strlen(pcszReadData) + 1,

Completed in 90 milliseconds