Home
last modified time | relevance | path

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

/rkdeveloptool/
H A DRKBoot.cpp127 WCHAR_To_char(pEntry->szName,pName,20); in GetEntryProperty()
194 char szName[20]; in GetIndexByName() local
195 WCHAR_To_char(pEntry->szName,szName,20); in GetIndexByName()
197 if (strcasecmp(pName,szName)==0) in GetIndexByName()
H A DRKImage.cpp161 char szName[256]; in CRKImage() local
162 strcpy(szName, filename.c_str()); in CRKImage()
163 if(stat(szName, &statBuf) < 0) { in CRKImage()
179 m_pFile = fopen(szName, "rb"); in CRKImage()
H A DRKBoot.h31 WCHAR szName[20]; member