Lines Matching refs:PlatformFile
42 typedef HANDLE PlatformFile; typedef
43 const PlatformFile kInvalidPlatformFileValue = INVALID_HANDLE_VALUE;
47 typedef int PlatformFile; typedef
48 const PlatformFile kInvalidPlatformFileValue = -1;
52 PlatformFile IntToPlatformFile(int32_t handle) { in IntToPlatformFile()
83 bool ReadMessage(PlatformFile file, size_t message_len, char* message) { in ReadMessage()
104 bool WriteMessage(PlatformFile file, size_t message_len, const char* message) { in WriteMessage()
125 bool VerifyMessage(PlatformFile file, size_t message_len, const char* message) { in VerifyMessage()
133 bool ClosePlatformFile(PlatformFile file) { in ClosePlatformFile()
174 PlatformFile file = IntToPlatformFile(handle); in OnInstanceConnected()
296 PlatformFile file = IntToPlatformFile(handle); in TestConnectAndPipe()