MCPcopy Create free account
hub / github.com/carlonluca/pot / SetFile

Method SetFile

piomxtextures_src/omxplayer_lib/DynamicDll.cpp:87–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87bool DllDynamic::SetFile(const CStdString& strDllName)
88{
89 if (m_dll)
90 return false;
91
92 m_strDllName=strDllName;
93 return true;
94}
95

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected