Home
last modified time | relevance | path

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

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