Lines Matching defs:ap
1213 CArchivePath &ap = options.Commands[0].ArchivePath;
1214 ap = options.ArchivePath;
1219 ap.Temp = true;
1221 ap.TempPrefix = options.WorkingDir;
1223 ap.TempPrefix = us2fs(ap.Prefix);
1224 NormalizeDirPathPrefix(ap.TempPrefix);
1231 CArchivePath &ap = options.Commands[i].ArchivePath;
1235 ap.Prefix = fs2us(tempDirPrefix);
1236 // ap.Temp = true;
1237 // ap.TempPrefix = tempDirPrefix;
1242 const FString path = us2fs(ap.GetFinalPath());
1326 CArchivePath &ap = options.Commands[0].ArchivePath;
1327 const FString &tempPath = ap.GetTempPath();
1384 CArchivePath &ap = options.Commands[i].ArchivePath;
1386 if (!MyGetFullPathName(us2fs(ap.GetFinalPath()), arcPath))