Searched refs:SetTo (Results 1 - 25 of 1285) sorted by last modified time

1234567891011>>

/haiku/src/kits/interface/
H A DColumnTypes.cpp102 fTitle.SetTo(title);
110 forTitle->SetTo(fTitle.String());
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A Dkernel_interface.cpp1477 if (!fName.SetTo(name))
/haiku/src/tests/kits/storage/
H A DFindDirectoryTest.cpp108 status_t error = volume.SetTo(device);
140 path.SetTo(homePath.Path(), "Desktop");
158 path.SetTo(homePath.Path(), "Desktop/Trash");
164 path.SetTo(recycledPath.Path(), "_BEOS_");
173 error = path.SetTo("/boot/beos");
176 error = path.SetTo("/boot/beos/system");
179 error = path.SetTo("/boot/beos/system/add-ons");
182 error = path.SetTo("/boot/beos/system/boot");
185 error = path.SetTo("/boot/beos/etc/fonts");
188 error = path.SetTo("/boo
[all...]
/haiku/src/system/libroot/os/
H A Dfind_directory.cpp476 pathBuffer.SetTo(buffer, pathLength, length);
/haiku/src/tools/fs_shell/
H A Dvfs.cpp376 void SetTo(struct vnode *vnode) function in class:FSShell::VNodePutter
1359 vnodePutter.SetTo(vnode);
4582 // status = normalizedDevice.SetTo(device, true);
4584 status = normalizedDevice.SetTo(device, false);
5606 pathBuffer.SetTo(path);
5686 pathBuffer.SetTo(path);
H A Dcommand_cp.cpp1101 targetDeleter.SetTo(targetNode);
1110 targetDeleter.SetTo(targetNode);
1160 targetDeleter.SetTo(targetNode);
1177 targetDeleter.SetTo(targetNode);
1198 targetDeleter.SetTo(targetNode);
1372 targetDeleter.SetTo(targetNode);
/haiku/src/kits/tracker/
H A DContainerWindow.cpp1443 if (entry.SetTo(&ref) != B_OK)
1454 opener.SetTo(&entry, false);
2089 volume.SetTo(model->NodeRef()->device);
2141 if (entry.SetTo(ref) != B_OK)
2154 if (entry.SetTo(model.EntryRef(), true) != B_OK)
2312 if (entry.SetTo(ref) == B_OK
2314 && model.SetTo(&entry) == B_OK) {
2330 if (entry.SetTo(path.Path()) == B_OK
2331 && model.SetTo(&entry) == B_OK) {
2345 && model.SetTo(
4242 WindowStateNodeOpener::SetTo(const BDirectory* node) function in class:WindowStateNodeOpener
4255 WindowStateNodeOpener::SetTo(const BEntry* entry, bool forWriting) function in class:WindowStateNodeOpener
4268 WindowStateNodeOpener::SetTo(Model* model, bool forWriting) function in class:WindowStateNodeOpener
[all...]
H A DFilePanelPriv.cpp218 if (model->SetTo(startDir) == B_OK && model->IsDirectory())
230 if (entry.InitCheck() == B_OK && model->SetTo(&entry) == B_OK)
244 model->SetTo(&entry);
340 entry.SetTo(&ref);
371 panel->SetTo(&ref);
412 panel->SetTo(panel->TargetModel()->EntryRef());
441 panel->SetTo(&ref);
545 TFilePanel::SetTo(const entry_ref* ref) function in class:TFilePanel
1245 entry.SetTo(&ref);
1309 SetTo(
[all...]
/haiku/src/preferences/screen/
H A DScreenWindow.cpp1260 status = file.SetTo(path.Path(), B_CREATE_FILE | B_WRITE_ONLY | B_ERASE_FILE);
H A DScreenMode.cpp163 screen_mode::SetTo(display_mode& mode) function in class:screen_mode
244 mode.SetTo(displayMode);
452 mode.SetTo(fModeList[index]);
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp414 path.SetTo(subPath);
1616 status_t status = path->SetTo(basePath);
/haiku/src/apps/showimage/
H A DShowImageWindow.cpp121 string->SetTo(buf);
692 fNavigator.SetTo(ref, page, pageCount);
H A DShowImageStatusView.cpp128 if (entry.SetTo(&fRef) == B_OK)
/haiku/src/add-ons/kernel/busses/pci/ecam/
H A DECAMPCIControllerACPI.cpp67 fRegsArea.SetTo(map_physical_memory("PCI Config MMIO",
/haiku/src/kits/package/
H A DPackageInfoParser.h146 this->text.SetTo(pos, length);
H A DPackageResolvable.cpp98 BPackageResolvable::SetTo(const BString& name, const BPackageVersion& version, function in class:BPackageKit::BPackageResolvable
H A DPackageInfo.cpp1476 _version.SetTo(major, minor, micro, preRelease, revision);
/haiku/headers/os/package/
H A DPackageResolvable.h65 void SetTo(const BString& name,
/haiku/src/preferences/filetypes/
H A DIconView.h30 void SetTo(const BAppFileInfo& info,
32 void SetTo(const entry_ref& ref,
34 void SetTo(const BMimeType& type,
101 void SetTo(const entry_ref& file,
103 void SetTo(const BMimeType& type);
104 void SetTo(::Icon* icon);
H A DIconView.cpp182 Icon::SetTo(const BAppFileInfo& info, const char* type) function in class:Icon
210 Icon::SetTo(const entry_ref& ref, const char* type) function in class:Icon
217 SetTo(info, type);
222 Icon::SetTo(const BMimeType& type, icon_source* _source) function in class:Icon
268 status_t status = file.SetTo(&ref, B_READ_ONLY);
584 // SetTo() was already called before we were a valid messenger
913 icon->SetTo(fRef, fType.Type());
915 icon->SetTo(fType);
988 IconView::SetTo(const entry_ref& ref, const char* fileType) function in class:IconView
995 fType.SetTo(fileTyp
1005 IconView::SetTo(const BMimeType& type) function in class:IconView
1021 IconView::SetTo(::Icon* icon) function in class:IconView
[all...]
/haiku/src/system/runtime_loader/
H A Delf.cpp1233 gErrorMessage.SetTo(buffer, 1024, 'Rler');
/haiku/src/system/kernel/fs/
H A Dvfs.cpp561 void SetTo(int fd, bool kernel) function in class:__anon3::FDCloser
1531 lockingDeleter.SetTo(locking);
2180 vnode.SetTo(coveredVnode);
2199 nextVnode.SetTo(temp);
2205 _vnode.SetTo(vnode.Detach());
2255 vnode.SetTo(ioContext->root);
2268 nextVnode.SetTo(vnode.Get());
2278 _vnode.SetTo(nextVnode.Detach());
2288 vnode.SetTo(nextVnode.Detach());
2292 vnode.SetTo(coveringNod
[all...]
H A Dfd.cpp531 descriptor.SetTo(get_fd_locked(context, fd));
610 descriptor.SetTo(get_fd_locked(context, fd));
/haiku/src/servers/package/
H A DCommitTransactionHandler.cpp560 status_t error = entry.SetTo(&entryRef);
603 = packagesDirectory.SetTo(&fVolume->PackagesDirectoryRef());
625 error = entry.SetTo(&entryRef);
845 status_t error = rootDirectory.SetTo(&fVolume->RootDirectoryRef());
903 status_t error = stackSourceDirectory.SetTo(
1024 error = sourceSubDirectory.SetTo(&sourceDirectory,
1037 error = targetSubDirectory.SetTo(&targetDirectory, targetName);
1237 error = targetEntry.SetTo(&targetDirectory, tempTargetName);
1262 status_t error = transactionDirectory.SetTo(&fTransactionDirectoryRef);
1286 error = entry.SetTo(
[all...]
/haiku/src/apps/text_search/
H A DGrepWindow.cpp1386 folderPath.SetTo(filePath.String());
1736 if (entry.SetTo(windowRef) == B_OK && path.SetTo(&entry) == B_OK) {
1812 status = windowEntry.SetTo(&windowRef);
1816 status = windowPath.SetTo(&windowEntry);

Completed in 185 milliseconds

1234567891011>>