Home
last modified time | relevance | path

Searched refs:resultPath (Results 1 – 15 of 15) 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/swiftshader/include/GLES2/
Dgl2ext.h2526 typedef void (GL_APIENTRYP PFNGLWEIGHTPATHSNVPROC) (GLuint resultPath, GLsizei numPaths, const GLui…
2527 typedef void (GL_APIENTRYP PFNGLCOPYPATHNVPROC) (GLuint resultPath, GLuint srcPath);
2528 typedef void (GL_APIENTRYP PFNGLINTERPOLATEPATHSNVPROC) (GLuint resultPath, GLuint pathA, GLuint pa…
2529 typedef void (GL_APIENTRYP PFNGLTRANSFORMPATHNVPROC) (GLuint resultPath, GLuint srcPath, GLenum tra…
2584 GL_APICALL void GL_APIENTRY glWeightPathsNV (GLuint resultPath, GLsizei numPaths, const GLuint *pat…
2585 GL_APICALL void GL_APIENTRY glCopyPathNV (GLuint resultPath, GLuint srcPath);
2586 GL_APICALL void GL_APIENTRY glInterpolatePathsNV (GLuint resultPath, GLuint pathA, GLuint pathB, GL…
2587 GL_APICALL void GL_APIENTRY glTransformPathNV (GLuint resultPath, GLuint srcPath, GLenum transformT…
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.equinox.common_3.7.0.v20150402-1709.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
/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…
/external/swiftshader/include/GL/
Dglext.h9127 typedef void (APIENTRYP PFNGLWEIGHTPATHSNVPROC) (GLuint resultPath, GLsizei numPaths, const GLuint …
9128 typedef void (APIENTRYP PFNGLCOPYPATHNVPROC) (GLuint resultPath, GLuint srcPath);
9129 typedef void (APIENTRYP PFNGLINTERPOLATEPATHSNVPROC) (GLuint resultPath, GLuint pathA, GLuint pathB…
9130 typedef void (APIENTRYP PFNGLTRANSFORMPATHNVPROC) (GLuint resultPath, GLuint srcPath, GLenum transf…
9177 GLAPI void APIENTRY glWeightPathsNV (GLuint resultPath, GLsizei numPaths, const GLuint *paths, cons…
9178 GLAPI void APIENTRY glCopyPathNV (GLuint resultPath, GLuint srcPath);
9179 GLAPI void APIENTRY glInterpolatePathsNV (GLuint resultPath, GLuint pathA, GLuint pathB, GLfloat we…
9180 GLAPI void APIENTRY glTransformPathNV (GLuint resultPath, GLuint srcPath, GLenum transformType, con…
/external/dagger2/lib/
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...