Home
last modified time | relevance | path

Searched refs:sysPath (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/pyuno/source/module/
H A Dpyuno_module.cxx528 OUString sysPath = pyString2ustring( obj ); in systemPathToFileUrl() local
530 osl::FileBase::RC e = osl::FileBase::getFileURLFromSystemPath( sysPath, url ); in systemPathToFileUrl()
536 buf.append( sysPath ); in systemPathToFileUrl()
554 OUString sysPath; in fileUrlToSystemPath() local
555 osl::FileBase::RC e = osl::FileBase::getSystemPathFromFileURL( url, sysPath ); in fileUrlToSystemPath()
561 buf.append( sysPath ); in fileUrlToSystemPath()
569 return ustring2PyUnicode( sysPath ).getAcquired(); in fileUrlToSystemPath()
/aoo4110/main/shell/source/win32/sysmail/
H A Dsysmailclient.cxx271 rtl::OUString sysPath; in assembleCommandLine() local
272 osl::FileBase::RC err = osl::FileBase::getSystemPathFromFileURL(attachments[i], sysPath); in assembleCommandLine()
280 rCommandArgs.push_back( quoteString( sysPath ) ); in assembleCommandLine()
/aoo4110/main/sal/osl/w32/
H A Dfile_dirvol.cxx1826 rtl_uString *sysPath=NULL; in osl_setFileTime() local
1837 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 35 milliseconds