Searched refs:dbFile (Results 1 – 6 of 6) sorted by relevance
| /trunk/main/desktop/source/deployment/registry/executable/ |
| H A D | dp_executable.cxx | 123 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 D | dp_script.cxx | 175 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 D | dp_package.cxx | 287 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 D | dp_configuration.cxx | 210 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 D | dp_help.cxx | 144 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 D | dp_component.cxx | 648 OUString dbFile = makeURL(getCachePath(), OUSTR("backenddb.xml")); in BackendImpl() local 650 new ComponentBackendDb(getComponentContext(), dbFile)); in BackendImpl()
|