Lines Matching full:self
70 ESR_ReturnCode PANSIFileSystemDestroyImpl(PFileSystem* self)
72 PANSIFileSystemImpl* impl = (PANSIFileSystemImpl*) self;
95 FREE(self);
101 ESR_ReturnCode PANSIFileSystemAddPathImpl(PFileSystem* self, const LCHAR* virtualPath, const LCHAR* realPath)
103 PANSIFileSystemImpl* impl = (PANSIFileSystemImpl*) self;
171 CHKLOG(rc, PHashTablePutValue(PFileSystemPathMap, key, self, NULL));
179 ESR_ReturnCode PANSIFileSystemRemovePathImpl(PFileSystem* self, const LCHAR* virtualPath)
181 PANSIFileSystemImpl* impl = (PANSIFileSystemImpl*) self;
210 ESR_ReturnCode PANSIFileSystemGetRealPathImpl(PFileSystem* self, LCHAR* path, size_t* len)
212 PANSIFileSystemImpl* impl = (PANSIFileSystemImpl*) self;
270 ESR_ReturnCode PANSIFileSystemCreatePFileImpl(PFileSystem* self, const LCHAR* path, ESR_BOOL littleEndian, PFile** file)
278 CHKLOG(rc, PANSIFileSystemGetRealPathImpl(self, realPath, &len));