Home
last modified time | relevance | path

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

/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/lib/backupstore/
H A DStoreStructure.cpp71 void StoreStructure::MakeObjectFilename(int64_t ObjectID, const std::string &rStoreRoot, int DiscSe… in MakeObjectFilename() argument
76 rFilenameOut = rStoreRoot; in MakeObjectFilename()
124 void StoreStructure::MakeWriteLockFilename(const std::string &rStoreRoot, int DiscSet, std::string … in MakeWriteLockFilename() argument
131 std::string writeLockFile(rdiscSet[0] + DIRECTORY_SEPARATOR + rStoreRoot + "write.lock"); in MakeWriteLockFilename()
H A DStoreStructure.h69 …void MakeObjectFilename(int64_t ObjectID, const std::string &rStoreRoot, int DiscSet, std::string …
70 void MakeWriteLockFilename(const std::string &rStoreRoot, int DiscSet, std::string &rFilenameOut);
H A DBackupStoreContext.h116 …ClientHasAccount(const std::string &rStoreRoot, int StoreDiscSet) {mClientHasAccount = true; mStor… in SetClientHasAccount() argument
H A DBackupStoreCheck.h117 …BackupStoreCheck(const std::string &rStoreRoot, int DiscSetNumber, int32_t AccountID, bool FixErro…
H A DBackupStoreCheck.cpp82 BackupStoreCheck::BackupStoreCheck(const std::string &rStoreRoot, int DiscSetNumber, int32_t Accoun… in BackupStoreCheck() argument
83 : mStoreRoot(rStoreRoot), in BackupStoreCheck()
/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/bin/bbstored/
H A DHousekeepStoreAccount.h80 HousekeepStoreAccount(int AccountID, const std::string &rStoreRoot,
H A DHousekeepStoreAccount.cpp85 const std::string &rStoreRoot, int StoreDiscSet, in HousekeepStoreAccount() argument
88 mStoreRoot(rStoreRoot), in HousekeepStoreAccount()