Searched refs:szPathAndMethod (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dwinmain.h124 CHAR szPathAndMethod[2]; member in struct:_FILE_NODE
H A Dwinmain.cpp1135 CHAR *argv[2] = { pfn->szPathAndMethod, NULL };
1193 *szMappedPath ? szMappedPath : pfn->szPathAndMethod,
1331 strcpy(szBuffer, pFile->szPathAndMethod);
1376 MBSTOTSTR(plvdi->item.pszText, pFile->szPathAndMethod + strlen(pFile->szPathAndMethod) + 1,
1513 result = _stricmp(pFile1->szPathAndMethod + strlen(pFile1->szPathAndMethod) + 1,
1514 pFile2->szPathAndMethod + strlen(pFile2->szPathAndMethod) + 1);
1531 result = _stricmp(pFile1->szPathAndMethod, pFile
[all...]
H A Dintrface.cpp934 strcpy(g_pFileLast->szPathAndMethod, szPath);
935 strcpy(g_pFileLast->szPathAndMethod + strlen(szPath) + 1, szMethod);

Completed in 99 milliseconds