LibreOffice Module comphelper (master) 1
|
#include <DirectoryHelper.hxx>
Static Public Member Functions | |
static std::u16string_view | splitAtLastToken (std::u16string_view rSrc, sal_Unicode aToken, OUString &rRight) |
static bool | fileExists (const OUString &rBaseURL) |
static bool | dirExists (const OUString &rDirURL) |
static void | scanDirsAndFiles (const OUString &rDirURL, std::set< OUString > &rDirs, std::set< std::pair< OUString, OUString > > &rFiles) |
static bool | deleteDirRecursively (const OUString &rDirURL) |
static bool | moveDirContent (const OUString &rSourceDirURL, std::u16string_view rTargetDirURL, const std::set< OUString > &rExcludeList) |
Definition at line 21 of file DirectoryHelper.hxx.
|
static |
Definition at line 119 of file DirectoryHelper.cxx.
References deleteDirRecursively(), comphelper::string::remove(), and scanDirsAndFiles().
Referenced by deleteDirRecursively(), moveDirContent(), comphelper::BackupFileHelper::tryDeinstallUserExtensions(), comphelper::BackupFileHelper::tryResetBundledExtensions(), comphelper::BackupFileHelper::tryResetCustomizations(), comphelper::BackupFileHelper::tryResetSharedExtensions(), and comphelper::BackupFileHelper::tryResetUserProfile().
|
static |
Definition at line 58 of file DirectoryHelper.cxx.
Referenced by comphelper::BackupFileHelper::getInitialBaseURL(), comphelper::BackupFileHelper::isTryResetCustomizationsPossible(), and moveDirContent().
|
static |
Definition at line 46 of file DirectoryHelper.cxx.
Referenced by comphelper::BackupFileHelper::isPopPossible_file(), comphelper::BackupFileHelper::isTryResetCustomizationsPossible(), moveDirContent(), comphelper::BackupFileHelper::tryDisableHWAcceleration(), comphelper::BackupFileHelper::tryPop_file(), and comphelper::BackupFileHelper::tryPush_file().
|
static |
Definition at line 151 of file DirectoryHelper.cxx.
References deleteDirRecursively(), dirExists(), fileExists(), comphelper::string::remove(), and scanDirsAndFiles().
Referenced by comphelper::BackupFileHelper::reactOnSafeMode().
|
static |
Definition at line 70 of file DirectoryHelper.cxx.
References splitAtLastToken().
Referenced by deleteDirRecursively(), comphelper::BackupFileHelper::fillDirFileInfo(), comphelper::BackupFileHelper::isPopPossible_files(), moveDirContent(), comphelper::BackupFileHelper::tryPop_files(), and comphelper::BackupFileHelper::tryPush_Files().
|
static |
Definition at line 22 of file DirectoryHelper.cxx.
References nIndex.
Referenced by comphelper::BackupFileHelper::getInitialBaseURL(), and scanDirsAndFiles().