Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/build/libraries/env/common/src/
Denv_system.c42 const char *fullName);
456 static ENVResource *ENVi_SearchByFullNameFromResourceSet(ENVResource * resSet, const char *fullName) in ENVi_SearchByFullNameFromResourceSet() argument
465 OS_Printf("comp %x %x\n", ir->name, fullName); in ENVi_SearchByFullNameFromResourceSet()
467 if (!STD_CompareString(ir->name, fullName)) in ENVi_SearchByFullNameFromResourceSet()
488 ENVResource *ENVi_SearchByFullName(const char *fullName, ENVResource ** resSetPtr) in ENVi_SearchByFullName() argument
492 if (link && fullName && *fullName != '\0') in ENVi_SearchByFullName()
496 ENVResource *p = ENVi_SearchByFullNameFromResourceSet(link->array, fullName); in ENVi_SearchByFullName()
/TwlSDK-5.2.1/include/nitro/env/
Denv_system.h292 extern ENVResource *ENVi_SearchByFullName(const char *fullName, ENVResource ** resSetPtr);
304 static inline ENVResource *ENV_SearchByFullName(const char *fullName) in ENV_SearchByFullName() argument
306 return ENVi_SearchByFullName(fullName, NULL); in ENV_SearchByFullName()