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

/external/chromium_org/ppapi/tests/
H A Dtest_broker.cc42 typedef HANDLE PlatformFile; typedef in namespace:__anon9566
43 const PlatformFile kInvalidPlatformFileValue = INVALID_HANDLE_VALUE;
47 typedef int PlatformFile; typedef in namespace:__anon9566
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_org/base/files/
H A Dfile.h34 typedef HANDLE PlatformFile; typedef in namespace:base
36 typedef int PlatformFile; typedef in namespace:base
165 explicit File(PlatformFile platform_file);
199 PlatformFile GetPlatformFile() const;
200 PlatformFile TakePlatformFile();
298 void SetPlatformFile(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;
138 BASE_EXPORT bool ClosePlatformFile(PlatformFile file);
143 BASE_EXPORT int64 SeekPlatformFile(PlatformFile file,
152 BASE_EXPORT int ReadPlatformFile(PlatformFile file, int64 offset,
156 BASE_EXPORT int ReadPlatformFileAtCurrentPos(PlatformFile file,
162 BASE_EXPORT int ReadPlatformFileNoBestEffort(PlatformFile file, int64 offset,
166 BASE_EXPORT int ReadPlatformFileCurPosNoBestEffort(PlatformFile fil
[all...]
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dfileutils.h462 typedef HANDLE PlatformFile; typedef in namespace:talk_base
463 const PlatformFile kInvalidPlatformFileValue = INVALID_HANDLE_VALUE;
465 typedef int PlatformFile; typedef in namespace:talk_base
466 const PlatformFile kInvalidPlatformFileValue = -1;
471 FILE* FdopenPlatformFileForWriting(PlatformFile file);
472 bool ClosePlatformFile(PlatformFile file);
/external/chromium_org/third_party/webrtc/base/
H A Dfileutils.h445 typedef HANDLE PlatformFile; typedef in namespace:rtc
446 const PlatformFile kInvalidPlatformFileValue = INVALID_HANDLE_VALUE;
448 typedef int PlatformFile; typedef in namespace:rtc
449 const PlatformFile kInvalidPlatformFileValue = -1;
454 FILE* FdopenPlatformFileForWriting(PlatformFile file);
455 bool ClosePlatformFile(PlatformFile file);

Completed in 1339 milliseconds