Home
last modified time | relevance | path

Searched refs:osl (Results 1 – 25 of 2361) sorted by relevance

12345678910>>...95

/AOO42X/main/sal/qa/osl/file/
H A Dosl_File.cxx50 using namespace osl;
59 inline ::rtl::OString errorToString( const ::osl::FileBase::RC _nError ) in errorToString()
63 case ::osl::FileBase::E_None: in errorToString()
66 case ::osl::FileBase::E_PERM: in errorToString()
69 case ::osl::FileBase::E_NOENT: in errorToString()
72 case ::osl::FileBase::E_EXIST: in errorToString()
75 case ::osl::FileBase::E_ACCES: in errorToString()
78 case ::osl::FileBase::E_INVAL: in errorToString()
81 case ::osl::FileBase::E_NOTDIR: in errorToString()
84 case ::osl::FileBase::E_ISDIR: in errorToString()
[all …]
/AOO42X/main/sal/qa/osl/socket/
H A Dosl_Socket.cxx65 using namespace osl;
93 inline sal_Bool compareSocketAddr( const ::osl::SocketAddr & addr1 , const ::osl::SocketAddr & addr… in compareSocketAddr()
306 ::osl::SocketAddr saTargetSocketAddr;
307 ::osl::ConnectorSocket csConnectorSocket;
364 …::osl::AcceptorSocket asAcceptorSocket( osl_Socket_FamilyInet, osl_Socket_ProtocolIp, osl_Socket_T… in run()
365 ::osl::SocketAddr saLocalSocketAddr( aHostIp1, IP_PORT_MYPORT9 ); in run()
366 ::osl::StreamSocket ssStreamConnection; in run()
490 ::osl::SocketAddr saTargetSocketAddr;
491 ::osl::ConnectorSocket csConnectorSocket;
559 …::osl::AcceptorSocket asAcceptorSocket( osl_Socket_FamilyInet, osl_Socket_ProtocolIp, osl_Socket_T… in run()
[all …]
H A Dosl_Socket2.cxx62 using namespace osl;
86 ::osl::AcceptorSocket asAcceptorSocket;
92 ::osl::SocketAddr saLocalSocketAddr( aHostIP, IP_PORT_MYPORT9 ); in run()
93 ::osl::StreamSocket ssStreamConnection; in run()
119 AcceptorThread(::osl::AcceptorSocket & asSocket, ::rtl::OUString const& aBindIP ) in AcceptorThread()
185 ::osl::Socket sSocket( sHandle ); in TEST_F()
193 ::osl::Socket sSocket( sHandle, SAL_NO_ACQUIRE ); in TEST_F()
200 ::osl::Socket sSocket( sHandle ); in TEST_F()
202 ::osl::Socket copySocket( sSocket ); in TEST_F()
223 ::osl::Socket sSocket( sHandleIpx ); //, SAL_NO_ACQUIRE ); in TEST_F()
[all …]
H A Dosl_SocketAddr.cxx62 using namespace osl;
98 ::osl::SocketAddr saSocketAddr; in TEST_F()
111 ::osl::SocketAddr saSocketAddr; in TEST_F()
131 … ::osl::SocketAddr saSocketAddr( rtl::OUString::createFromAscii("localhost"), IP_PORT_HTTP1 ); in TEST_F()
132 ::osl::SocketAddr saCopySocketAddr( saSocketAddr ); in TEST_F()
142 … ::osl::SocketAddr saSocketAddr( rtl::OUString::createFromAscii("localhost"), IP_PORT_HTTP1 ); in TEST_F()
145 ::osl::SocketAddr saSocketAddrCopy( psaOSLSocketAddr, SAL_NO_COPY ); in TEST_F()
150 …::osl::SocketAddr* pSocketAddr = new ::osl::SocketAddr( rtl::OUString::createFromAscii("localhost"… in TEST_F()
155 ::osl::SocketAddr* pSocketAddrCopy = new ::osl::SocketAddr( psaOSLSocketAddr, SAL_NO_COPY ); in TEST_F()
166 …::osl::SocketAddr* pSocketAddr = new ::osl::SocketAddr( rtl::OUString::createFromAscii("localhost"… in TEST_F()
[all …]
H A Dosl_StreamSocket.cxx64 using namespace osl;
80 ::osl::AcceptorSocket asAcceptorSocket;
86 ::osl::SocketAddr saLocalSocketAddr( aHostIP, IP_PORT_MYPORT9 ); in run()
87 ::osl::StreamSocket ssStreamConnection; in run()
113 AcceptorThread(::osl::AcceptorSocket & asSocket, ::rtl::OUString const& aBindIP ) in AcceptorThread()
135 osl::Condition &m_aCondition;
141 …::osl::AcceptorSocket asAcceptorSocket( osl_Socket_FamilyInet, osl_Socket_ProtocolIp, osl_Socket_T… in run()
142 …::osl::SocketAddr saLocalSocketAddr( rtl::OUString::createFromAscii("127.0.0.1"), IP_PORT_MYPORT9 … in run()
143 ::osl::StreamSocket ssStreamConnection; in run()
190 ServerSocketThread( osl::Condition &_aCond ):m_aCondition(_aCond) in ServerSocketThread()
[all …]
/AOO42X/main/toolkit/source/awt/
H A Dvclxmenu.cxx187 ::osl::ResettableGuard < ::osl::Mutex > aGuard( GetMutex() ); in getImplementationName()
205 ::osl::ResettableGuard < ::osl::Mutex > aGuard( GetMutex() ); in getSupportedServiceNames()
236 ::osl::ResettableGuard < ::osl::Mutex > aGuard( GetMutex() ); in queryInterface()
267 ::osl::ResettableGuard < ::osl::Mutex > aGuard( GetMutex() ); in IMPL_XUNOTUNNEL()
278 ::osl::Guard< ::osl::Mutex > aGlobalGuard( ::osl::Mutex::getGlobalMutex() ); in IMPL_XUNOTUNNEL()
296 ::osl::Guard< ::osl::Mutex > aGlobalGuard( ::osl::Mutex::getGlobalMutex() ); in IMPL_XUNOTUNNEL()
315 ::osl::ResettableGuard < ::osl::Mutex > aGuard( GetMutex() ); in getImplementationId()
326 ::osl::Guard< ::osl::Mutex > aGlobalGuard( ::osl::Mutex::getGlobalMutex() ); in getImplementationId()
340 ::osl::Guard< ::osl::Mutex > aGlobalGuard( ::osl::Mutex::getGlobalMutex() ); in getImplementationId()
356 ::osl::Guard< ::osl::Mutex > aGuard( GetMutex() ); in addMenuListener()
[all …]
H A Dvclxprinter.cxx56 ::osl::Guard< ::osl::Mutex > aGuard( ::osl::Mutex::getGlobalMutex() ); in ImplGetProperties()
83 osl::Guard< vos::IMutex > aSolarGuard( Application::GetSolarMutex() ); in IMPLEMENT_FORWARD_XINTERFACE2()
91 osl::Guard< vos::IMutex > aSolarGuard( Application::GetSolarMutex() ); in ~VCLXPrinterPropertySet()
117 ::osl::Guard< ::osl::Mutex > aGuard( ::osl::Mutex::getGlobalMutex() ); in getInfoHelper()
130 ::osl::Guard< ::osl::Mutex > aGuard( Mutex ); in convertFastPropertyValue()
167 ::osl::Guard< ::osl::Mutex > aGuard( Mutex ); in setFastPropertyValue_NoBroadcast()
190 ::osl::Guard< ::osl::Mutex > aGuard( ((VCLXPrinterPropertySet*)this)->Mutex ); in getFastPropertyValue()
210 ::osl::Guard< ::osl::Mutex > aGuard( Mutex ); in setHorizontal()
219 ::osl::Guard< ::osl::Mutex > aGuard( Mutex ); in getFormDescriptions()
239 ::osl::Guard< ::osl::Mutex > aGuard( Mutex ); in selectForm()
[all …]
/AOO42X/main/ucb/source/ucp/file/
H A Dshell.cxx432 osl::MutexGuard aGuard( m_aMutex ); in registerNotifier()
456 osl::MutexGuard aGuard( m_aMutex ); in deregisterNotifier()
503 osl::MutexGuard aGuard( m_aMutex ); in associate()
538 osl::MutexGuard aGuard( m_aMutex ); in deassociate()
591 osl::File aFile( aUnqPath ); in page()
592 osl::FileBase::RC err = aFile.open( OpenFlag_Read ); in page()
594 if( err != osl::FileBase::E_None ) in page()
610 if( err == osl::FileBase::E_None ) in page()
804 osl::MutexGuard aGuard( m_aMutex ); in info_p()
827 osl::MutexGuard aGuard( m_aMutex ); in setv()
[all …]
H A Dfilrec.cxx43 if ( m_aFile.open( m_nFlags ) == ::osl::FileBase::E_None in reconnect()
44 || m_aFile.open( OpenFlag_Read ) == ::osl::FileBase::E_None ) in reconnect()
54 ::osl::FileBase::RC ReconnectingFile::open( sal_uInt32 uFlags ) in open()
56 ::osl::FileBase::RC nResult = m_aFile.open( uFlags ); in open()
57 if ( nResult == ::osl::FileBase::E_None ) in open()
70 ::osl::FileBase::RC ReconnectingFile::close() in close()
79 ::osl::FileBase::RC ReconnectingFile::setPos( sal_uInt32 uHow, sal_Int64 uPos ) in setPos()
81 ::osl::FileBase::RC nRes = ::osl::FileBase::E_NETWORK; in setPos()
95 if ( ( nRes == ::osl::FileBase::E_NETWORK in setPos()
96 || nRes == ::osl::FileBase::E_INVAL ) in setPos()
[all …]
/AOO42X/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSResultSet.cxx90 ::osl::MutexGuard aGuard(m_aMutex); in disposing()
122 ::osl::MutexGuard aGuard( m_aMutex ); in findColumn()
136 ::osl::MutexGuard aGuard( m_aMutex ); in getBinaryStream()
145 ::osl::MutexGuard aGuard( m_aMutex ); in getCharacterStream()
155 ::osl::MutexGuard aGuard( m_aMutex ); in getBoolean()
164 ::osl::MutexGuard aGuard( m_aMutex ); in getByte()
177 ::osl::MutexGuard aGuard( m_aMutex ); in getBytes()
185 ::osl::MutexGuard aGuard( m_aMutex ); in getDate()
196 ::osl::MutexGuard aGuard( m_aMutex ); in getDouble()
207 ::osl::MutexGuard aGuard( m_aMutex ); in getFloat()
[all …]
H A DSPreparedStatement.cxx84 ::osl::MutexGuard aGuard( m_aMutex ); in getMetaData()
95 ::osl::MutexGuard aGuard( m_aMutex ); in close()
116 ::osl::MutexGuard aGuard( m_aMutex ); in execute()
127 ::osl::MutexGuard aGuard( m_aMutex ); in executeUpdate()
137 ::osl::MutexGuard aGuard( m_aMutex ); in setString()
144 ::osl::MutexGuard aGuard( m_aMutex ); in getConnection()
153 ::osl::MutexGuard aGuard( m_aMutex ); in executeQuery()
165 ::osl::MutexGuard aGuard( m_aMutex ); in setBoolean()
172 ::osl::MutexGuard aGuard( m_aMutex ); in setByte()
181 ::osl::MutexGuard aGuard( m_aMutex ); in setDate()
[all …]
/AOO42X/main/ucb/source/sorter/
H A Dsortresult.cxx53 static osl::Mutex& getContainerMutex() in getContainerMutex()
55 static osl::Mutex* pMutex = NULL; in getContainerMutex()
58 osl::Guard< osl::Mutex > aGuard( osl::Mutex::getGlobalMutex() ); in getContainerMutex()
61 static osl::Mutex aMutex; in getContainerMutex()
257 osl::Guard< osl::Mutex > aGuard( maMutex ); in dispose()
289 osl::Guard< osl::Mutex > aGuard( maMutex ); in addEventListener()
303 osl::Guard< osl::Mutex > aGuard( maMutex ); in removeEventListener()
317 osl::Guard< osl::Mutex > aGuard( maMutex ); in queryContentIdentifierString()
326 osl::Guard< osl::Mutex > aGuard( maMutex ); in queryContentIdentifier()
335 osl::Guard< osl::Mutex > aGuard( maMutex ); in queryContent()
[all …]
/AOO42X/main/sal/qa/osl/module/
H A Dosl_Module.cxx33 using namespace osl;
71 osl::Module::getUrlFromAddress( ( void* ) &getDllURL, dirPath ); in getDllURL()
79 osl::FileBase::getAbsoluteFileURL( dirPath, libPath, dllPath ); in getDllURL()
108 ::osl::FileBase::RC nError; in createTestDirectory()
111 …::osl::FileBase::getFileURLFromSystemPath( dirname, aPathURL ); //convert if not full qualified URL in createTestDirectory()
112 nError = ::osl::Directory::create( aPathURL ); in createTestDirectory()
113 …ASSERT_TRUE(( ::osl::FileBase::E_None == nError ) || ( nError == ::osl::FileBase::E_EXIST )) << "I… in createTestDirectory()
121 ::osl::FileBase::RC nError; in deleteTestDirectory()
123 …::osl::FileBase::getFileURLFromSystemPath( dirname, aPathURL ); //convert if not full qualified URL in deleteTestDirectory()
125 ::osl::Directory testDir( aPathURL ); in deleteTestDirectory()
[all …]
/AOO42X/main/sal/qa/osl/pipe/
H A Dosl_Pipe.cxx59 using namespace osl;
97 inline void printPipeError( ::osl::Pipe aPipe ) in printPipeError()
174 ::osl::Pipe aPipe; in TEST()
183 ::osl::Pipe aPipe( uniquePipeName(aTestPipeName), osl_Pipe_CREATE ); in TEST()
184 ::osl::Pipe aAssignPipe( uniquePipeName(aTestPipeName), osl_Pipe_OPEN ); in TEST()
194 const ::osl::Security rSecurity; in TEST()
195 ::osl::Pipe aSecurityPipe( uniquePipeName(aTestPipeName), osl_Pipe_CREATE, rSecurity ); in TEST()
205 ::osl::Pipe aPipe( uniquePipeName(aTestPipeName), osl_Pipe_CREATE ); in TEST()
207 ::osl::Pipe aCopyPipe( aPipe ); in TEST()
227 ::osl::Pipe aPipe( uniquePipeName(aTestPipeName), osl_Pipe_CREATE ); in TEST()
[all …]
/AOO42X/main/toolkit/source/controls/tree/
H A Dtreedatamodel.cxx143 ::osl::Mutex maMutex;
209 ::osl::Guard< ::osl::Mutex > aGuard( GetMutex() ); in setRoot()
237 ::osl::Guard< ::osl::Mutex > aGuard( GetMutex() ); in getRoot()
261 ::osl::Guard< ::osl::Mutex > aGuard( GetMutex() ); in dispose()
292 ::osl::Guard< ::osl::Mutex > aGuard( GetMutex() ); in getImplementationName()
301 ::osl::Guard< ::osl::Mutex > aGuard( GetMutex() ); in supportsService()
309 ::osl::Guard< ::osl::Mutex > aGuard( GetMutex() ); in getSupportedServiceNames()
384 ::osl::Guard< ::osl::Mutex > aGuard( maMutex ); in getDataValue()
392 ::osl::Guard< ::osl::Mutex > aGuard( maMutex ); in setDataValue()
400 ::osl::Guard< ::osl::Mutex > aGuard( maMutex ); in appendChild()
[all …]
/AOO42X/main/connectivity/source/drivers/macab/
H A DMacabResultSet.cxx145 ::osl::MutexGuard aGuard(m_aMutex); in disposing()
186 ::osl::MutexGuard aGuard( m_aMutex ); in findColumn()
212 ::osl::MutexGuard aGuard( m_aMutex ); in getString()
239 ::osl::MutexGuard aGuard( m_aMutex ); in getBoolean()
249 ::osl::MutexGuard aGuard( m_aMutex ); in getByte()
260 ::osl::MutexGuard aGuard( m_aMutex ); in getShort()
271 ::osl::MutexGuard aGuard( m_aMutex ); in getInt()
300 ::osl::MutexGuard aGuard( m_aMutex ); in getLong()
329 ::osl::MutexGuard aGuard( m_aMutex ); in getFloat()
358 ::osl::MutexGuard aGuard( m_aMutex ); in getDouble()
[all …]
/AOO42X/main/ucb/source/cacher/
H A Ddynamicresultsetwrapper.cxx79 osl::Guard< osl::Mutex > aGuard( m_aMutex ); in impl_init()
105 osl::Guard< osl::Mutex > aGuard( m_aMutex ); in impl_EnsureNotDisposed()
114 osl::Guard< osl::Mutex > aGuard( m_aMutex ); in impl_InitResultSetOne()
124 osl::Guard< osl::Mutex > aGuard( m_aMutex ); in impl_InitResultSetTwo()
151 osl::ClearableGuard< osl::Mutex > aGuard( m_aMutex ); in SAL_STATIC_CAST()
173 osl::Guard< osl::Mutex > aGuard( m_aMutex ); in SAL_STATIC_CAST()
185 osl::Guard< osl::Mutex > aGuard( m_aMutex ); in addEventListener()
201 osl::Guard< osl::Mutex > aGuard( m_aMutex ); in removeEventListener()
218 osl::Guard< osl::Mutex > aGuard( m_aMutex ); in impl_disposing()
251 osl::Guard< osl::Mutex > aGuard( m_aMutex ); in impl_notify()
[all …]
H A Dcontentresultsetwrapper.cxx78 osl::Guard< osl::Mutex > aGuard( m_aMutex ); in impl_init_xRowOrigin()
87 osl::Guard< osl::Mutex > aGuard( m_aMutex ); in impl_init_xRowOrigin()
96 osl::Guard< osl::Mutex > aGuard( m_aMutex ); in impl_init_xContentAccessOrigin()
105 osl::Guard< osl::Mutex > aGuard( m_aMutex ); in impl_init_xContentAccessOrigin()
115 osl::Guard< osl::Mutex > aGuard( m_aMutex ); in impl_init_xPropertySetOrigin()
124 osl::Guard< osl::Mutex > aGuard( m_aMutex ); in impl_init_xPropertySetOrigin()
162 osl::Guard< osl::Mutex > aGuard( m_aMutex ); in impl_initPropertySetInfo()
175 osl::Guard< osl::Mutex > aGuard( m_aMutex ); in impl_initPropertySetInfo()
184 osl::Guard< osl::Mutex > aGuard( m_aMutex ); in impl_EnsureNotDisposed()
193 osl::Guard< osl::Mutex > aGuard( m_aMutex ); in impl_getPropertyChangeListenerContainer()
[all …]
/AOO42X/main/ucbhelper/source/provider/
H A Dinteractionrequest.cxx159 osl::Guard< osl::Mutex > aGuard( osl::Mutex::getGlobalMutex() ); in getImplementationId()
177 osl::Guard< osl::Mutex > aGuard( osl::Mutex::getGlobalMutex() ); in getTypes()
311 osl::Guard< osl::Mutex > aGuard( osl::Mutex::getGlobalMutex() ); in getImplementationId()
329 osl::Guard< osl::Mutex > aGuard( osl::Mutex::getGlobalMutex() ); in getTypes()
413 osl::Guard< osl::Mutex > aGuard( osl::Mutex::getGlobalMutex() ); in getImplementationId()
431 osl::Guard< osl::Mutex > aGuard( osl::Mutex::getGlobalMutex() ); in getTypes()
515 osl::Guard< osl::Mutex > aGuard( osl::Mutex::getGlobalMutex() ); in getImplementationId()
533 osl::Guard< osl::Mutex > aGuard( osl::Mutex::getGlobalMutex() ); in getTypes()
617 osl::Guard< osl::Mutex > aGuard( osl::Mutex::getGlobalMutex() ); in getImplementationId()
635 osl::Guard< osl::Mutex > aGuard( osl::Mutex::getGlobalMutex() ); in getTypes()
[all …]
/AOO42X/main/desktop/source/app/
H A Dcmdlineargs.cxx653 osl::MutexGuard aMutexGuard( m_aMutex ); in SetBoolParam()
661 osl::MutexGuard aMutexGuard( m_aMutex ); in IsMinimized()
667 osl::MutexGuard aMutexGuard( m_aMutex ); in IsInvisible()
673 osl::MutexGuard aMutexGuard( m_aMutex ); in IsNoRestore()
679 osl::MutexGuard aMutexGuard( m_aMutex ); in IsNoDefault()
685 osl::MutexGuard aMutexGuard( m_aMutex ); in IsBean()
691 osl::MutexGuard aMutexGuard( m_aMutex ); in IsServer()
697 osl::MutexGuard aMutexGuard( m_aMutex ); in IsHeadless()
703 osl::MutexGuard aMutexGuard( m_aMutex ); in IsConversionMode()
709 osl::MutexGuard aMutexGuard( m_aMutex ); in IsQuickstart()
[all …]
/AOO42X/main/desktop/source/migration/services/
H A Doo3extensionmigration.cxx80 ::osl::MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() ); in OO3ExtensionMigration_getImplementationName()
97 ::osl::MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() ); in OO3ExtensionMigration_getSupportedServiceNames()
123 ::osl::FileBase::RC OO3ExtensionMigration::checkAndCreateDirectory( INetURLObject& rDirURL ) in checkAndCreateDirectory()
125 …::osl::FileBase::RC aResult = ::osl::Directory::create( rDirURL.GetMainURL( INetURLObject::DECODE_… in checkAndCreateDirectory()
126 if ( aResult == ::osl::FileBase::E_NOENT ) in checkAndCreateDirectory()
131 return ::osl::Directory::create( rDirURL.GetMainURL( INetURLObject::DECODE_TO_IURI ) ); in checkAndCreateDirectory()
141 osl::Directory aScanRootDir( sSourceDir ); in scanUserExtensions()
142 osl::FileStatus fs(FileStatusMask_Type | FileStatusMask_FileURL); in scanUserExtensions()
143 osl::FileBase::RC nRetCode = aScanRootDir.open(); in scanUserExtensions()
144 if ( nRetCode == osl::Directory::E_None ) in scanUserExtensions()
[all …]
/AOO42X/main/extensions/source/update/check/
H A Dupdatecheck.cxx155 osl::File::getSystemPathFromFileURL(aFile, aSystemPath); in getImageFromFileName()
197 … if( osl::FileBase::E_None == osl::FileBase::getFileURLFromSystemPath(aImageName, aImageName) ) in getImageFromFileName()
247 UpdateCheckThread( osl::Condition& rCondition,
276 osl::MutexGuard aGuard(m_aMutex); in createProvider()
283 { osl::MutexGuard aGuard(m_aMutex); return m_xProvider; }; in getProvider()
287 { osl::MutexGuard aGuard(m_aMutex); m_xProvider.clear(); }; in clearProvider()
289 osl::Mutex m_aMutex;
290 osl::Module m_aModule;
293 osl::Condition& m_aCondition;
308 …ManualUpdateCheckThread( osl::Condition& rCondition, const uno::Reference<uno::XComponentContext>&… in ManualUpdateCheckThread()
[all …]
/AOO42X/main/framework/source/fwe/classes/
H A Dsfxhelperfunctions.cxx48 ::osl::MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() ); in SetToolBoxControllerCreator()
58 ::osl::MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() ); in CreateToolBoxController()
70 ::osl::MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() ); in SetStatusBarControllerCreator()
80 ::osl::MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() ); in CreateStatusBarController()
92 ::osl::MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() ); in SetRefreshToolbars()
103 ::osl::MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() ); in RefreshToolbars()
113 ::osl::MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() ); in SetDockingWindowCreator()
124 ::osl::MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() ); in CreateDockingWindow()
134 ::osl::MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() ); in SetIsDockingWindowVisible()
145 ::osl::MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() ); in IsDockingWindowVisible()
[all …]
/AOO42X/main/desktop/source/pkgchk/unopkg/
H A Dunopkg_misc.cxx457 if (::osl::File::E_None == ::osl::File::getAbsoluteFileURL( in getLockFilePath()
460 if (::osl::File::E_None == in getLockFilePath()
461 ::osl::File::getSystemPathFromFileURL(sAbs, sBootstrap)) in getLockFilePath()
536 ::osl::Directory dir(url); in hasNoFolder()
537 osl::File::RC rc = dir.open(); in hasNoFolder()
538 if (rc == osl::File::E_None) in hasNoFolder()
541 osl::DirectoryItem i; in hasNoFolder()
542 osl::File::RC rcNext = osl::File::E_None; in hasNoFolder()
543 while ( (rcNext = dir.getNextItem(i)) == osl::File::E_None) in hasNoFolder()
545 osl::FileStatus stat(FileStatusMask_Type); in hasNoFolder()
[all …]
/AOO42X/main/sal/qa/osl/condition/
H A Dosl_Condition.cxx38 using namespace osl;
96 …ConditionThread( ::osl::Condition& Con, ConditionType tType): m_MyCon( Con ), m_MyType( tType ) { } in ConditionThread()
103 ::osl::Condition& m_MyCon;
133 ::osl::Condition aCond; in TEST()
141 ::osl::Condition aCond; in TEST()
154 ::osl::Condition aCond; in TEST()
163 ::osl::Condition aCond; in TEST()
186 ::osl::Condition aCond; in TEST()
203 ::osl::Condition aCond; in TEST()
220 ::osl::Condition cond1; in TEST()
[all …]

12345678910>>...95