Home
last modified time | relevance | path

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

/trunk/main/sal/osl/w32/
H A Dfile.cxx711 rtl_uString * strSysPath = 0; in osl_openFile() local
732 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() local
1128 rtl_uString_release( strSysPath ); in osl_removeFile()
1139 rtl_uString *strSysPath = NULL, *strSysDestPath = NULL; in osl_copyFile() local
1156 if ( strSysPath ) in osl_copyFile()
1157 rtl_uString_release( strSysPath ); in osl_copyFile()
1167 rtl_uString *strSysPath = NULL, *strSysDestPath = NULL; in osl_moveFile() local
1184 if ( strSysPath ) in osl_moveFile()
[all …]
H A Dfile_dirvol.cxx501 rtl_uString *strSysPath = NULL; in osl_openLocalRoot() local
509 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() local
760 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 32 milliseconds