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

/haiku/src/kits/package/
H A DAddRepositoryRequest.cpp51 BEntry tempEntry;
52 result = fContext.GetNewTempfile("repoinfo-", &tempEntry);
58 repoInfoURL, tempEntry);
77 tempEntry, fRepositoryBaseURL, targetDirectory);
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistWindow.cpp369 BEntry tempEntry(tempPath.Path());
370 if (origEntry.InitCheck() != B_OK || tempEntry.InitCheck() != B_OK) {
376 _SavePlaylist(origEntry, tempEntry, name);
389 BEntry tempEntry(&tempRef);
391 _SavePlaylist(origEntry, tempEntry, ref.name);
396 PlaylistWindow::_SavePlaylist(BEntry& origEntry, BEntry& tempEntry, argument
416 } remover(&tempEntry);
418 BFile file(&tempEntry, B_CREATE_FILE | B_ERASE_FILE | B_WRITE_ONLY);
446 tempEntry.Rename(finalName, true);
H A DPlaylistWindow.h87 BEntry& tempEntry, const char* finalName);

Completed in 45 milliseconds