Searched refs:damagedFilePath (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/haikudepot/server/
H A DAbstractServerProcess.cpp444 BPath damagedFilePath; local
448 currentFilePath.GetParent(&damagedFilePath);
449 damagedFilePath.Append(damagedLeaf.String());
451 if (0 != rename(currentFilePath.Path(), damagedFilePath.Path())) {
453 Name(), currentFilePath.Path(), damagedFilePath.Path());
458 Name(), currentFilePath.Path(), damagedFilePath.Path());

Completed in 34 milliseconds