Searched refs:SetTo (Results 101 - 125 of 1286) sorted by path

1234567891011>>

/haiku/src/add-ons/input_server/filters/screen_saver/
H A DScreenSaverFilter.cpp195 path.SetTo("/bin/screen_blanker");
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DFileSystemVisitor.cpp61 vnode.SetTo(fVolume, fCurrent);
133 vnode.SetTo(fVolume, id);
202 fCurrent.SetTo(0, 0, 0);
H A DIndex.cpp59 Index::SetTo(const char* name) function in class:Index
249 if (((name != fName || strcmp(name, fName)) && SetTo(name) != B_OK)
H A DIndex.h22 status_t SetTo(const char* name);
H A Dbfs.h41 inline void SetTo(int32 group, uint16 start, uint16 length = 1);
344 block_run::SetTo(int32 _group,uint16 _start,uint16 _length) function in class:BFS::block_run
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DCachedBlock.h32 const uint8* SetTo(off_t block);
75 SetTo(block);
104 CachedBlock::SetTo(off_t block) function in class:CachedBlock
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DCachedBlock.h24 const uint8* SetTo(off_t block);
61 SetTo(block);
90 CachedBlock::SetTo(off_t block) function in class:CachedBlock
H A DDirectoryIterator.cpp284 fCurrent = (struct exfat_entry*)fBlock.SetTo(block)
299 fCurrent = (struct exfat_entry*)fBlock.SetTo(block);
H A DInode.h135 SetTo(volume, id);
164 status_t SetTo(Volume* volume, ino_t id) function in class:Vnode
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DAttribute.cpp258 fBlock.SetTo(blockNum);
276 fBlock.SetTo(fInode->Node().ExtendedAttributesBlock());
H A DCachedBlock.h25 const uint8* SetTo(off_t block);
69 SetTo(block);
98 CachedBlock::SetTo(off_t block) function in class:CachedBlock
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationServer.cpp32 status_t SetTo(const char* user, const char* password) function in class:AuthenticationServer::Authentication
34 if (fUser.SetTo(user) && fPassword.SetTo(password))
137 return fDefaultAuthentication.SetTo(user, password);
152 return authentication->SetTo(user, password);
157 status_t error = authentication->SetTo(user, password);
395 return (user->SetTo(authentication->GetUser())
396 && password->SetTo(authentication->GetPassword()));
/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);
H A DServerManager.cpp118 error = fServerInfo->SetTo(&request->serverInfo);
H A DServerQueryIterator.cpp58 if (!fEntryName.SetTo(entryInfo.name.GetString())) {
65 fEntryInfo.name.SetTo(fEntryName.GetString());
81 fEntryInfo.name.SetTo(NULL);
H A DServerVolume.cpp245 request.queryString.SetTo(queryString);
H A DShareVolume.cpp639 request.name.SetTo(name);
866 request.data.SetTo(buffer, toWrite);
919 request.name.SetTo(name);
946 request.name.SetTo(name);
974 request.name.SetTo(name);
975 request.target.SetTo(target);
1041 request.oldName.SetTo(oldName);
1043 request.newName.SetTo(newName);
1075 request.name.SetTo(name);
1102 request.name.SetTo(nam
[all...]
H A DVirtualDir.cpp21 // SetTo
23 VirtualDirEntry::SetTo(const char* name, Node* node) function in class:VirtualDirEntry
28 if (!fName.SetTo(name))
212 status_t error = entry->SetTo(name, child);
H A DVirtualDir.h48 status_t SetTo(const char* name, Node* node);
H A DVolume.cpp67 if (!fName.SetTo(name))
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DRequest.h24 void SetTo(const void* address, int32 size) function in struct:Data
43 void SetTo(const char* string) function in struct:StringData
45 Data::SetTo(string, (string ? strlen(string) + 1 : 0));
48 void SetTo(const HashString& string) function in struct:StringData
50 SetTo(string.GetString());
/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...]
H A DNodeMonitoringEvent.cpp43 if (!name.SetTo(localName))
82 if (!toName.SetTo(localName))
116 if (!attribute.SetTo(localName))
H A DPath.cpp24 // SetTo
26 Path::SetTo(const char* path, const char* leaf) function in class:Path
76 return SetTo(leaf);

Completed in 113 milliseconds

1234567891011>>