Home
last modified time | relevance | path

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

/aoo41x/main/sal/osl/w32/
H A Dfile_dirvol.cxx821 rtl_uString *strSysDirectoryPath = NULL; in osl_openDirectory() local
824 error = _osl_getSystemPathFromFileURL( strDirectoryPath, &strSysDirectoryPath, sal_False ); in osl_openDirectory()
829 dwPathType = IsValidFilePath( strSysDirectoryPath, NULL, VALIDATEPATH_NORMAL, NULL ); in osl_openDirectory()
833 error = osl_openNetworkServer( strSysDirectoryPath, pDirectory ); in osl_openDirectory()
836 error = osl_openFileDirectory( strSysDirectoryPath, pDirectory ); in osl_openDirectory()
838 rtl_uString_release( strSysDirectoryPath ); in osl_openDirectory()

Completed in 23 milliseconds