|
Pepper_47_C++_interfaces
|
#include <file_io_trusted.h>

Public Member Functions | |
| FileIO_Trusted () | |
| Creates a FileIO_Trusted object. More... | |
| int32_t | GetOSFileDescriptor (const FileIO &file_io) |
| int32_t | WillWrite (const FileIO &file_io, int64_t offset, int32_t bytes_to_write, const CompletionCallback &callback) |
| int32_t | WillSetLength (const FileIO &file_io, int64_t length, const CompletionCallback &callback) |
Definition at line 17 of file file_io_trusted.h.
| pp::FileIO_Trusted::FileIO_Trusted | ( | ) |
Creates a FileIO_Trusted object.
Definition at line 23 of file file_io_trusted.cc.
Definition at line 26 of file file_io_trusted.cc.
References pp::Resource::pp_resource().
| int32_t pp::FileIO_Trusted::WillSetLength | ( | const FileIO & | file_io, |
| int64_t | length, | ||
| const CompletionCallback & | callback | ||
| ) |
Definition at line 45 of file file_io_trusted.cc.
References pp::CompletionCallback::MayForce(), pp::CompletionCallback::pp_completion_callback(), and pp::Resource::pp_resource().
| int32_t pp::FileIO_Trusted::WillWrite | ( | const FileIO & | file_io, |
| int64_t | offset, | ||
| int32_t | bytes_to_write, | ||
| const CompletionCallback & | callback | ||
| ) |
Definition at line 34 of file file_io_trusted.cc.
References pp::CompletionCallback::MayForce(), pp::CompletionCallback::pp_completion_callback(), and pp::Resource::pp_resource().
1.8.6