Searched defs:PlatformFile (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ppapi/tests/
H A Dtest_broker.cc42 typedef HANDLE PlatformFile; typedef in namespace:__anon10251
43 const PlatformFile kInvalidPlatformFileValue = INVALID_HANDLE_VALUE;
47 typedef int PlatformFile; typedef in namespace:__anon10251
48 const PlatformFile kInvalidPlatformFileValue = -1;
52 PlatformFile IntToPlatformFile(int32_t handle) {
83 bool ReadMessage(PlatformFile file, size_t message_len, char* message) {
104 bool WriteMessage(PlatformFile file, size_t message_len, const char* message) {
125 bool VerifyMessage(PlatformFile file, size_t message_len, const char* message) {
133 bool ClosePlatformFile(PlatformFile file) {
174 PlatformFile fil
[all...]
/external/chromium/base/
H A Dplatform_file.h24 typedef HANDLE PlatformFile; typedef in namespace:base
25 const PlatformFile kInvalidPlatformFileValue = INVALID_HANDLE_VALUE;
27 typedef int PlatformFile;
28 const PlatformFile kInvalidPlatformFileValue = -1;
102 BASE_API PlatformFile CreatePlatformFile(const FilePath& name,
108 BASE_API bool ClosePlatformFile(PlatformFile file);
112 BASE_API int ReadPlatformFile(PlatformFile file, int64 offset,
118 BASE_API int WritePlatformFile(PlatformFile file, int64 offset,
124 BASE_API bool TruncatePlatformFile(PlatformFile file, int64 length);
127 BASE_API bool FlushPlatformFile(PlatformFile fil
[all...]
/external/chromium_org/base/files/
H A Dfile.h28 typedef HANDLE PlatformFile; typedef in namespace:base
30 typedef int PlatformFile;
150 explicit File(PlatformFile platform_file);
174 PlatformFile GetPlatformFile() const { return file_; }
175 PlatformFile TakePlatformFile();
265 void SetPlatformFile(PlatformFile file);
270 PlatformFile file_;
/external/chromium_org/base/
H A Dplatform_file.h128 typedef HANDLE PlatformFile; typedef in namespace:base
129 const PlatformFile kInvalidPlatformFileValue = INVALID_HANDLE_VALUE;
132 typedef int PlatformFile; typedef in namespace:base
133 const PlatformFile kInvalidPlatformFileValue = -1;
144 BASE_EXPORT PlatformFile CreatePlatformFile(const FilePath& name,
151 BASE_EXPORT PlatformFile CreatePlatformFileUnsafe(const FilePath& name,
156 BASE_EXPORT FILE* FdopenPlatformFile(PlatformFile file, const char* mode);
159 BASE_EXPORT bool ClosePlatformFile(PlatformFile file);
164 BASE_EXPORT int64 SeekPlatformFile(PlatformFile file,
173 BASE_EXPORT int ReadPlatformFile(PlatformFile fil
[all...]

Completed in 59 milliseconds