Searched refs:SetTo (Results 101 - 125 of 1285) sorted by relevance

1234567891011>>

/haiku/headers/os/storage/
H A DDirectory.h31 status_t SetTo(const entry_ref *ref);
32 status_t SetTo(const node_ref *nref);
33 status_t SetTo(const BEntry *entry);
34 status_t SetTo(const char *path);
35 status_t SetTo(const BDirectory *dir, const char *path);
/haiku/headers/private/fs_shell/
H A Dfssh_auto_locker.h95 inline void SetTo(Lockable *lockable, bool alreadyLocked, function in class:FSShell::AutoLocker
105 inline void SetTo(Lockable &lockable, bool alreadyLocked, function in class:FSShell::AutoLocker
108 SetTo(&lockable, alreadyLocked, lockIfNotLocked);
140 SetTo(lockable);
146 SetTo(&lockable);
/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/kits/package/
H A DPackageVersion.cpp30 SetTo(data.major, data.minor, data.micro, data.preRelease, data.revision);
37 SetTo(versionString, revisionIsOptional);
44 SetTo(major, minor, micro, preRelease, revision);
149 BPackageVersion::SetTo(const BString& major, const BString& minor, function in class:BPackageKit::BPackageVersion
166 BPackageVersion::SetTo(const BString& versionString, bool revisionIsOptional) function in class:BPackageKit::BPackageVersion
/haiku/src/apps/debugger/util/
H A DSignalSet.h18 void SetTo(const sigset_t& signals);
19 void SetTo(int signal);
52 SetTo(signal);
64 SignalSet::SetTo(const sigset_t& signals) function in class:SignalSet
71 SignalSet::SetTo(int signal) function in class:SignalSet
/haiku/headers/build/os/storage/
H A DDirectory.h31 status_t SetTo(const entry_ref *ref);
32 status_t SetTo(const node_ref *nref);
33 status_t SetTo(const BEntry *entry);
34 status_t SetTo(const char *path);
35 status_t SetTo(const BDirectory *dir, const char *path);
/haiku/headers/private/shared/
H A DAutoLocker.h121 inline void SetTo(Lockable* lockable, bool alreadyLocked, function in class:BPrivate::AutoLocker
131 inline void SetTo(Lockable& lockable, bool alreadyLocked, function in class:BPrivate::AutoLocker
134 SetTo(&lockable, alreadyLocked, lockIfNotLocked);
173 SetTo(lockable);
179 SetTo(&lockable);
/haiku/src/kits/network/libnetapi/
H A DNetAddress.cpp37 SetTo(hostname, port);
45 SetTo(addr);
53 SetTo(addr, port);
61 SetTo(addr, port);
70 SetTo(hostname, protocol, service);
321 /* SetTo
338 BNetAddress::SetTo(const char* hostname, unsigned short port) function in class:BNetAddress
373 BNetAddress::SetTo(const struct sockaddr_in& addr) function in class:BNetAddress
400 BNetAddress::SetTo(in_addr addr, int port) function in class:BNetAddress
419 BNetAddress::SetTo(uint3 function in class:BNetAddress
456 BNetAddress::SetTo(const char* hostname, const char* protocol, function in class:BNetAddress
[all...]
/haiku/src/kits/shared/
H A DQueryFile.cpp28 SetTo(ref);
34 SetTo(entry);
40 SetTo(path);
46 SetTo(query);
63 BQueryFile::SetTo(const entry_ref& ref) function in class:BQueryFile
122 BQueryFile::SetTo(const BEntry& entry) function in class:BQueryFile
129 return SetTo(ref);
134 BQueryFile::SetTo(const char* path) function in class:BQueryFile
141 return SetTo(ref);
146 BQueryFile::SetTo(BQuer function in class:BQueryFile
[all...]
/haiku/src/kits/package/solver/
H A DSolverRepository.cpp44 SetTo(name);
56 SetTo(location);
68 SetTo(B_ALL_INSTALLATION_LOCATIONS);
80 SetTo(config);
90 BSolverRepository::SetTo(const BString& name) function in class:BPackageKit::BSolverRepository
100 BSolverRepository::SetTo(BPackageInstallationLocation location) function in class:BPackageKit::BSolverRepository
118 BSolverRepository::SetTo(BAllInstallationLocations) function in class:BPackageKit::BSolverRepository
120 status_t error = SetTo(B_PACKAGE_INSTALLATION_LOCATION_SYSTEM);
135 BSolverRepository::SetTo(const BRepositoryConfig& config) function in class:BPackageKit::BSolverRepository
167 BSolverRepository::SetTo(cons function in class:BPackageKit::BSolverRepository
[all...]
/haiku/src/apps/packageinstaller/
H A DInstalledPackageInfo.cpp36 ret = file->SetTo(path.Path(), B_READ_ONLY);
89 SetTo(packageName, version, create);
107 InstalledPackageInfo::SetTo(const char *packageName, const char *version, function in class:InstalledPackageInfo
125 if (fPathToInfo.SetTo(configPath.Path(), kPackagesDir) != B_OK) {
135 packageDir.SetTo(configPath.Path());
218 ret = entry.SetTo(iter->String());
224 ret = entry.SetTo(iter->String());
246 if (entry.SetTo(fPathToInfo.Path()) != B_OK) {
270 fStatus = package.SetTo(fPathToInfo.Path(), B_WRITE_ONLY | B_CREATE_FILE
274 fStatus = package.SetTo(fPathToInf
[all...]
/haiku/src/apps/aboutsystem/
H A DUtilities.cpp65 url.SetTo(namedURL.String() + urlStart + 1, urlEnd - urlStart - 1);
95 SetTo(string, list);
105 SetTo(strings, fieldName);
132 StringVector::SetTo(const char* string,...) function in class:StringVector
136 SetTo(string, list);
142 StringVector::SetTo(const char* string, va_list _list) function in class:StringVector
171 StringVector::SetTo(const BMessage& strings, const char* fieldName, function in class:StringVector
240 fCopyrights.SetTo(packageDescription, "Copyright", COPYRIGHT_STRING);
241 fLicenses.SetTo(packageDescription, "License");
242 fSources.SetTo(packageDescriptio
[all...]
H A DUtilities.h42 void SetTo(const char* string,...);
43 void SetTo(const char* string, va_list strings);
44 void SetTo(const BMessage& strings,
/haiku/src/tests/kits/storage/
H A DResourcesTest.cpp237 CPPUNIT_ASSERT( resources.SetTo(&file, false) == B_OK );
245 CPPUNIT_ASSERT( resources.SetTo(&file, false) == B_OK );
253 CPPUNIT_ASSERT( resources.SetTo(&file, false) == B_OK );
261 CPPUNIT_ASSERT( resources.SetTo(&file, false) == B_OK );
269 CPPUNIT_ASSERT( resources.SetTo(&file, false) == B_OK );
277 CPPUNIT_ASSERT( resources.SetTo(&file, false) == B_OK );
285 CPPUNIT_ASSERT( resources.SetTo(&file, false) == B_OK );
293 CPPUNIT_ASSERT( equals(resources.SetTo(&file, false), B_ERROR,
304 CPPUNIT_ASSERT( resources.SetTo(&file, true) == B_OK );
312 CPPUNIT_ASSERT( resources.SetTo(
[all...]
H A DNodeTest.cpp438 CPPUNIT_ASSERT( node.SetTo(fileLink) == B_OK );
442 CPPUNIT_ASSERT( node.SetTo(nonExisting) == B_ENTRY_NOT_FOUND );
446 CPPUNIT_ASSERT( equals(node.SetTo((const char *)NULL), B_BAD_VALUE,
451 CPPUNIT_ASSERT( node.SetTo("") == B_ENTRY_NOT_FOUND );
455 CPPUNIT_ASSERT( node.SetTo(existingFile) == B_OK );
459 CPPUNIT_ASSERT( node.SetTo(existingDir) == B_OK );
463 CPPUNIT_ASSERT( node.SetTo(tooLongEntryname) == B_NAME_TOO_LONG );
470 CPPUNIT_ASSERT( node.SetTo(&entry) == B_OK );
474 CPPUNIT_ASSERT( entry.SetTo(nonExisting) == B_OK );
475 CPPUNIT_ASSERT( node.SetTo(
[all...]
/haiku/headers/os/mail/
H A DMailAttachment.h21 virtual status_t SetTo(BFile *file, bool deleteFileWhenDone = false) = 0;
22 virtual status_t SetTo(entry_ref *ref) = 0;
44 virtual status_t SetTo(BFile *file, bool delete_file_when_done = false);
45 virtual status_t SetTo(entry_ref *ref);
91 virtual status_t SetTo(BFile *file, bool delete_file_when_done = false);
92 virtual status_t SetTo(entry_ref *ref);
/haiku/src/kits/storage/
H A DEntryOperationEngineBase.cpp86 error = buffer.SetTo(fEntry);
88 error = buffer.SetTo(fDirectory, fPath);
90 error = buffer.SetTo(fEntryRef);
93 error = directory.SetTo(fDirectoryRef);
95 error = buffer.SetTo(&directory, fPath);
147 error = directory.SetTo(fDirectoryRef);
H A DPathFinder.cpp16 // constructor and SetTo()) is implemented in the package kit.
33 SetTo(ref, dependency);
38 BPathFinder::SetTo(const void* codePointer, const char* dependency) function in class:BPathFinder
45 BPathFinder::SetTo(const char* path, const char* dependency) function in class:BPathFinder
52 BPathFinder::SetTo(const entry_ref& ref, const char* dependency) function in class:BPathFinder
55 fInitStatus = path.SetTo(&ref);
90 return _path.SetTo(pathBuffer);
/haiku/src/preferences/time/
H A Dntp.cpp38 SetTo(int16 integer, uint16 fraction = 0) function in struct:fixed32
53 SetTo(uint32 integer, uint32 fraction = 0) function in struct:ufixed64
139 message.root_delay.SetTo(1); // 1 sec
140 message.root_dispersion.SetTo(1);
142 message.transmit_timestamp.SetTo(seconds_since_1900());
187 message.transmit_timestamp.SetTo(0);
/haiku/src/add-ons/kernel/file_systems/ext2/
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/reiserfs/
H A DItem.h40 VKey *GetKey(VKey *k) const { k->SetTo(GetKey(), GetVersion()); return k; }
67 status_t SetTo(LeafNode *node, const ItemHeader *header);
68 status_t SetTo(LeafNode *node, int32 index);
/haiku/src/apps/terminal/
H A DUTF8Char.h29 SetTo(c, ByteCount(*c));
34 SetTo(c, count);
37 void SetTo(const char* c, int32 count) function in struct:UTF8Char
/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/tools/elfsymbolpatcher/
H A DElfFile.h50 void SetTo(ElfSection* section, int32 index);
72 void SetTo(ElfSection* section, int32 index);
109 status_t SetTo(const char *filename);
/haiku/src/system/libroot/add-ons/icu/
H A DICULocaleBackend.cpp93 if (fCollateData.SetTo(locale, posixLocaleName) != B_OK
94 || fCtypeData.SetTo(locale, posixLocaleName) != B_OK
95 || fMessagesData.SetTo(locale, posixLocaleName) != B_OK
96 || fMonetaryData.SetTo(locale, posixLocaleName) != B_OK
97 || fNumericData.SetTo(locale, posixLocaleName) != B_OK
98 || fTimeData.SetTo(locale, posixLocaleName) != B_OK)
102 if (fCollateData.SetTo(locale, posixLocaleName) != B_OK)
106 if (fCtypeData.SetTo(locale, posixLocaleName) != B_OK)
110 if (fMessagesData.SetTo(locale, posixLocaleName) != B_OK)
114 if (fMonetaryData.SetTo(local
[all...]

Completed in 122 milliseconds

1234567891011>>