Home
last modified time | relevance | path

Searched refs:getCachePath (Results 1 – 8 of 8) sorted by relevance

/trunk/main/desktop/source/deployment/registry/component/
H A Ddp_component.cxx452 ::ucbhelper::Content cacheDir( getCachePath(), xCmdEnv ); in initServiceRdbFiles()
458 &oldRDB, makeURL( getCachePath(), m_commonRDB_RO), in initServiceRdbFiles()
480 &oldRDB, makeURL(getCachePath(), m_nativeRDB_RO), in initServiceRdbFiles()
508 makeURL( expandUnoRcUrl(getCachePath()), m_commonRDB ), in initServiceRdbFiles()
519 makeURL( expandUnoRcUrl(getCachePath()), m_nativeRDB ), in initServiceRdbFiles()
538 makeURL(expandUnoRcUrl(getCachePath()), m_commonRDB_RO), in initServiceRdbFiles_RO()
550 makeURL(expandUnoRcUrl(getCachePath()), m_nativeRDB_RO), in initServiceRdbFiles_RO()
648 OUString dbFile = makeURL(getCachePath(), OUSTR("backenddb.xml")); in BackendImpl()
843 makeURL( getCachePath(), OUSTR("unorc") ), in unorc_verify_init()
942 makeURL( getCachePath(), getPlatformString() + OUSTR("rc")), in unorc_verify_init()
[all …]
/trunk/main/desktop/source/deployment/registry/configuration/
H A Ddp_configuration.cxx210 OUString dbFile = makeURL(getCachePath(), OUSTR("backenddb.xml")); in BackendImpl()
225 makeURL( getCachePath(), OUSTR("registered_packages.pmap") ), in BackendImpl()
373 makeURL( getCachePath(), OUSTR("configmgr.ini") ), in configmgrini_verify_init()
467 makeURL( getCachePath(), OUSTR("configmgr.ini") ), xCmdEnv ); in configmgrini_flush()
778 makeURL( that->getCachePath(), OUSTR("registry") ), in processPackage_()
/trunk/main/desktop/source/deployment/registry/
H A Ddp_backend.cxx220 const OUString sDataFolder = makeURL(getCachePath(), relUrl); in createFolder()
263 const OUString sDataFolder = makeURL(getCachePath(), relUrl); in deleteUnusedFolders()
/trunk/main/desktop/source/deployment/registry/executable/
H A Ddp_executable.cxx123 OUString dbFile = makeURL(getCachePath(), OUSTR("backenddb.xml")); in BackendImpl()
/trunk/main/desktop/source/deployment/registry/script/
H A Ddp_script.cxx175 OUString dbFile = makeURL(getCachePath(), OUSTR("backenddb.xml")); in BackendImpl()
/trunk/main/desktop/source/deployment/registry/inc/
H A Ddp_backend.h302 inline ::rtl::OUString const & getCachePath() const { return m_cachePath; } in getCachePath() function
/trunk/main/desktop/source/deployment/registry/help/
H A Ddp_help.cxx144 OUString dbFile = makeURL(getCachePath(), OUSTR("backenddb.xml")); in BackendImpl()
/trunk/main/desktop/source/deployment/registry/package/
H A Ddp_package.cxx287 OUString dbFile = makeURL(getCachePath(), getImplementationName()); in BackendImpl()