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

/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistWindow.cpp368 BEntry origEntry(origPath.Path());
370 if (origEntry.InitCheck() != B_OK || tempEntry.InitCheck() != B_OK) {
376 _SavePlaylist(origEntry, tempEntry, name);
388 BEntry origEntry(&ref);
391 _SavePlaylist(origEntry, tempEntry, ref.name);
396 PlaylistWindow::_SavePlaylist(BEntry& origEntry, BEntry& tempEntry, argument
441 if (origEntry.Exists()) {
H A DPlaylistWindow.h86 void _SavePlaylist(BEntry& origEntry,

Completed in 60 milliseconds