Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileDir.cpp591 UString resultPath1 = GetUnicodePath(sysPath.Left(fileNamePartStartIndex)); in MyGetFullPathName() local
593 fileNamePartStartIndex = resultPath1.Length(); in MyGetFullPathName()
594 resultPath = resultPath1 + resultPath2; in MyGetFullPathName()
700 UString resultPath1 = GetUnicodePath(sysPath.Left(filePart)); in MySearchPath() local
702 filePart = resultPath1.Length(); in MySearchPath()
703 resultPath = resultPath1 + resultPath2; in MySearchPath()