Home
last modified time | relevance | path

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

/AOO41X/main/sal/osl/w32/
H A Dfile.cxx711 rtl_uString * strSysPath = 0; in osl_openFile() local
712 oslFileError result = _osl_getSystemPathFromFileURL( strPath, &strSysPath, sal_False ); in osl_openFile()
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
1119 oslFileError error = _osl_getSystemPathFromFileURL( strPath, &strSysPath, sal_False ); in osl_removeFile()
1123 if ( DeleteFile( reinterpret_cast<LPCTSTR>(rtl_uString_getStr( strSysPath )) ) ) in osl_removeFile()
1128 rtl_uString_release( strSysPath ); in osl_removeFile()
1139 rtl_uString *strSysPath = NULL, *strSysDestPath = NULL; in osl_copyFile() local
1140 oslFileError error = _osl_getSystemPathFromFileURL( strPath, &strSysPath, sal_False ); in osl_copyFile()
[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()
766 … bCreated = CreateDirectoryW( reinterpret_cast<LPCWSTR>(rtl_uString_getStr( strSysPath )), NULL ); 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()
[all …]