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.cxx125 OUString dbFile = makeURL(getCachePath(), OUSTR("backenddb.xml")); in BackendImpl() local
127 new ExecutableBackendDb(getComponentContext(), dbFile)); in BackendImpl()
/trunk/main/desktop/source/deployment/registry/script/
H A Ddp_script.cxx177 OUString dbFile = makeURL(getCachePath(), OUSTR("backenddb.xml")); in BackendImpl() local
179 new ScriptBackendDb(getComponentContext(), dbFile)); in BackendImpl()
/trunk/main/desktop/source/deployment/registry/package/
H A Ddp_package.cxx321 OUString dbFile = makeURL(getCachePath(), getImplementationName()); in BackendImpl() local
322 dbFile = makeURL(dbFile, OUSTR("backenddb.xml")); in BackendImpl()
324 new ExtensionBackendDb(getComponentContext(), dbFile)); in BackendImpl()
/trunk/main/desktop/source/deployment/registry/configuration/
H A Ddp_configuration.cxx212 OUString dbFile = makeURL(getCachePath(), OUSTR("backenddb.xml")); in BackendImpl() local
214 new ConfigurationBackendDb(getComponentContext(), dbFile)); in BackendImpl()
/trunk/main/desktop/source/deployment/registry/help/
H A Ddp_help.cxx147 OUString dbFile = makeURL(getCachePath(), OUSTR("backenddb.xml")); in BackendImpl() local
149 new HelpBackendDb(getComponentContext(), dbFile)); in BackendImpl()
/trunk/main/desktop/source/deployment/registry/component/
H A Ddp_component.cxx650 OUString dbFile = makeURL(getCachePath(), OUSTR("backenddb.xml")); in BackendImpl() local
652 new ComponentBackendDb(getComponentContext(), dbFile)); in BackendImpl()

Completed in 50 milliseconds