MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / FindFilePath

Function FindFilePath

Source/Internal/filesystem.cpp:140–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140Path FindFilePath(const string& path, PathFlagsBitfield flags, bool is_necessary) {
141 return FindFilePath(path.c_str(), flags, is_necessary);
142}
143
144Path FindFilePath(const char* path, PathFlagsBitfield flags, bool is_necessary) {
145 Path p;

Callers 15

LoadMethod · 0.85
LoadMethod · 0.85
SetAnimationMethod · 0.85
GetFontFaceIDMethod · 0.85
PreLoadFontMethod · 0.85
LipSyncSystemMethod · 0.85
PreprocessFunction · 0.85
returnShaderMethod · 0.85
LoadDetailModelMethod · 0.85
LoadResourcesMethod · 0.85
LoadDataMethod · 0.85
ParticleSystemMethod · 0.85

Calls 5

AssemblePathFunction · 0.85
CheckFileAccessFunction · 0.85
GetWritePathFunction · 0.85
caseCorrectFunction · 0.50
c_strMethod · 0.45

Tested by

no test coverage detected