Home
last modified time | relevance | path

Searched refs:NormalizeSlashes_in_FileName_for_OsPath (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/Archive/Common/
H A DItemNameUtils.cpp82 void NormalizeSlashes_in_FileName_for_OsPath(wchar_t *name, unsigned len) in NormalizeSlashes_in_FileName_for_OsPath() function
99 void NormalizeSlashes_in_FileName_for_OsPath(UString &name) in NormalizeSlashes_in_FileName_for_OsPath() function
101 NormalizeSlashes_in_FileName_for_OsPath(name.GetBuf(), name.Len()); in NormalizeSlashes_in_FileName_for_OsPath()
H A DItemNameUtils.h17 void NormalizeSlashes_in_FileName_for_OsPath(wchar_t *s, unsigned len);
18 void NormalizeSlashes_in_FileName_for_OsPath(UString &name);
/aosp_15_r20/external/lzma/CPP/7zip/UI/Agent/
H A DAgentProxy.cpp112 NArchive::NItemName::NormalizeSlashes_in_FileName_for_OsPath(pathParts[0]); in GetDirPathParts()
129 NArchive::NItemName::NormalizeSlashes_in_FileName_for_OsPath(s.GetBuf(), MyStringLen(dir.Name)); in GetDirPath_as_Prefix()
540 NArchive::NItemName::NormalizeSlashes_in_FileName_for_OsPath(s); in CalculateSizes()
H A DAgentOut.cpp561 NArchive::NItemName::NormalizeSlashes_in_FileName_for_OsPath(name); in RenameItem()
/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A DApfsHandler.cpp3688 NItemName::NormalizeSlashes_in_FileName_for_OsPath(dest);