Lines Matching defs:path
115 void CArchivePath::ParseFromPath(const UString &path, EArcNameMode mode)
117 OriginalPath = path;
119 SplitPathToParts_2(path, Prefix, Name);
148 UString path = GetPathWithoutExt();
151 path.Add_Dot();
152 path += BaseExtension;
154 return path;
159 UString path = GetPathWithoutExt();
163 path.Add_Dot();
164 path += VolExtension;
166 return path;
171 FString path = TempPrefix;
172 path += us2fs(Name);
175 path.Add_Dot();
176 path += us2fs(BaseExtension);
178 path += ".tmp";
179 path += TempPostfix;
180 return path;
342 int FindAltStreamColon_in_Path(const wchar_t *path);
1385 // 22.00: we don't need parent folder, if absolute path mode
1460 const FString path = us2fs(ap.GetFinalPath());
1461 // maybe we must compare absolute paths path here
1465 if (phyPath == path)
1470 s += fs2us(path);
1491 const FString path = us2fs(ap.GetFinalPath());
1492 if (NFind::DoesFileOrDirExist(path))
1496 errorInfo.FileNames.Add(path);
1679 // fnSend(0, ";", (LPSTR)(LPCSTR)path, (LPSTR)(LPCSTR)name, 0);
1737 // const AString path (GetAnsiString(arcPath2));
1740 // fnSend(0, ";", (LPSTR)(LPCSTR)path, (LPSTR)(LPCSTR)name, 0);