Lines Matching refs:path
185 void CHashBundle::Final(bool isDir, bool isAltStream, const UString &path)
219 for (unsigned k = 0; k < path.Len(); k++)
221 wchar_t c = path[k];
378 UString path = path2;
385 path.Replace(WCHAR_PATH_SEPARATOR, L'/');
386 // path.Replace((wchar_t)('\\' + 0xf000), L'\\'); // to debug WSL
390 ConvertUnicodeToUTF8(path, utf8);
437 const UString &path,
447 WriteLine(hashFileString, options, path, isDir, methodName, hashesString);
528 UString path;
538 path = dirItems.GetLogPath(i);
588 RINOK(callback->GetStream(path, isDir))
612 hb.Final(isDir, isAltStream, path);
620 path, // change it
1169 UString path;
1170 hp.Get_UString_Path(path);
1172 NArchive::NItemName::ReplaceToOsSlashes_Remove_TailSlash(path,
1175 prop = path;
1526 UString path;
1527 hp.Get_UString_Path(path);
1625 hb_Use->Final(isDir, isAltStream, path);