Searched refs:SetTo (Results 51 - 75 of 1285) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DFDManager.cpp91 status_t error = directory->SetTo(ref);
95 error = directory->SetTo(ref);
105 status_t error = entry->SetTo(ref);
109 error = entry->SetTo(ref);
119 status_t error = entry->SetTo(path);
123 error = entry->SetTo(path);
133 status_t error = file->SetTo(path, openMode);
137 error = file->SetTo(path, openMode);
147 status_t error = node->SetTo(ref);
151 error = node->SetTo(re
[all...]
/haiku/src/build/libbe/storage/
H A DDirectory.cpp46 SetTo(ref);
54 SetTo(nref);
62 SetTo(entry);
70 SetTo(path);
78 SetTo(dir, path);
94 BDirectory::SetTo(const entry_ref* ref) function in class:BDirectory
116 BDirectory::SetTo(const node_ref* nref) function in class:BDirectory
122 error = SetTo(&ref);
130 BDirectory::SetTo(const BEntry* entry) function in class:BDirectory
157 BDirectory::SetTo(cons function in class:BDirectory
179 BDirectory::SetTo(const BDirectory* dir, const char* path) function in class:BDirectory
[all...]
/haiku/src/kits/storage/
H A DDirectory.cpp49 SetTo(ref);
57 SetTo(nref);
65 SetTo(entry);
73 SetTo(path);
81 SetTo(dir, path);
97 BDirectory::SetTo(const entry_ref* ref) function in class:BDirectory
120 BDirectory::SetTo(const node_ref* nref) function in class:BDirectory
126 error = SetTo(&ref);
134 BDirectory::SetTo(const BEntry* entry) function in class:BDirectory
162 BDirectory::SetTo(cons function in class:BDirectory
185 BDirectory::SetTo(const BDirectory* dir, const char* path) function in class:BDirectory
[all...]
H A DPath.cpp55 SetTo(ref);
66 SetTo(entry);
77 SetTo(dir, leaf, normalize);
88 SetTo(dir, leaf, normalize);
110 BPath::SetTo(const entry_ref* ref) function in class:BPath
130 BPath::SetTo(const BEntry* entry) function in class:BPath
139 fCStatus = SetTo(&ref);
148 BPath::SetTo(const char* path, const char* leaf, bool normalize) function in class:BPath
188 error = entry.SetTo(newPath, false);
190 return SetTo(
205 BPath::SetTo(const BDirectory* dir, const char* path, bool normalize) function in class:BPath
[all...]
/haiku/src/tests/kits/storage/
H A DDirectoryTest.cpp351 // 2. SetTo(const char*)
353 CPPUNIT_ASSERT( dir.SetTo(existing) == B_OK );
358 CPPUNIT_ASSERT( dir.SetTo(nonExisting) == B_ENTRY_NOT_FOUND );
363 CPPUNIT_ASSERT( dir.SetTo((const char *)NULL) == B_BAD_VALUE );
368 CPPUNIT_ASSERT( dir.SetTo("") == B_ENTRY_NOT_FOUND );
374 CPPUNIT_ASSERT_EQUAL(dir.SetTo(existingFile), B_NOT_A_DIRECTORY);
379 CPPUNIT_ASSERT( dir.SetTo(tooLongEntryname) == B_NAME_TOO_LONG );
384 CPPUNIT_ASSERT_EQUAL(dir.SetTo(fileDirname), B_ENTRY_NOT_FOUND);
392 CPPUNIT_ASSERT( dir.SetTo(&entry) == B_OK );
397 entry.SetTo(nonExistin
[all...]
H A DPathTest.cpp544 // 2. SetTo(const char*, const char*, bool)
548 CPPUNIT_ASSERT( path.SetTo(pathName) == B_OK );
555 CPPUNIT_ASSERT( path.SetTo(pathName) == B_OK );
562 CPPUNIT_ASSERT( path.SetTo(pathName) == B_OK );
570 CPPUNIT_ASSERT( path.SetTo(pathName) == B_OK );
578 CPPUNIT_ASSERT( path.SetTo(pathName) == B_OK );
585 CPPUNIT_ASSERT( path.SetTo(pathName) == B_ENTRY_NOT_FOUND );
592 CPPUNIT_ASSERT( path.SetTo(pathName, NULL, true) == B_OK );
599 CPPUNIT_ASSERT( path.SetTo(pathName, NULL, true) == B_OK );
606 CPPUNIT_ASSERT( path.SetTo(pathNam
[all...]
/haiku/src/kits/debugger/value/value_formatters/
H A DIntegerValueFormatter.cpp59 _output.SetTo(buffer);
133 newValue.SetTo((int8)parsedValue);
141 newValue.SetTo((int16)parsedValue);
149 newValue.SetTo((int32)parsedValue);
154 newValue.SetTo((int64)parsedValue);
190 newValue.SetTo((uint8)parsedValue);
198 newValue.SetTo((uint16)parsedValue);
206 newValue.SetTo((uint32)parsedValue);
211 newValue.SetTo((uint64)parsedValue);
/haiku/headers/os/support/
H A DReferenceable.h53 SetTo(object, alreadyHasReference);
60 SetTo(other.Get());
68 SetTo(other.Get());
76 void SetTo(Type* object, bool alreadyHasReference = false) function in class:BReference
128 SetTo(other.fObject);
134 SetTo(other);
141 SetTo(other.Get());
195 void SetTo(Type* object, bool alreadyHasReference = false) function in class:BReference
197 fReference.SetTo(object, alreadyHasReference);
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DExtendedServerInfo.cpp14 // SetTo
16 ExtendedShareInfo::SetTo(const ShareInfo* shareInfo) function in class:ExtendedShareInfo
20 if (!fShareName.SetTo(shareInfo->GetShareName()))
101 // SetTo
103 ExtendedServerInfo::SetTo(ServerInfo* serverInfo) function in class:ExtendedServerInfo
116 if (!fServerName.SetTo(name)
117 || !fConnectionMethod.SetTo(serverInfo->GetConnectionMethod())) {
152 status_t error = extendedInfo->SetTo(info);
H A DExtendedServerInfo.h20 status_t SetTo(const ShareInfo* shareInfo);
42 status_t SetTo(ServerInfo* serverInfo);
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DItem.cpp58 SetTo(item.GetNode(), item.GetHeader());
66 SetTo(node, header);
75 // SetTo
77 Item::SetTo(LeafNode *node, const ItemHeader *header) function in class:Item
93 // SetTo
95 Item::SetTo(LeafNode *node, int32 index) function in class:Item
100 error = SetTo(node, node->ItemHeaderAt(index));
225 SetTo(item.GetNode(), item.GetHeader());
/haiku/src/kits/network/libnetapi/
H A DNetworkAddressResolver.cpp58 SetTo(address, port, flags);
68 SetTo(address, service, flags);
79 SetTo(family, address, port, flags);
90 SetTo(family, address, service, flags);
119 BNetworkAddressResolver::SetTo(const char* address, uint16 port, uint32 flags) function in class:BNetworkAddressResolver
121 return SetTo(AF_UNSPEC, address, port, flags);
126 BNetworkAddressResolver::SetTo(const char* address, const char* service, function in class:BNetworkAddressResolver
129 return SetTo(AF_UNSPEC, address, service, flags);
134 BNetworkAddressResolver::SetTo(int family, const char* address, uint16 port, function in class:BNetworkAddressResolver
140 return SetTo(famil
145 BNetworkAddressResolver::SetTo(int family, const char* host, function in class:BNetworkAddressResolver
[all...]
/haiku/src/system/boot/loader/file_systems/fat/
H A DCachedBlock.h31 uint8 *SetTo(off_t block);
32 status_t SetTo(off_t blockNumber, uint32 flags);
/haiku/src/add-ons/mail_daemon/outbound_filters/fortune/
H A DConfigView.cpp43 ConfigView::SetTo(const BMailAddOnSettings& settings) function in class:ConfigView
45 fFileView->SetTo(&settings, NULL);
/haiku/src/kits/debugger/settings/
H A DBreakpointSetting.h30 status_t SetTo(const UserBreakpointLocation& location,
33 status_t SetTo(const BMessage& archive);
/haiku/headers/os/package/
H A DPackageResolvableExpression.h63 status_t SetTo(const BString& expressionString);
64 void SetTo(const BString& name,
/haiku/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A DInode.cpp18 fFile.SetTo(name,B_CREATE_FILE | B_READ_WRITE | B_ERASE_FILE);
34 run.SetTo(0,0,1);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DCachedBlock.h33 inline status_t SetTo(off_t block, off_t base, size_t length);
34 inline status_t SetTo(off_t block);
35 inline status_t SetTo(block_run run);
114 CachedBlock::SetTo(off_t block, off_t base, size_t length) function in class:CachedBlock
124 CachedBlock::SetTo(off_t block) function in class:CachedBlock
126 return SetTo(block, block, 1);
131 CachedBlock::SetTo(block_run run) function in class:CachedBlock
133 return SetTo(fVolume->ToBlock(run));
/haiku/src/system/libroot/add-ons/icu/
H A DICUMessagesData.cpp34 ICUMessagesData::SetTo(const Locale& locale, const char* posixLocaleName) function in class:BPrivate::Libroot::ICUMessagesData
36 status_t result = inherited::SetTo(locale, posixLocaleName);
/haiku/src/kits/storage/sniffer/
H A DRange.cpp22 SetTo(start, end);
54 Range::SetTo(int32 start, int32 end) { function in class:Range
/haiku/headers/private/storage/sniffer/
H A DErr.h37 status_t SetTo(const char *msg, const ssize_t pos);
38 status_t SetTo(const std::string &msg, const ssize_t pos);
/haiku/src/servers/app/drawing/interface/virtual/
H A DDWindowBuffer.h26 void SetTo(direct_buffer_info* info);
28 void SetTo(frame_buffer_config* config,
/haiku/src/add-ons/input_server/devices/wacom/
H A DPointingDeviceFactory.cpp19 if (reader->SetTo(path) >= B_OK) {
/haiku/src/add-ons/kernel/network/stack/
H A Dnotifications.cpp33 message.SetTo(messageBuffer, sizeof(messageBuffer), B_NETWORK_MONITOR);
49 message.SetTo(messageBuffer, sizeof(messageBuffer), B_NETWORK_MONITOR);
66 message.SetTo(messageBuffer, sizeof(messageBuffer), B_NETWORK_MONITOR);
86 message.SetTo(messageBuffer, sizeof(messageBuffer), B_NETWORK_MONITOR);
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DTeamsPage.cpp45 value.SetTo(team->ID());
48 value.SetTo(team->Name(), B_VARIANT_DONT_COPY_DATA);
51 value.SetTo(team->CreationTime());
54 value.SetTo(team->DeletionTime());

Completed in 91 milliseconds

1234567891011>>