MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / LoadFile

Function LoadFile

FEXCore/Source/Utils/FileLoading.cpp:108–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106#endif
107
108bool LoadFile(fextl::vector<char>& Data, const fextl::string& Filepath, size_t FixedSize) {
109 return LoadFileImpl(Data, Filepath, FixedSize);
110}
111
112bool LoadFile(fextl::string& Data, const fextl::string& Filepath, size_t FixedSize) {
113 return LoadFileImpl(Data, Filepath, FixedSize);

Callers 15

FindContainerFunction · 0.85
FindContainerPrefixFunction · 0.85
FileLoading.cppFile · 0.85
LoadJSonConfigFunction · 0.85
SaveLayerToJSONFunction · 0.85
buildLibraryMapMethod · 0.85
CheckMemMappingFunction · 0.85
GenerateMapMethod · 0.85
LoadThunkDatabaseMethod · 0.85
FileManagerMethod · 0.85
GetThreadNameFunction · 0.85
InitMethod · 0.85

Calls 1

LoadFileImplFunction · 0.85

Tested by

no test coverage detected