Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileName.h69 bool GetFullPath(CFSTR dirPrefix, CFSTR path, FString &fullPath);
70 bool GetFullPath(CFSTR path, FString &fullPath);
DFileName.cpp581 bool GetFullPath(CFSTR dirPrefix, CFSTR s, FString &res) in GetFullPath() function
682 bool GetFullPath(CFSTR path, FString &fullPath) in GetFullPath() function
684 return GetFullPath(NULL, path, fullPath); in GetFullPath()
DFileDir.cpp385 return GetFullPath(path, resFullPath); in MyGetFullPathName()
/external/lzma/CPP/7zip/UI/Common/
DArchiveOpenCallback.cpp87 if (!NFile::NName::GetFullPath(_folderPrefix, us2fs(name), fullPath)) in GetStream()
DArchiveExtractCallback.cpp856 if (!NName::GetFullPath(_directoryPathFull, us2fs(relatPath), existPath)) in GetStream()
/external/pdfium/fpdfsdk/include/
Dfsdk_define.h60 virtual CFX_ByteString GetFullPath() { return ""; } in GetFullPath() function
/external/lzma/CPP/7zip/UI/FileManager/
DBrowseDialog.cpp737 if (GetFullPath(us2fs(DirPrefix), us2fs(name), destPath)) in OnCreateDir()
788 if (!GetFullPath(us2fs(DirPrefix), us2fs(s), destPath)) in FinishOnOK()