Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/FileManager/
DPanelFolderChange.cpp135 UString sysPath = path; in BindToPath() local
138 const unsigned prefixSize = NName::GetRootPrefixSize(sysPath); in BindToPath()
139 if (prefixSize == 0 || sysPath[prefixSize] == 0) in BindToPath()
140 sysPath.Empty(); in BindToPath()
143 if (!sysPath.IsEmpty() && sysPath.Back() == ':' && in BindToPath()
144 (sysPath.Len() != 2 || !NName::IsDrivePath2(sysPath))) in BindToPath()
147 UString baseFile = sysPath; in BindToPath()
150 sysPath.Empty(); in BindToPath()
156 while (!sysPath.IsEmpty()) in BindToPath()
158 if (sysPath.Len() <= prefixSize) in BindToPath()
[all …]
DBrowseDialog2.cpp1035 const CSysString sysPath (GetSystemString(path2)); in StartApplication() local
1037 execInfo.lpFile = sysPath; in StartApplication()