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) {
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 file = IntToPlatformFile(handle);
296 PlatformFile file = IntToPlatformFile(handle);