Searched refs:SetTo (Results 426 - 450 of 1286) sorted by relevance

<<11121314151617181920>>

/haiku/src/preferences/repositories/
H A DRepoRow.cpp43 fName.SetTo(name);
/haiku/headers/private/kernel/fs/
H A DKPath.h32 status_t SetTo(const char* path, int32 flags = DEFAULT,
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DSymLink.cpp55 if (fLinkedPath.SetTo(path, len)) {
/haiku/src/tools/create_repository_config/
H A Dcreate_repository_config.cpp69 DIE_ON_ERROR(repoInfo.SetTo(infoPath),
/haiku/headers/private/libroot/locale/
H A DICUCtypeData.h25 virtual status_t SetTo(const U_NAMESPACE_QUALIFIER Locale&
H A DICUTimeData.h34 virtual status_t SetTo(const U_NAMESPACE_QUALIFIER Locale&
H A DICUMonetaryData.h35 virtual status_t SetTo(const U_NAMESPACE_QUALIFIER Locale&
/haiku/src/tests/apps/haikudepot/
H A DTarArchiveServiceTest.cpp69 path.SetTo(tmpnam(NULL));
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfString.cpp116 SetTo(utf8);
126 SetTo(cs0, length);
138 UdfString::SetTo(const char *utf8) function in class:UdfString
140 TRACE(("UdfString::SetTo: utf8 = `%s', strlen(utf8) = %ld\n",
145 TRACE_ERROR(("UdfString::SetTo: passed NULL utf8 string\n"));
153 TRACE_ERROR(("UdfString::SetTo: fUtf8String[%" B_PRIu32
165 TRACE_ERROR(("UdfString::SetTo: uint32 raw[%" B_PRIu32 "] temporary"
207 TRACE_ERROR(("UdfString::SetTo: fCs0String[%" B_PRIu32
227 TRACE_ERROR(("UdfString::SetTo: fCs0String[%" B_PRIu32
238 UdfString::SetTo(cons function in class:UdfString
[all...]
/haiku/headers/private/package/
H A DActivationTransaction.h28 status_t SetTo(BPackageInstallationLocation location,
/haiku/headers/private/kernel/util/
H A Dfs_trim_support.h50 deleter.SetTo(trimBuffer);
/haiku/src/add-ons/print/transports/print_to_file/
H A Dprint_transport.cpp81 path.SetTo(&ref);
H A DFileSelector.cpp87 fResult = fEntry.SetTo(&bdir, name);
/haiku/headers/build/os/storage/
H A DNodeInfo.h49 status_t SetTo(BNode *node);
/haiku/src/kits/storage/sniffer/
H A DRule.cpp97 Rule::SetTo(double priority, std::vector<DisjList*>* list) { function in class:Rule
/haiku/headers/private/storage/
H A Dstorage_support.h122 void SetTo(int fd) function in class:BPrivate::Storage::FDCloser
/haiku/src/system/boot/platform/efi/
H A Dmmu.h75 p.SetTo(fix_address(p.Get()));
/haiku/src/servers/package/
H A DPackageFile.cpp55 status_t error = file.SetTo(&entryRef, B_READ_ONLY);
/haiku/src/kits/package/manager/
H A DRepositoryBuilder.cpp80 status_t error = fRepository.SetTo(name);
93 status_t error = fRepository.SetTo(config);
106 status_t error = fRepository.SetTo(cache);
224 status_t error = entryPath.SetTo(path, name);
/haiku/src/kits/network/libnetapi/
H A DNetworkRoute.cpp32 BNetworkRoute::SetTo(const BNetworkRoute& other) function in class:BNetworkRoute
34 return SetTo(other.RouteEntry());
39 BNetworkRoute::SetTo(const route_entry& routeEntry) function in class:BNetworkRoute
300 status_t result = route->SetTo(routeEntry);
/haiku/headers/private/libroot/
H A Dtime_private.h29 void SetTo(int32 id, thread_id thread) function in struct:__timer_t
/haiku/src/preferences/screen/
H A DScreenMode.h31 void SetTo(display_mode& mode);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DThreadListView.cpp115 value.SetTo(thread->ID());
121 value.SetTo(string, B_VARIANT_DONT_COPY_DATA);
125 value.SetTo(thread->Name(), B_VARIANT_DONT_COPY_DATA);
130 value.SetTo(thread->StoppedReasonInfo(),
/haiku/src/add-ons/disk_systems/ntfs/
H A DInitializeParameterEditor.cpp49 InitializeNTFSEditor::SetTo(BPartition* partition) function in class:InitializeNTFSEditor
/haiku/src/add-ons/disk_systems/btrfs/
H A DInitializeParameterEditor.cpp53 InitializeBTRFSEditor::SetTo(BPartition* partition) function in class:InitializeBTRFSEditor

Completed in 111 milliseconds

<<11121314151617181920>>