Home
last modified time | relevance | path

Searched refs:defVal (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/netbpfload/
Dloader.cpp310 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()
Dloader.h77 unsigned int readSectionUint(const char* name, std::ifstream& elfFile, unsigned int defVal);