Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Archive/Common/
DItemNameUtils.cpp13 static const wchar_t kUnixPathSepar = L'/'; variable
20 name.Replace(kOsPathSepar, kUnixPathSepar); in ReplaceSlashes_OsToUnix()
31 newName.Replace(kUnixPathSepar, kOsPathSepar); in GetOsPath()