Searched refs:sysPath (Results 1 – 2 of 2) sorted by relevance
135 UString sysPath = path; in BindToPath() local138 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 …]
1035 const CSysString sysPath (GetSystemString(path2)); in StartApplication() local1037 execInfo.lpFile = sysPath; in StartApplication()