Home
last modified time | relevance | path

Searched refs:cachePath (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/desktop/source/deployment/registry/
H A Ddp_registry.cxx66 OUString const & context, OUString const & cachePath, bool readOnly,
118 OUString const & cachePath, bool readOnly,
313 OUString const & cachePath, bool readOnly, in create() argument
331 cachePath.getLength() == 0 ? 1 : 3 ); in create()
333 if (cachePath.getLength() > 0) in create()
338 makeURL( cachePath, in create()
383 that, context, cachePath, readOnly, xComponentContext); in create()
391 makeURL( cachePath, in create()
564 OUString const & cachePath, bool readOnly, in create() argument
568 context, cachePath, readOnly, xComponentContext ); in create()
H A Ddp_backend.cxx84 boost::optional<OUString> cachePath; in PackageRegistryBackend() local
86 comphelper::unwrapArgs( args, m_context, cachePath, readOnly ); in PackageRegistryBackend()
87 if (cachePath) in PackageRegistryBackend()
88 m_cachePath = *cachePath; in PackageRegistryBackend()
/aoo4110/main/desktop/source/deployment/registry/package/
H A Ddp_package.cxx1675 OUString const & context, OUString const & cachePath, bool readOnly, in create() argument
1679 cachePath.getLength() == 0 ? 1 : 3 ); in create()
1681 if (cachePath.getLength() > 0) { in create()
1682 args[ 1 ] <<= cachePath; in create()
/aoo4110/main/desktop/source/deployment/manager/
H A Ddp_manager.cxx84 OUString const & cachePath, bool readOnly,

Completed in 56 milliseconds