Lines Matching refs:PlatformFile
42 typedef HANDLE PlatformFile;
43 const PlatformFile kInvalidPlatformFileValue = INVALID_HANDLE_VALUE;
47 typedef int PlatformFile;
48 const PlatformFile kInvalidPlatformFileValue = -1;
52 PlatformFile IntToPlatformFile(int32_t handle) {
70 bool ReadMessage(PlatformFile file, size_t message_len, char* message) {
91 bool WriteMessage(PlatformFile file, size_t message_len, const char* message) {
112 bool VerifyMessage(PlatformFile file, size_t message_len, const char* message) {
120 bool ClosePlatformFile(PlatformFile file) {
161 PlatformFile file = IntToPlatformFile(handle);
283 PlatformFile file = IntToPlatformFile(handle);