Home
last modified time | relevance | path

Searched refs:InOutCountedBuffer (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/sandbox/win/src/
Dcrosscall_client.h243 class InOutCountedBuffer : public CountedBuffer {
245 InOutCountedBuffer(void* buffer, uint32 size) : CountedBuffer(buffer, size) {} in InOutCountedBuffer() function
251 class CopyHelper<InOutCountedBuffer> {
253 CopyHelper(const InOutCountedBuffer t) : t_(t) {} in CopyHelper()
289 const InOutCountedBuffer t_;
Dfilesystem_interception.cc190 InOutCountedBuffer file_info(file_attributes, in TargetNtQueryAttributesFile()
251 InOutCountedBuffer file_info(file_attributes, in TargetNtQueryFullAttributesFile()
337 InOutCountedBuffer io_status_buffer(io_status, sizeof(IO_STATUS_BLOCK)); in TargetNtSetInformationFile()
340 InOutCountedBuffer file_info_buffer(file_info, length); in TargetNtSetInformationFile()
Dprocess_thread_interception.cc302 InOutCountedBuffer proc_info(process_information, in TargetCreateProcessW()
380 InOutCountedBuffer proc_info(process_information, in TargetCreateProcessA()
Dtarget_services.cc143 InOutCountedBuffer counted_buffer(&cookie, sizeof(cookie)); in TestIPCPing()