| 98 | |
| 99 | #if defined(_win_) |
| 100 | static void FormatName(char* buf, const TGUID& id) { |
| 101 | sprintf(buf, "Global\\shmat-%s", GetGuidAsString(id).c_str()); |
| 102 | } |
| 103 | |
| 104 | bool TSharedMemory::Open(const TGUID& id, int size) { |
| 105 | // Y_ASSERT(Data == 0); |
no test coverage detected