Home
last modified time | relevance | path

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

/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
Dpvdl_config_file.cpp394 uint32 aUserAuthLen = *tmpPtr++; in LoadConfig() local
507 if (aUserAuthLen) in LoadConfig()
509 if (aUserAuthLen != iFile->Read(aTmpBuf, 1, aUserAuthLen)) in LoadConfig()
515 iUserAuth.set(OSCL_STATIC_CAST(char*, aTmpBuf), aUserAuthLen); in LoadConfig()