Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DShell.cpp162 bool BrowseForFolder(LPBROWSEINFO browseInfo, CSysString &resultPath) in BrowseForFolder() argument
170 return GetPathFromIDList(itemIDList, resultPath); in BrowseForFolder()
204 LPCTSTR initialFolder, CSysString &resultPath) in BrowseForFolder() argument
222 return BrowseForFolder(&browseInfo, resultPath); in BrowseForFolder()
226 LPCTSTR initialFolder, CSysString &resultPath) in BrowseForFolder() argument
232 BIF_RETURNONLYFSDIRS | BIF_STATUSTEXT, initialFolder, resultPath); in BrowseForFolder()
254 bool BrowseForFolder(LPBROWSEINFOW browseInfo, UString &resultPath) in BrowseForFolder() argument
266 return GetPathFromIDList(itemIDList, resultPath); in BrowseForFolder()
299 LPCWSTR initialFolder, UString &resultPath) in BrowseForFolder() argument
310 return BrowseForFolder(&browseInfo, resultPath); in BrowseForFolder()
[all …]
DShell.h84 bool BrowseForFolder(LPBROWSEINFO lpbi, CSysString &resultPath);
85 bool BrowseForFolder(HWND owner, LPCTSTR title, LPCTSTR initialFolder, CSysString &resultPath);
89 bool BrowseForFolder(LPBROWSEINFO lpbi, UString &resultPath);
90 bool BrowseForFolder(HWND owner, LPCWSTR title, LPCWSTR initialFolder, UString &resultPath);
DFileDir.h38 bool GetCurrentDir(FString &resultPath);
42 bool MyGetTempPath(FString &resultPath);
/external/lzma/CPP/7zip/UI/FileManager/
DBrowseDialog.h8 bool MyBrowseForFolder(HWND owner, LPCWSTR title, LPCWSTR path, UString &resultPath);
9 …wner, LPCWSTR title, LPCWSTR path, LPCWSTR filterDescription, LPCWSTR filter, UString &resultPath);
DBrowseDialog.cpp801 bool MyBrowseForFolder(HWND owner, LPCWSTR title, LPCWSTR path, UString &resultPath) in MyBrowseForFolder() argument
803 resultPath.Empty(); in MyBrowseForFolder()
810 return NShell::BrowseForFolder(owner, title, path, resultPath); in MyBrowseForFolder()
824 resultPath = dialog.FilePath; in MyBrowseForFolder()
831 LPCWSTR filterDescription, LPCWSTR filter, UString &resultPath) in MyBrowseForFile() argument
833 resultPath.Empty(); in MyBrowseForFile()
841 if (MyGetOpenFileName(owner, title, NULL, path, filterDescription, filter, resultPath)) in MyBrowseForFile()
881 resultPath = dialog.FilePath; in MyBrowseForFile()
/external/lzma/CPP/7zip/UI/GUI/
DExtractDialog.cpp280 UString resultPath; in OnButtonSetPath() local
281 if (!MyBrowseForFolder(*this, title, currentPath, resultPath)) in OnButtonSetPath()
286 _path.SetText(resultPath); in OnButtonSetPath()
/external/mesa3d/include/GL/
Dglext.h12574 GLAPI void APIENTRY glWeightPathsNV (GLuint resultPath, GLsizei numPaths, const GLuint *paths, cons…
12575 GLAPI void APIENTRY glCopyPathNV (GLuint resultPath, GLuint srcPath);
12576 GLAPI void APIENTRY glInterpolatePathsNV (GLuint resultPath, GLuint pathA, GLuint pathB, GLfloat we…
12577 GLAPI void APIENTRY glTransformPathNV (GLuint resultPath, GLuint srcPath, GLenum transformType, con…
12624 typedef void (APIENTRYP PFNGLWEIGHTPATHSNVPROC) (GLuint resultPath, GLsizei numPaths, const GLuint …
12625 typedef void (APIENTRYP PFNGLCOPYPATHNVPROC) (GLuint resultPath, GLuint srcPath);
12626 typedef void (APIENTRYP PFNGLINTERPOLATEPATHSNVPROC) (GLuint resultPath, GLuint pathA, GLuint pathB…
12627 typedef void (APIENTRYP PFNGLTRANSFORMPATHNVPROC) (GLuint resultPath, GLuint srcPath, GLenum transf…