Searched refs:SetTo (Results 676 - 700 of 1286) sorted by relevance

<<21222324252627282930>>

/haiku/src/bin/writembr/
H A Dwritembr.cpp43 device.SetTo(argv[1]);
/haiku/src/add-ons/disk_systems/fat/
H A DInitializeParameterEditor.cpp54 InitializeFATEditor::SetTo(BPartition* partition) function in class:InitializeFATEditor
/haiku/src/kits/network/libnetservices/
H A DDataRequest.cpp104 buffer.SetTo(new char[data.Length() * 3 / 4]);
H A DHttpTime.cpp175 expirationFinal.SetTo(expirationString, strLength);
/haiku/src/tests/kits/net/netservices2/
H A DHttpDebugLogger.cpp37 if (auto status = fLogFile.SetTo(path, B_WRITE_ONLY | B_CREATE_FILE | B_OPEN_AT_END);
39 throw BSystemError("BFile::SetTo()", status);
/haiku/headers/os/net/
H A DNetworkDevice.h93 void SetTo(const char* name);
/haiku/src/bin/debug/strace/
H A Dexec.cpp55 flatArgsDeleter.SetTo(flatArgs);
/haiku/src/bin/filteredquery/
H A DFilteredQuery.cpp123 error = entry->SetTo(&ref, traverse);
/haiku/src/apps/haikudepot/util/
H A DLanguageMenuUtils.cpp87 name.SetTo("???");
/haiku/src/servers/app/font/
H A DGlobalFontManager.cpp95 return entry.SetTo(&ref);
359 veraFontPath.SetTo(ttfontsPath.Path());
363 veraFontPath.SetTo(ttfontsPath.Path());
450 fDefaultPlainFont.SetTo(new (std::nothrow) ServerFont(*style,
459 fDefaultBoldFont.SetTo(new (std::nothrow) ServerFont(*style,
468 fDefaultFixedFont.SetTo(new (std::nothrow) ServerFont(*style,
790 status_t status = entry.SetTo(path);
874 status_t status = entry.SetTo(path);
917 status_t status = directory.SetTo(&fontDirectory.directory);
/haiku/src/add-ons/kernel/file_systems/netfs/client/
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...]
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.cpp511 status_t status = node.SetTo(this);
948 status_t status = node.SetTo(this);
1025 Attributes().SetTo(0, 0, 0);
1053 status_t status = node.SetTo(this);
1114 bool hasIndex = index.SetTo(name) == B_OK;
1269 bool hasIndex = index.SetTo(name) == B_OK;
1271 status_t status = node.SetTo(this);
1496 status_t status = cached.SetTo(fVolume->ToBlock(
1504 status = cached.SetTo(fVolume->ToBlock(indirect[
1526 status_t status = cached.SetTo(bloc
[all...]
/haiku/src/apps/sudoku/
H A DSudokuView.cpp137 SudokuView::SetTo(entry_ref& ref) function in class:SudokuView
140 status_t status = path.SetTo(&ref);
164 status = fField->SetTo(_BaseCharacter(), buffer);
173 SudokuView::SetTo(const char* data) function in class:SudokuView
187 status = fField->SetTo(_BaseCharacter(), buffer);
195 SudokuView::SetTo(SudokuField* field) function in class:SudokuView
216 status_t status = file.SetTo(&ref, B_WRITE_ONLY | B_CREATE_FILE
233 nodeInfo.SetTo(file);
1243 fField->SetTo(solver.SolutionAt(0));
1279 solver.SetTo(fFiel
[all...]
/haiku/src/add-ons/kernel/file_systems/udf/
H A DIcb.h45 void SetTo(CachedBlock *descriptorBlock);
168 FileEntry<Descriptor>::SetTo(CachedBlock *descriptorBlock) function in class:FileEntry
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DMessageDriverSettingsUtils.cpp177 line.SetTo('\t', level);
214 line.SetTo('\t', level);
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkAddOn.cpp232 root.SetTo(rootEntry);
234 root.SetTo(rootPath);
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DCapture.cpp67 fClip.SetTo(left, top, right, bottom);
84 fVBIClip.SetTo(left, top, right, bottom);
/haiku/src/kits/interface/layouter/
H A DCollapsingLayouter.cpp103 void SetTo(const ElementInfo& other) function in struct:CollapsingLayouter::ElementInfo
238 clone->fElements[i].SetTo(fElements[i]);
/haiku/src/tests/add-ons/kernel/file_systems/bfs/
H A Dbfs_attribute_iterator_test.cpp192 status_t status = file.SetTo(kTempFile, B_CREATE_FILE | B_READ_WRITE);
312 if (entry.SetTo(kTempFile) == B_OK)
/haiku/src/add-ons/kernel/file_systems/exfat/
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/packagefs/indices/
H A DLastModifiedIndex.cpp251 if (!iterator->SetTo(this, 0, true)) {
267 if (!iterator->SetTo(this, *(const time_t*)key)) {
H A DSizeIndex.cpp249 if (!iterator->SetTo(this, 0, true)) {
265 if (!iterator->SetTo(this, *(const off_t*)key)) {
/haiku/src/bin/debug/scheduling_recorder/
H A Dscheduling_recorder.cpp78 status_t error = fOutputFile.SetTo(outputFile,
87 error = fOutput.SetTo(&fOutputFile, 0, DEBUG_EVENT_MASK);
/haiku/src/servers/package/
H A DFSTransaction.cpp106 status_t error = entry.SetTo(fToPath.c_str());
226 error = pathBuffer.SetTo(path);
/haiku/src/bin/
H A Dclipboard.cpp159 status = file.SetTo(path, B_READ_ONLY);
205 status = file.SetTo(path, B_WRITE_ONLY | B_CREATE_FILE | B_ERASE_FILE);

Completed in 210 milliseconds

<<21222324252627282930>>