Home
last modified time | relevance | path

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

/aoo4110/main/desktop/source/pkgchk/unopkg/
H A Dunopkg_app.cxx362 OUString extensionUnorc; in unopkg_main() local
364extensionUnorc = OUSTR("$UNO_USER_PACKAGES_CACHE/registry/com.sun.star.comp.deployment.component.P… in unopkg_main()
366extensionUnorc = OUSTR("$SHARED_EXTENSIONS_USER/registry/com.sun.star.comp.deployment.component.Pa… in unopkg_main()
368extensionUnorc = OUSTR("$BUNDLED_EXTENSIONS_USER/registry/com.sun.star.comp.deployment.component.P… in unopkg_main()
372 ::rtl::Bootstrap::expandMacros(extensionUnorc); in unopkg_main()
373 oslFileError e = osl_removeFile(extensionUnorc.pData); in unopkg_main()
375 throw Exception(OUSTR("Could not delete ") + extensionUnorc, 0); in unopkg_main()

Completed in 20 milliseconds