Searched refs:SetTo (Results 501 - 525 of 1286) sorted by relevance

<<21222324252627282930>>

/haiku/src/tests/kits/interface/bshelf/Container/
H A DTPreferences.cpp47 status = file.SetTo(path.Path(), B_READ_ONLY);
65 if (file.SetTo(path.Path(), B_WRITE_ONLY | B_CREATE_FILE) == B_OK)
/haiku/src/tests/kits/interface/bshelf/ShelfInspector/
H A DTPreferences.cpp49 status = file.SetTo(path.Path(), B_READ_ONLY);
67 if (file.SetTo(path.Path(), B_WRITE_ONLY | B_CREATE_FILE) == B_OK)
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioAddOn.cpp185 root.SetTo(rootEntry);
187 root.SetTo(rootPath);
/haiku/src/build/libbe/storage/
H A DMergedDirectory.cpp106 return entry->SetTo(&ref, traverse);
123 = entry.SetTo(fDirectories.ItemAt(fDirectoryIndex), dirEntry->d_name);
/haiku/src/kits/storage/
H A DRemoveEngine.cpp81 status_t error = directory.SetTo(path);
97 error = childPath.SetTo(path, entry->d_name);
/haiku/src/add-ons/translators/rtf/
H A DRTF.h111 status_t SetTo(const char *text);
149 void SetTo(Element &start, group_destination destination = ALL_DESTINATIONS);
/haiku/src/servers/app/
H A DScreenManager.cpp232 item->screen.SetTo(screen.Detach());
234 item->listener.SetTo(
/haiku/src/add-ons/disk_systems/gpt/
H A DGPTPartitionHandle.cpp120 type->SetTo(kTypeMap[index].type);
134 status_t status = info->SetTo(Partition()->BlockSize() + headerSize,
/haiku/src/apps/drivesetup/
H A DChangeParametersPanel.cpp102 name.SetTo(storage.GetString("name", NULL));
105 type.SetTo(storage.GetString("type", NULL));
/haiku/src/tests/add-ons/kernel/file_systems/random_read/
H A Drandom_read.cpp43 status_t status = file.SetTo(name,
64 status_t status = file.SetTo(name, B_READ_ONLY);
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixEndpoint.cpp138 fAddress.SetTo(st.st_dev, st.st_ino, vnode);
146 fAddress.SetTo(internalID);
/haiku/src/apps/icon-o-matic/gui/
H A DIconObjectListView.cpp154 SetTo(fObject->MakePropertyObject());
225 SetTo(propertyObject);
/haiku/src/kits/debugger/dwarf/
H A DDataReader.h29 SetTo(data, size, addressSize, isBigEndian);
32 void SetTo(const void* data, off_t size, uint8 addressSize, bool isBigEndian) function in class:DataReader
/haiku/src/servers/registrar/
H A DRecentApps.cpp135 status_t err = file.SetTo(ref, B_READ_ONLY);
137 err = info.SetTo(&file);
/haiku/src/system/kernel/
H A DDPC.cpp35 FunctionDPCCallback::SetTo(void (*function)(void*), void* argument) function in class:FunctionDPCCallback
204 functionCallback->SetTo(function, argument);
/haiku/headers/os/locale/
H A DCatalog.h45 status_t SetTo(const entry_ref& catalogOwner,
48 status_t SetTo(const char* signature,
/haiku/src/kits/tracker/
H A DFSUtils.cpp641 warning.SetTo(
648 warning.SetTo(
655 warning.SetTo(
664 warning .SetTo(
670 warning .SetTo(
676 warning .SetTo(
685 warning.SetTo(
689 warning.SetTo(
693 warning.SetTo(
895 errorStr.SetTo(
[all...]
/haiku/headers/os/media/
H A DSoundFile.h32 status_t SetTo(const entry_ref* ref, uint32 openMode);
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVirtualDir.h48 status_t SetTo(const char* name, Node* node);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DRequestBufferReplacer.cpp113 data.SetTo(fBuffer, size);
/haiku/src/apps/switcher/
H A DGroupListView.h26 virtual void SetTo(BView* owner, void* item) = 0;
/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest.cpp71 status_t status = file.SetTo(path, B_CREATE_FILE | B_READ_WRITE);
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DIndex.cpp38 if (!fName.SetTo(name))
/haiku/src/kits/package/
H A DUser.cpp105 BUser::SetTo(const BString& name, const BString& realName, const BString& home, function in class:BPackageKit::BUser
/haiku/headers/private/kernel/
H A DDPC.h43 void SetTo(void (*function)(void*), void* argument);

Completed in 804 milliseconds

<<21222324252627282930>>