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

/haiku/src/apps/mediaplayer/playlist/
H A DFilePlaylistItem.cpp503 char trashPath[B_PATH_NAME_LENGTH]; local
505 true /*create it*/, trashPath, B_PATH_NAME_LENGTH);
511 BDirectory trashDir(trashPath);
515 trashPath, strerror(err));
548 trashPath, strerror(err));
566 char trashPath[B_PATH_NAME_LENGTH]; local
568 false /*create it*/, trashPath, B_PATH_NAME_LENGTH);
577 // BEntry entry(trashPath, (*namesInTrash)[i].String());
578 BPath path(trashPath, (*namesInTrash)[i].String());
/haiku/src/apps/webpositive/
H A DDownloadProgressView.cpp483 char trashPath[B_PATH_NAME_LENGTH]; local
485 trashPath, B_PATH_NAME_LENGTH) == B_OK) {
486 BPath trashDirectory(trashPath);
/haiku/src/apps/installer/
H A DWorkerThread.cpp341 BPath trashPath; local
445 if (find_directory(B_TRASH_DIRECTORY, &trashPath, false,
446 &targetVolume) == B_OK && targetDir.SetTo(trashPath.Path()) == B_OK) {
458 if (testPath.SetTo(&testRef) == B_OK && testPath != trashPath)
/haiku/src/kits/app/
H A DRoster.cpp147 BPath trashPath; local
152 && find_directory(B_TRASH_DIRECTORY, &trashPath, false, &volume)
154 && directory.SetTo(trashPath.Path()) == B_OK

Completed in 53 milliseconds