Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileName.h110 bool GetFullPath(CFSTR dirPrefix, CFSTR path, FString &fullPath);
111 bool GetFullPath(CFSTR path, FString &fullPath);
DFileName.cpp736 bool GetFullPath(CFSTR dirPrefix, CFSTR s, FString &res) in GetFullPath() function
836 bool GetFullPath(CFSTR path, FString &fullPath) in GetFullPath() function
838 return GetFullPath(NULL, path, fullPath); in GetFullPath()
DFileDir.cpp492 return GetFullPath(path, resFullPath); in MyGetFullPathName()
/external/lzma/CPP/7zip/UI/Common/
DArchiveOpenCallback.cpp110 if (!NFile::NName::GetFullPath(_folderPrefix, us2fs(name2), fullPath)) in GetStream()
DArchiveExtractCallback.cpp1207 if (!NName::GetFullPath(_dirPathPrefix_Full, us2fs(relatPath), existPath)) in GetStream()
/external/lzma/CPP/7zip/UI/FileManager/
DBrowseDialog.cpp745 if (GetFullPath(us2fs(DirPrefix), us2fs(name), destPath)) in OnCreateDir()
796 if (!GetFullPath(us2fs(DirPrefix), us2fs(s), destPath)) in FinishOnOK()