Searched refs:cachePath (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/desktop/source/deployment/registry/ |
H A D | dp_registry.cxx | 66 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 D | dp_backend.cxx | 84 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()
|
/aoo42x/main/desktop/source/deployment/registry/package/ |
H A D | dp_package.cxx | 1675 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()
|
/aoo42x/main/desktop/source/deployment/manager/ |
H A D | dp_manager.cxx | 84 OUString const & cachePath, bool readOnly,
|
Completed in 58 milliseconds