MCPcopy Create free account
hub / github.com/SoyBeanMilkx/soLoader / GetFileSize

Method GetFileSize

src/include/elf_reader.h:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 const char* GetPath() const { return path_.c_str(); }
19 int GetFd() const { return fd_; }
20 size_t GetFileSize() const { return file_size_; }
21 void* GetMappedAddr() const { return mapped_file_; }
22
23private:

Callers 1

LoadLibraryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected