Searched refs:SetTo (Results 476 - 500 of 1286) sorted by relevance

<<11121314151617181920>>

/haiku/src/apps/cortex/RouteApp/
H A DRouteApp.cpp195 m_lastIODir.SetTo(&e);
226 m_lastIODir.SetTo(&e);
382 m_lastIODir.SetTo(last);
436 entry.SetTo(path.Path());
472 err = baseDirectory.SetTo(path.Path());
485 settingsDirectory.SetTo(&folderEntry);
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DEndpointManager.cpp267 local.SetTo(_local);
271 local.SetTo(interfaceLocal);
280 endpoint->LocalAddress().SetTo(*local);
281 endpoint->PeerAddress().SetTo(peer);
325 endpoint->PeerAddress().SetTo(*passive);
489 newAddress.SetTo(address);
/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/add-ons/kernel/file_systems/reiserfs/
H A DSettings.h35 status_t SetTo(const char *volumeName = NULL);
36 status_t SetTo(off_t volumeOffset, off_t volumeSize);
/haiku/src/add-ons/print/drivers/postscript/
H A DSelectPPDDlg.cpp109 && dir.SetTo(path.Path()) == B_OK) {
138 && dir.SetTo(path.Path()) == B_OK) {
/haiku/src/bin/mkfs/
H A DFsCreator.cpp33 void SetTo(partition_id id) function in class:UnregisterFileDevice
92 unregisterFileDevice.SetTo(id);
/haiku/src/kits/device/
H A DJoystickTweaker.cpp89 root.SetTo(rootEntry);
91 root.SetTo(rootPath);
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRequest.cpp84 fReply.SetTo(rpl);
147 fReply.SetTo(rpl);
H A DReplyInterpreter.h67 inline status_t SetTo(RPC::Reply* reply);
128 ReplyInterpreter::SetTo(RPC::Reply* _reply) function in class:ReplyInterpreter
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DNameIndex.cpp191 if (!iterator->SetTo(this, NULL, true)) {
222 if (!iterator->SetTo(this, (const char*)key)) {
/haiku/src/tools/update_package_requires/
H A Dupdate_package_requires.cpp90 expression.SetTo(expression.Name(), newOperator, bestProvides->Version());
108 status_t error = repositoryCache.SetTo(repositoryCachePath);
/haiku/src/kits/storage/mime/
H A DMimeSnifferAddonManager.cpp160 type->SetTo(currentType.Type());
190 type->SetTo(currentType.Type());
/haiku/src/kits/midi2/
H A DMidiEndpoint.cpp56 fName.SetTo(newName);
241 fName.SetTo(name_);
/haiku/src/apps/showimage/
H A DShowImageApp.cpp72 path.SetTo(argv[i]);
75 path.SetTo(cwd);
/haiku/src/apps/expander/
H A DPasswordAlert.cpp99 if (file.SetTo(path.Path(), B_READ_ONLY) == B_OK) {
101 if (resources.SetTo(&file) == B_OK) {
/haiku/src/kits/debugger/settings/
H A DBreakpointSetting.cpp53 BreakpointSetting::SetTo(const UserBreakpointLocation& location, bool enabled, function in class:BreakpointSetting
76 BreakpointSetting::SetTo(const BMessage& archive) function in class:BreakpointSetting
/haiku/src/kits/debugger/arch/
H A DArchitecture.cpp115 stackTraceDeleter.SetTo(stackTrace);
183 cpuStateReference.SetTo(previousCpuState, true);
/haiku/src/kits/debug/
H A DTeamDebugger.cpp171 return resolvedPath.SetTo(programName);
191 status_t error = path.SetTo(directory, programName);
/haiku/src/apps/mediaplayer/supplier/
H A DSubTitlesSRT.cpp97 timeCode.SetTo(line.String() + endTimePos);
145 line.SetTo("");
/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A Damiga_ffs.cpp144 fNode.SetTo(directory.BlockData(), directory.BlockSize());
187 fNode.SetTo(fData);
/haiku/src/tests/kits/support/
H A Dcompression_test.cpp135 status_t error = inputFile.SetTo(inputFilePath, B_READ_ONLY);
144 error = outputFile.SetTo(outputFilePath,
/haiku/src/tools/elfsymbolpatcher/
H A DElfImage.cpp113 // SetTo
115 ElfImage::SetTo(image_id image) function in class:ElfImage
201 error = fFile.SetTo(imageInfo.name);
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DInode.h112 SetTo(volume, id);
141 status_t SetTo(Volume* volume, ino_t id) function in class:Vnode
/haiku/src/servers/app/
H A DEventDispatcher.h33 void SetTo(const BMessenger& messenger);
71 status_t SetTo(EventStream* stream);
/haiku/src/apps/haikudepot/server/
H A DServerIconExportUpdateProcess.cpp149 headerValue.SetTo("");
224 jsonPath.SetTo("$");

Completed in 137 milliseconds

<<11121314151617181920>>