Searched refs:FileIO (Results 1 - 25 of 36) sorted by relevance

12

/external/chromium_org/ppapi/cpp/private/
H A Dfile_io_private.cc23 : FileIO() {
27 : FileIO(instance) {
H A Dfile_io_private.h16 class FileIO;
18 class FileIO_Private : public FileIO {
/external/chromium_org/ppapi/proxy/
H A Dnacl_message_scanner.h76 // FileIO information for quota auditing.
77 class PPAPI_PROXY_EXPORT FileIO { class in class:ppapi::proxy::NaClMessageScanner
79 FileIO(FileSystem* file_system, int64_t max_written_offset);
80 ~FileIO();
100 DISALLOW_COPY_AND_ASSIGN(FileIO);
103 FileIO* GetFile(PP_Resource file_io);
111 // We intercept FileSystem and FileIO messages to maintain information about
116 typedef std::map<int32_t, FileIO*> FileIOMap;
H A Dnacl_message_scanner.cc256 NaClMessageScanner::FileIO::FileIO(FileSystem* file_system, function in class:ppapi::proxy::NaClMessageScanner::FileIO
262 NaClMessageScanner::FileIO::~FileIO() {
265 void NaClMessageScanner::FileIO::SetMaxWrittenOffset(
271 bool NaClMessageScanner::FileIO::Grow(int64_t amount) {
348 // Audit FileIO and FileSystem messages to ensure that the plugin doesn't
363 // Audit FileIO Close messages to make sure the plugin reports an
388 // Audit FileIO SetLength messages to make sure the plugin is within
463 NaClMessageScanner::FileIO* NaClMessageScanne
[all...]
H A Dnacl_message_scanner_unittest.cc34 NaClMessageScanner::FileIO* FindFileIO(
87 NaClMessageScanner::FileIO* fio = FindFileIO(test, kFileIO);
148 NaClMessageScanner::FileIO* fio = FindFileIO(test, kFileIO);
220 NaClMessageScanner::FileIO* fio = FindFileIO(test, kFileIO);
/external/chromium_org/ppapi/cpp/
H A Dfile_io.h22 /// The <code>FileIO</code> class represents a regular file.
23 class FileIO : public Resource { class in namespace:pp
25 /// Default constructor for creating an is_null() <code>FileIO</code>
27 FileIO();
29 /// A constructor used to create a <code>FileIO</code> and associate it with
34 explicit FileIO(const InstanceHandle& instance);
36 /// The copy constructor for <code>FileIO</code>.
38 /// @param[in] other A reference to a <code>FileIO</code>.
39 FileIO(const FileIO
[all...]
H A Dfile_io.cc31 FileIO::FileIO() { function in class:pp::FileIO
34 FileIO::FileIO(const InstanceHandle& instance) { function in class:pp::FileIO
44 FileIO::FileIO(const FileIO& other) function in class:pp::FileIO
48 int32_t FileIO::Open(const FileRef& file_ref,
63 int32_t FileIO::Query(PP_FileInfo* result_buf,
75 int32_t FileIO
[all...]
/external/chromium_org/ppapi/examples/url_loader/
H A Dstream_to_file.cc70 pp::FileIO file_io_;
112 file_io_ = pp::FileIO(this);
144 file_io_ = pp::FileIO();
/external/chromium_org/media/cdm/ppapi/
H A Dcdm_file_io_impl.h36 class CdmFileIOImpl : public cdm::FileIO {
56 // cdm::FileIO implementation.
113 // After the lock is acquired, other cdm::FileIO objects in the same process
117 // Releases the file lock so that the file can be opened by other cdm::FileIO
183 pp::FileIO file_io_;
H A Dcdm_file_io_test.h20 typedef base::Callback<cdm::FileIO*(cdm::FileIOClient* client)> CreateFileIOCB;
22 // A customizable test class that tests cdm::FileIO implementation.
59 ACTION_CLOSE // If ACTION_CLOSE is not specified, FileIO::Close() will be
122 // All opened cdm::FileIO objects. We keep multiple cdm::FileIO objects open
123 // so that we can test multiple cdm::FileIO objects accessing the same file.
125 // opened cdm::FileIO object, hence the stack.
126 std::stack<cdm::FileIO*> file_io_stack_;
129 // Tests cdm::FileIO implementation.
H A Dcdm_file_io_impl.cc112 CDM_DLOG() << "File is in use by other cdm::FileIO objects.";
278 file_io_ = pp::FileIO(pp_instance_handle_);
390 file_io_ = pp::FileIO(pp_instance_handle_);
508 file_io_ = pp::FileIO();
/external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
H A Dps_interface.cc16 DEFINE_INTERFACE_FUNC(FileIO)
45 REQUEST_INTERFACE(FileIO, FILEIO)
/external/chromium_org/ppapi/examples/crxfs/
H A Dcrxfs.cc53 pp::FileIO file_io_;
87 file_io_ = pp::FileIO(handle_);
93 ReportResponse("FileIO::Open", rv);
105 ReportResponse("FileIO::Read", rv);
/external/chromium_org/ppapi/tests/
H A Dtest_url_loader.h15 class FileIO;
31 std::string ReadEntireFile(pp::FileIO* file_io, std::string* data);
H A Dtest_file_io.h13 class FileIO;
H A Dtest_file_io.cc44 REGISTER_TEST_CASE(FileIO); variable
64 std::string result = "FileIO:Open had unexpected behavior with flags: ";
84 pp::FileIO* file_io,
107 pp::FileIO* file_io,
146 pp::FileIO* file_io,
307 pp::FileIO file_io(instance_);
325 pp::FileIO file_io(instance_);
419 pp::FileIO file_io2(instance_);
453 pp::FileIO file_io(instance_);
557 pp::FileIO file_i
[all...]
H A Dtest_file_mapping.cc28 pp::FileIO* file_io,
51 pp::FileIO* file_io,
94 pp::FileIO file_io(instance_);
224 pp::FileIO file_io(instance_);
431 pp::FileIO file_io1(instance_);
474 pp::FileIO file_io2(instance_);
H A Dtest_file_system.cc85 pp::FileIO non_file_system(instance_);
H A Dtest_file_ref.cc366 pp::FileIO file_io(instance_);
442 pp::FileIO file_io(instance_);
484 pp::FileIO file_io_abort(instance_);
506 pp::FileIO file_io(instance_);
552 pp::FileIO file_io_abort(instance_);
576 pp::FileIO file_io(instance_);
648 pp::FileIO file_io(instance_);
701 pp::FileIO file_io(instance_);
/external/lzma/CPP/7zip/UI/Client7z/
H A Dmakefile21 $O\FileIO.obj \
/external/chromium_org/ppapi/tests/extensions/media_galleries/
H A Dtest_galleries.cc109 pp::FileIO file_io(pp::InstanceHandle(this));
139 pp::FileIO file_io(pp::InstanceHandle(this));
/external/lzma/CPP/7zip/Bundles/LzmaCon/
H A Dmakefile23 $O\FileIO.obj \
/external/chromium_org/native_client_sdk/src/examples/api/file_io/
H A Dfile_io.cc73 // before any FileIO operations execute.
161 pp::FileIO file(this);
210 pp::FileIO file(this);
227 // FileIO.Read() can only handle int32 sizes
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dfile_io_test.cc149 TEST(FileIO, All) {
/external/lzma/CPP/7zip/UI/Console/
H A Dmakefile43 $O\FileIO.obj \

Completed in 6919 milliseconds

12