Lines Matching refs:entry

229 			BEntry entry(path.Path(), true);
230 if (entry.InitCheck() == B_OK && model->SetTo(&entry) == B_OK)
242 BEntry entry;
243 root.GetEntry(&entry);
244 model->SetTo(&entry);
323 BEntry entry(&ref);
324 if (entry.InitCheck() != B_OK)
327 // if the entry is a symlink
330 if (entry.IsSymLink()) {
333 entry.GetRef(&resolvedRef);
337 // both entry and ref need to be the correct locations
340 entry.SetTo(&ref);
345 if (!entry.IsDirectory()) {
347 if (entry.GetNodeRef(&child) != B_OK)
350 BPath path(&entry);
352 if (entry.GetParent(&entry) != B_OK)
355 entry.GetRef(&ref);
366 // also set the save name to the dragged in entry
408 // if current directory moved, update entry ref and menu
434 BEntry entry;
436 root.GetEntry(&entry);
437 entry.GetRef(&ref);
554 BEntry entry(&setToRef);
555 if (entry.InitCheck() != B_OK || !entry.IsDirectory())
717 BEntry entry(TargetModel()->EntryRef());
718 if (entry.InitCheck() == B_OK)
719 fDirMenu->Populate(&entry, 0, true, true, false, true);
1235 BEntry entry(&ref, true);
1236 if (entry.InitCheck() == B_OK) {
1240 if (entry.IsDirectory()) {
1241 entry.GetRef(&ref);
1245 entry.SetTo(&ref);
1307 BEntry entry(&ref, true);
1308 if (entry.GetRef(&ref) == B_OK)
1339 BEntry entry(TargetModel()->EntryRef());
1340 entry.GetPath(&path);
1459 BEntry entry(oldModel.EntryRef());
1461 if (entry.InitCheck() == B_OK
1462 && entry.GetParent(&dir) == B_OK
1464 && entry != parentEntry) {
1512 BEntry entry(&ref);
1517 if (FSIsDeskDir(&entry)
1519 || (entry == root && !settings.ShowDisksIcon())) {
1522 desktopDir.GetEntry(&entry);
1523 entry.GetRef(&ref);
1526 return FSIsDeskDir(&entry);
1655 BEntry entry(&ref, true);
1656 if (entry.InitCheck() == B_OK) {
1657 if (entry.IsDirectory())
1729 BEntry entry(ref);
1734 fDirMenu->Populate(&entry, 0, true, true, false, true);
1741 item->SetEntry(&entry);
1918 BEntry entry("/");
1919 Model model(&entry);