Searched refs:sysPath (Results 1 – 3 of 3) sorted by relevance
515 OUString sysPath = pyString2ustring( obj ); in systemPathToFileUrl() local517 osl::FileBase::RC e = osl::FileBase::getFileURLFromSystemPath( sysPath, url ); in systemPathToFileUrl()523 buf.append( sysPath ); in systemPathToFileUrl()541 OUString sysPath; in fileUrlToSystemPath() local542 osl::FileBase::RC e = osl::FileBase::getSystemPathFromFileURL( url, sysPath ); in fileUrlToSystemPath()548 buf.append( sysPath ); in fileUrlToSystemPath()556 return ustring2PyUnicode( sysPath ).getAcquired(); in fileUrlToSystemPath()
270 rtl::OUString sysPath; in assembleCommandLine() local271 osl::FileBase::RC err = osl::FileBase::getSystemPathFromFileURL(attachments[i], sysPath); in assembleCommandLine()279 rCommandArgs.push_back( quoteString( sysPath ) ); in assembleCommandLine()
1826 rtl_uString *sysPath=NULL; in osl_setFileTime() local1837 error=_osl_getSystemPathFromFileURL(filePath, &sysPath, sal_False); in osl_setFileTime()1842 …hFile=CreateFileW(reinterpret_cast<LPCWSTR>(rtl_uString_getStr(sysPath)), GENERIC_WRITE, 0, NULL ,… in osl_setFileTime()1843 rtl_uString_release(sysPath); in osl_setFileTime()