Home | History | Annotate | Download | only in FileManager

Lines Matching refs:FilePath

133   UString FilePath;  // input/ result path

258 int rootSize = GetRootPrefixSize(FilePath);
260 if (NName::IsDrivePath(FilePath))
262 else if (IsSuperPath(FilePath))
264 if (NName::IsDrivePath(&FilePath[kSuperPathPrefixSize]))
267 _topDirPrefix.SetFrom(FilePath, rootSize);
271 if (!GetParentPath(FilePath, DirPrefix, name))
288 name = FilePath;
793 FilePath = fs2us(destPath);
795 NormalizeDirPathPrefix(FilePath);
821 dialog.FilePath = path;
824 resultPath = dialog.FilePath;
873 dialog.FilePath = path;
881 resultPath = dialog.FilePath;