Searched refs:strSysPath (Results 1 – 2 of 2) sorted by relevance
711 rtl_uString * strSysPath = 0; in osl_openFile() local732 reinterpret_cast<LPCWSTR>(rtl_uString_getStr( strSysPath )), in osl_openFile()741 rtl_uString_release( strSysPath ); in osl_openFile()1118 rtl_uString *strSysPath = NULL; in osl_removeFile() local1128 rtl_uString_release( strSysPath ); in osl_removeFile()1139 rtl_uString *strSysPath = NULL, *strSysDestPath = NULL; in osl_copyFile() local1156 if ( strSysPath ) in osl_copyFile()1157 rtl_uString_release( strSysPath ); in osl_copyFile()1167 rtl_uString *strSysPath = NULL, *strSysDestPath = NULL; in osl_moveFile() local1184 if ( strSysPath ) in osl_moveFile()[all …]
501 rtl_uString *strSysPath = NULL; in osl_openLocalRoot() local509 error = _osl_getSystemPathFromFileURL( strDirectoryPath, &strSysPath, sal_False ); in osl_openLocalRoot()516 rtl_uString_newFromString( &pDirImpl->m_pDirectoryPath, strSysPath ); in osl_openLocalRoot()564 rtl_uString_release( strSysPath ); in osl_openLocalRoot()759 rtl_uString *strSysPath = NULL; in osl_createDirectory() local760 oslFileError error = _osl_getSystemPathFromFileURL( strPath, &strSysPath, sal_False ); in osl_createDirectory()776 const sal_Unicode *pBuffer = rtl_uString_getStr( strSysPath ); in osl_createDirectory()777 sal_Int32 nLen = rtl_uString_getLength( strSysPath ); in osl_createDirectory()789 rtl_uString_release( strSysPath ); in osl_createDirectory()797 rtl_uString *strSysPath = NULL; in osl_removeDirectory() local[all …]
Completed in 68 milliseconds