Searched refs:strSysDirectoryPath (Results 1 – 1 of 1) sorted by relevance
821 rtl_uString *strSysDirectoryPath = NULL; in osl_openDirectory() local824 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 22 milliseconds