| 116 | } |
| 117 | |
| 118 | U32 KFile::map(KThread* thread, U32 address, U32 len, S32 prot, S32 flags, U64 off) { |
| 119 | return this->openFile->map(thread, address, len, prot, flags, off); |
| 120 | } |
| 121 | |
| 122 | bool KFile::canMap() { |
| 123 | return this->openFile->canMap(); |
no outgoing calls
no test coverage detected