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

/vbox/src/VBox/Main/src-client/
H A DGuestCtrlPrivate.cpp99 int GuestEnvironment::CopyTo(GuestEnvironmentArray &environment) function in class:GuestEnvironment
/vbox/src/VBox/HostServices/GuestControl/
H A Dservice.cpp287 int CopyTo(VBOXHGCMSVCPARM paDstParms[], uint32_t cDstParms) const function in struct:guestControl::HostCommand
402 rc = CopyTo(pConnection->mParms, pConnection->mNumParms);
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOS2.cpp1660 nsLocalFile::CopyTo(nsIFile *newParentDir, const nsAString &newName) function in class:nsLocalFile
H A DnsLocalFileUnix.cpp759 printf("nsLocalFile::CopyTo() %s -> %s\n", mPath.get(), newPathName.get());
1683 nsLocalFile::CopyTo(nsIFile *newParentDir, const nsAString &newName) function in class:nsLocalFile
H A DnsLocalFileWin.cpp2310 nsLocalFile::CopyTo(nsIFile *newParentDir, const nsAString &newName) function in class:nsLocalFile
H A DnsLocalFileOSX.cpp600 NS_IMETHODIMP nsLocalFile::CopyTo(nsIFile *newParentDir, const nsAString& newName) function in class:nsLocalFile
H A DnsLocalFileMac.cpp1705 nsLocalFile::CopyTo(nsIFile *newParentDir, const nsAString &newName) function in class:nsLocalFile
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dobjidl.h3498 virtual HRESULT STDMETHODCALLTYPE CopyTo(
3568 HRESULT (STDMETHODCALLTYPE *CopyTo)( member in struct:IStreamVtbl
3620 #define IStream_CopyTo(This,pstm,cb,pcbRead,pcbWritten) (This)->lpVtbl->CopyTo(This,pstm,cb,pcbRead,pcbWritten)
3910 virtual HRESULT STDMETHODCALLTYPE CopyTo(
4009 HRESULT (STDMETHODCALLTYPE *CopyTo)( member in struct:IStorageVtbl
4083 #define IStorage_CopyTo(This,ciidExclude,rgiidExclude,snbExclude,pstgDest) (This)->lpVtbl->CopyTo(This,ciidExclude,rgiidExclude,snbExclude,pstgDest)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dobjidl.h3498 virtual HRESULT STDMETHODCALLTYPE CopyTo(
3568 HRESULT (STDMETHODCALLTYPE *CopyTo)( member in struct:IStreamVtbl
3620 #define IStream_CopyTo(This,pstm,cb,pcbRead,pcbWritten) (This)->lpVtbl->CopyTo(This,pstm,cb,pcbRead,pcbWritten)
3910 virtual HRESULT STDMETHODCALLTYPE CopyTo(
4009 HRESULT (STDMETHODCALLTYPE *CopyTo)( member in struct:IStorageVtbl
4083 #define IStorage_CopyTo(This,ciidExclude,rgiidExclude,snbExclude,pstgDest) (This)->lpVtbl->CopyTo(This,ciidExclude,rgiidExclude,snbExclude,pstgDest)
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_2.h4735 nsresult (*CopyTo)( member in struct:IGuestSession_vtbl
H A DVBoxCAPI_v4_3.h8753 nsresult (*CopyTo)( member in struct:IGuestSession_vtbl
9037 nsresult (*CopyTo)( member in struct:IGuestSessionVtbl
9311 #define IGuestSession_CopyTo(p, aSource, aDest, aFlags, aProgress) ((p)->lpVtbl->CopyTo(p, aSource, aDest, aFlags, aProgress))

Completed in 288 milliseconds