HomeSort by relevance Sort by last modified time
    Searched refs:CopyData (Results 1 - 11 of 11) sorted by null

  /external/libbrillo/brillo/streams/
stream_utils.h 91 // This variant of CopyData uses internal buffer of 4 KiB for the operation.
92 BRILLO_EXPORT void CopyData(StreamPtr in_stream,
104 BRILLO_EXPORT void CopyData(StreamPtr in_stream,
stream_utils_unittest.cc 203 stream_utils::CopyData(
223 stream_utils::CopyData(
241 stream_utils::CopyData(
261 stream_utils::CopyData(
275 stream_utils::CopyData(
291 stream_utils::CopyData(
stream_utils.cc 18 // Status of asynchronous CopyData operation.
29 // Async CopyData I/O error callback.
39 // Callback from read operation for CopyData. Writes the read data to the output
61 // Performs the read part of asynchronous CopyData operation. Reads the data
188 void CopyData(StreamPtr in_stream,
192 CopyData(std::move(in_stream), std::move(out_stream),
197 void CopyData(StreamPtr in_stream,
  /external/google-breakpad/src/common/linux/
elf_core_dump.h 135 bool CopyData(void* buffer, Addr virtual_address, size_t length);
elf_core_dump.cc 149 bool ElfCoreDump::CopyData(void* buffer, Addr virtual_address, size_t length) {
  /external/pdfium/core/fpdfapi/page/
cpdf_pageobject.cpp 73 void CPDF_PageObject::CopyData(const CPDF_PageObject* pSrc) {
cpdf_pageobject.h 67 void CopyData(const CPDF_PageObject* pSrcObject);
cpdf_textobject.cpp 96 obj->CopyData(this);
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_core_dumper.cc 81 // across multiple segments in the core dump file. ElfCoreDump::CopyData
83 if (!core_.CopyData(dest, virtual_address, length)) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iadmw.h 122 virtual HRESULT WINAPI CopyData(METADATA_HANDLE hMDSourceHandle,LPCWSTR pszMDSourcePath,METADATA_HANDLE hMDDestHandle,LPCWSTR pszMDDestPath,DWORD dwMDAttributes,DWORD dwMDUserType,DWORD dwMDDataType,WINBOOL bMDCopyFlag) = 0;
160 HRESULT (WINAPI *CopyData)(IMSAdminBaseW *This,METADATA_HANDLE hMDSourceHandle,LPCWSTR pszMDSourcePath,METADATA_HANDLE hMDDestHandle,LPCWSTR pszMDDestPath,DWORD dwMDAttributes,DWORD dwMDUserType,DWORD dwMDDataType,WINBOOL bMDCopyFlag);
200 #define IMSAdminBaseW_CopyData(This,hMDSourceHandle,pszMDSourcePath,hMDDestHandle,pszMDDestPath,dwMDAttributes,dwMDUserType,dwMDDataType,bMDCopyFlag) (This)->lpVtbl->CopyData(This,hMDSourceHandle,pszMDSourcePath,hMDDestHandle,pszMDDestPath,dwMDAttributes,dwMDUserType,dwMDDataType,bMDCopyFlag)
316 HRESULT (WINAPI *CopyData)(IMSAdminBase2W *This,METADATA_HANDLE hMDSourceHandle,LPCWSTR pszMDSourcePath,METADATA_HANDLE hMDDestHandle,LPCWSTR pszMDDestPath,DWORD dwMDAttributes,DWORD dwMDUserType,DWORD dwMDDataType,WINBOOL bMDCopyFlag);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluspath.h 547 INT CopyData(PointF *points, BYTE *types, INT startIndex, INT endIndex)

Completed in 553 milliseconds