Searched refs:sysPath (Results 1 – 3 of 3) sorted by relevance
528 OUString sysPath = pyString2ustring( obj ); in systemPathToFileUrl() local530 osl::FileBase::RC e = osl::FileBase::getFileURLFromSystemPath( sysPath, url ); in systemPathToFileUrl()536 buf.append( sysPath ); in systemPathToFileUrl()554 OUString sysPath; in fileUrlToSystemPath() local555 osl::FileBase::RC e = osl::FileBase::getSystemPathFromFileURL( url, sysPath ); in fileUrlToSystemPath()561 buf.append( sysPath ); in fileUrlToSystemPath()569 return ustring2PyUnicode( sysPath ).getAcquired(); in fileUrlToSystemPath()
271 rtl::OUString sysPath; in assembleCommandLine() local272 osl::FileBase::RC err = osl::FileBase::getSystemPathFromFileURL(attachments[i], sysPath); in assembleCommandLine()280 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()
Completed in 32 milliseconds