Searched refs:defVal (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Connectivity/netbpfload/ |
D | loader.cpp | 310 unsigned int readSectionUint(const char* name, ifstream& elfFile, unsigned int defVal) { in readSectionUint() argument 314 ALOGD("Couldn't find section %s (defaulting to %u [0x%x]).", name, defVal, defVal); in readSectionUint() 315 return defVal; in readSectionUint() 317 ALOGE("Section %s too short (defaulting to %u [0x%x]).", name, defVal, defVal); in readSectionUint() 318 return defVal; in readSectionUint()
|
D | loader.h | 77 unsigned int readSectionUint(const char* name, std::ifstream& elfFile, unsigned int defVal);
|