MCPcopy Create free account
hub / github.com/VincentWei/MiniGUI / GetValueFromEtcFile

Function GetValueFromEtcFile

src/misc/misc.c:889–912  ·  view source on GitHub ↗

Function: GetValueFromEtcFile(const char* pEtcFile, const char* pSection, * const char* pKey, char* pValue, int iLen); * Parameter: * pEtcFile: etc file path name. * pSection: Section name. * pKey: Key name. * pValue: The buffer will store the value of the key. * iLen: The max length of value string. * Return: * int

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

LookForEtcFileFunction · 0.70
GetIntValueFromEtcFileFunction · 0.70
get_app_infoFunction · 0.50
GetMgEtcValueFunction · 0.50

Calls 2

etc_LocateSectionFunction · 0.70
etc_LocateKeyValueFunction · 0.70

Tested by

no test coverage detected