Lines Matching refs:temp
336 errorMessage = "Can't create temp folder";
389 WCHAR *temp;
398 temp = path + pathLen;
400 SzArEx_GetFileNameUtf16(&db, i, temp);
414 for (j = 0; temp[j] != 0; j++)
416 if (temp[j] == '/')
418 temp[j] = 0;
420 temp[j] = CHAR_PATH_SEPARATOR;
433 const WCHAR *name = temp + nameStartPos;
435 unsigned nameLen = FindExt(temp + nameStartPos, &extLen);
503 WCHAR *temp = path + pathLen;
505 SzArEx_GetFileNameUtf16(&db, executeFileIndex, temp);
506 for (j = 0; temp[j] != 0; j++)
507 if (temp[j] == '/')
508 temp[j] = CHAR_PATH_SEPARATOR;