Searched refs:getCachePath (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/desktop/source/deployment/registry/component/ |
H A D | dp_component.cxx | 454 ::ucbhelper::Content cacheDir( getCachePath(), xCmdEnv ); in initServiceRdbFiles() 460 &oldRDB, makeURL( getCachePath(), m_commonRDB_RO), in initServiceRdbFiles() 482 &oldRDB, makeURL(getCachePath(), m_nativeRDB_RO), in initServiceRdbFiles() 510 makeURL( expandUnoRcUrl(getCachePath()), m_commonRDB ), in initServiceRdbFiles() 521 makeURL( expandUnoRcUrl(getCachePath()), m_nativeRDB ), in initServiceRdbFiles() 540 makeURL(expandUnoRcUrl(getCachePath()), m_commonRDB_RO), in initServiceRdbFiles_RO() 552 makeURL(expandUnoRcUrl(getCachePath()), m_nativeRDB_RO), in initServiceRdbFiles_RO() 650 OUString dbFile = makeURL(getCachePath(), OUSTR("backenddb.xml")); in BackendImpl() 847 makeURL( getCachePath(), OUSTR("unorc") ), in unorc_verify_init() 1054 makeURL( getCachePath(), getPlatformString() + OUSTR("rc") ), in unorc_flush() [all …]
|
/aoo41x/main/desktop/source/deployment/registry/configuration/ |
H A D | dp_configuration.cxx | 212 OUString dbFile = makeURL(getCachePath(), OUSTR("backenddb.xml")); in BackendImpl() 227 makeURL( getCachePath(), OUSTR("registered_packages.pmap") ), in BackendImpl() 377 makeURL( getCachePath(), OUSTR("configmgr.ini") ), in configmgrini_verify_init() 471 makeURL( getCachePath(), OUSTR("configmgr.ini") ), xCmdEnv ); in configmgrini_flush() 782 makeURL( that->getCachePath(), OUSTR("registry") ), in processPackage_()
|
/aoo41x/main/desktop/source/deployment/registry/ |
H A D | dp_backend.cxx | 225 const OUString sDataFolder = makeURL(getCachePath(), relUrl); in createFolder() 268 const OUString sDataFolder = makeURL(getCachePath(), relUrl); in deleteUnusedFolders()
|
/aoo41x/main/desktop/source/deployment/registry/executable/ |
H A D | dp_executable.cxx | 125 OUString dbFile = makeURL(getCachePath(), OUSTR("backenddb.xml")); in BackendImpl()
|
/aoo41x/main/desktop/source/deployment/registry/script/ |
H A D | dp_script.cxx | 177 OUString dbFile = makeURL(getCachePath(), OUSTR("backenddb.xml")); in BackendImpl()
|
/aoo41x/main/desktop/source/deployment/registry/inc/ |
H A D | dp_backend.h | 366 inline ::rtl::OUString const & getCachePath() const { return m_cachePath; } in getCachePath() function in dp_registry::backend::PackageRegistryBackend
|
/aoo41x/main/desktop/source/deployment/registry/help/ |
H A D | dp_help.cxx | 147 OUString dbFile = makeURL(getCachePath(), OUSTR("backenddb.xml")); in BackendImpl()
|
/aoo41x/main/desktop/source/deployment/registry/package/ |
H A D | dp_package.cxx | 321 OUString dbFile = makeURL(getCachePath(), getImplementationName()); in BackendImpl()
|
Completed in 54 milliseconds