Home
last modified time | relevance | path

Searched refs:dbFile (Results 1 – 6 of 6) sorted by relevance

/trunk/main/desktop/source/deployment/registry/executable/
H A Ddp_executable.cxx123 OUString dbFile = makeURL(getCachePath(), OUSTR("backenddb.xml")); in BackendImpl() local
125 new ExecutableBackendDb(getComponentContext(), dbFile)); in BackendImpl()
/trunk/main/desktop/source/deployment/registry/script/
H A Ddp_script.cxx175 OUString dbFile = makeURL(getCachePath(), OUSTR("backenddb.xml")); in BackendImpl() local
177 new ScriptBackendDb(getComponentContext(), dbFile)); in BackendImpl()
/trunk/main/desktop/source/deployment/registry/package/
H A Ddp_package.cxx287 OUString dbFile = makeURL(getCachePath(), getImplementationName()); in BackendImpl() local
288 dbFile = makeURL(dbFile, OUSTR("backenddb.xml")); in BackendImpl()
290 new ExtensionBackendDb(getComponentContext(), dbFile)); in BackendImpl()
/trunk/main/desktop/source/deployment/registry/configuration/
H A Ddp_configuration.cxx210 OUString dbFile = makeURL(getCachePath(), OUSTR("backenddb.xml")); in BackendImpl() local
212 new ConfigurationBackendDb(getComponentContext(), dbFile)); in BackendImpl()
/trunk/main/desktop/source/deployment/registry/help/
H A Ddp_help.cxx144 OUString dbFile = makeURL(getCachePath(), OUSTR("backenddb.xml")); in BackendImpl() local
146 new HelpBackendDb(getComponentContext(), dbFile)); in BackendImpl()
/trunk/main/desktop/source/deployment/registry/component/
H A Ddp_component.cxx648 OUString dbFile = makeURL(getCachePath(), OUSTR("backenddb.xml")); in BackendImpl() local
650 new ComponentBackendDb(getComponentContext(), dbFile)); in BackendImpl()