Lines Matching defs:temp
369 errorMessage = "Can't create temp folder";
429 WCHAR *temp;
437 temp = path + pathLen;
439 SzArEx_GetFileNameUtf16(&db, i, (UInt16 *)temp);
453 for (j = 0; temp[j] != 0; j++)
455 if (temp[j] == '/')
457 temp[j] = 0;
459 temp[j] = CHAR_PATH_SEPARATOR;
472 const WCHAR *name = temp + nameStartPos;
474 const unsigned nameLen = FindExt(temp + nameStartPos, &extLen);
544 WCHAR *temp = path + pathLen;
546 SzArEx_GetFileNameUtf16(&db, executeFileIndex, (UInt16 *)temp);
547 for (j = 0; temp[j] != 0; j++)
548 if (temp[j] == '/')
549 temp[j] = CHAR_PATH_SEPARATOR;