Searched refs:GetSpecialFolder (Results 1 – 4 of 4) sorted by relevance
83 static sal_Bool GetSpecialFolder(rtl_uString **strPath,int nFolder);504 bSuccess = (sal_Bool)(GetSpecialFolder(&ustrSysDir, CSIDL_PERSONAL) && in osl_getHomeDir()545 if ( !GetSpecialFolder( &ustrFile, CSIDL_APPDATA) ) in osl_getConfigDir()696 static sal_Bool GetSpecialFolder(rtl_uString **strPath, int nFolder) in GetSpecialFolder() function
379 TempPath = fso.GetSpecialFolder(TemporaryFolder).path495 TempPath = fso.GetSpecialFolder(TemporaryFolder).path
184 tempPath = fso.GetSpecialFolder(TemporaryFolder).Path
477 TempPath = fso.GetSpecialFolder(TemporaryFolder).path
Completed in 97 milliseconds