Changeset 2835 for box/trunk/bin
- Timestamp:
- 09/01/2011 01:56:36 (17 months ago)
- File:
-
- 1 edited
-
box/trunk/bin/bbstored/BackupCommands.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/bin/bbstored/BackupCommands.cpp
r2282 r2835 389 389 390 390 // Choose a temporary filename for the result of the combination 391 std::ostringstream fs(rContext.GetStoreRoot()); 392 fs << ".recombinetemp."; 393 fs << p; 394 std::string tempFn(fs.str()); 395 tempFn = RaidFileController::DiscSetPathToFileSystemPath(rContext.GetStoreDiscSet(), tempFn, p + 16); 391 std::ostringstream fs; 392 fs << rContext.GetStoreRoot() << ".recombinetemp." << p; 393 std::string tempFn = 394 RaidFileController::DiscSetPathToFileSystemPath( 395 rContext.GetStoreDiscSet(), fs.str(), 396 p + 16); 396 397 397 398 // Open the temporary file
Note: See TracChangeset
for help on using the changeset viewer.
