Searched refs:SetTo (Results 176 - 200 of 1285) sorted by relevance

1234567891011>>

/haiku/src/build/libbe/storage/
H A DVolume.cpp81 SetTo(device);
130 BVolume::SetTo(dev_t device) function in class:BVolume
/haiku/src/kits/shared/
H A DHashString.cpp35 SetTo(string, length);
44 // SetTo
46 HashString::SetTo(const char *string, int32 maxLength) function in class:HashString
/haiku/src/add-ons/kernel/file_systems/packagefs/resolvables/
H A DDependency.cpp39 if (!fName.SetTo(name))
57 if (!fFileName.SetTo(fileName))
/haiku/src/kits/package/
H A DUserSettingsFileInfo.cpp87 BUserSettingsFileInfo::SetTo(const BString& path, const BString& templatePath) function in class:BPackageKit::BUserSettingsFileInfo
96 BUserSettingsFileInfo::SetTo(const BString& path, bool isDirectory) function in class:BPackageKit::BUserSettingsFileInfo
/haiku/headers/private/shared/
H A DKeymap.h23 status_t SetTo(const char* path);
24 status_t SetTo(BDataIO& stream);
/haiku/src/system/libroot/os/
H A DPathBuffer.h27 SetTo(buffer, size, length);
30 void SetTo(char* buffer, size_t size, size_t length = 0) function in struct:__anon3::PathBuffer
/haiku/src/kits/tracker/
H A DRegExp.h116 status_t SetTo(const char*);
117 status_t SetTo(const BString&);
/haiku/headers/os/net/
H A DNetworkRoute.h18 status_t SetTo(const BNetworkRoute& other);
19 status_t SetTo(const route_entry& routeEntry);
/haiku/src/servers/launch/
H A DInitRealTimeClockJob.cpp52 status_t status = file.SetTo(path.Path(), B_READ_ONLY);
76 status_t status = file.SetTo(path.Path(), B_READ_ONLY);
/haiku/headers/private/net/
H A DSocketMessenger.h25 status_t SetTo(const BNetworkAddress& address,
27 status_t SetTo(const BSocketMessenger& target,
/haiku/src/kits/debugger/settings/
H A DTeamFileManagerSettings.cpp36 TeamFileManagerSettings::SetTo(const BMessage& archive) function in class:TeamFileManagerSettings
122 if (settings->SetTo(fValues) != B_OK) {
/haiku/headers/private/debugger/settings/
H A DTeamSettings.h31 status_t SetTo(Team* team);
32 status_t SetTo(const BMessage& archive,
/haiku/src/apps/launchbox/
H A DLaunchButton.h45 void SetTo(const entry_ref* ref);
48 void SetTo(const char* appSig, bool updateIcon);
/haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A DConfigView.cpp58 SetTo(settings.OutboundSettings());
62 fFileView->SetTo(&settings.OutboundSettings(), NULL);
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DConfigView.cpp54 SetTo(settings);
58 fFileView->SetTo(&settings, NULL);
/haiku/src/system/boot/loader/
H A Dpackage_support.h23 status_t SetTo(const char* stateName);
57 status_t SetTo(Directory* baseDirectory,
/haiku/src/servers/input/
H A DKeyboardSettings.cpp25 if (file.SetTo(path.Path(), B_READ_ONLY) < B_OK)
68 if (file.SetTo(path.Path(), B_WRITE_ONLY | B_CREATE_FILE) < B_OK)
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DStatItem.h49 : fCurrentData(NULL), fVersion(STAT_DATA_V2) { SetTo(data, clone); }
51 : fCurrentData(NULL), fVersion(STAT_DATA_V2) { SetTo(data, clone); }
54 status_t SetTo(stat_data_v1 *data, bool clone = false) function in class:StatData
71 status_t SetTo(stat_data *data, bool clone = false) function in class:StatData
195 SetTo(data.fCurrentData, true);
197 SetTo(data.fOldData, true);
235 statData->SetTo(data, clone);
238 statData->SetTo(data, clone);
/haiku/src/apps/autoraise/
H A Dsettings.cpp31 _settingsFile.SetTo(prefPath.Path(), B_READ_WRITE | B_CREATE_FILE);
59 _settingsFile.SetTo(prefPath.Path(), B_READ_WRITE | B_ERASE_FILE);
/haiku/src/add-ons/kernel/file_systems/userlandfs/shared/
H A DString.cpp33 SetTo(string, length);
42 // SetTo
44 String::SetTo(const char *string, int32 maxLength) function in class:String
/haiku/src/add-ons/tracker/openterminal/
H A DOpenTerminal.cpp46 if (entry.SetTo(&tracker_ref, true) != B_OK)
77 if (entry.SetTo(&base_ref) == B_OK)
/haiku/headers/private/netservices2/
H A DHttpTime.h33 void SetTo(const BString& string);
34 void SetTo(BDateTime date);
/haiku/src/tests/kits/storage/testapps/
H A DNodeMonitorTest.cpp76 entry.SetTo("/tmp/_watch_test_");
79 status_t status = file.SetTo(&entry, B_CREATE_FILE | B_READ_WRITE);
/haiku/src/tests/system/kernel/fs/
H A DKPathTest.cpp96 status = path.SetTo("a/b/c");
108 status = path.SetTo("a/b/c", false, 10);
119 status = path.SetTo(NULL, KPath::DEFAULT, SIZE_MAX);
145 status_t status = path.SetTo(NULL, KPath::LAZY_ALLOC, SIZE_MAX);
160 path.SetTo("");
164 path.SetTo("/");
168 path.SetTo("a/b");
172 path.SetTo("a/b/");
176 path.SetTo("/a/b//c");
189 path.SetTo("/
[all...]
/haiku/src/tools/fs_shell/
H A DKPath.cpp28 SetTo(NULL, bufferSize);
39 SetTo(path, normalize, bufferSize);
61 KPath::SetTo(const char* path, bool normalize, fssh_size_t bufferSize) function in class:KPath
241 SetTo(other.fBuffer, other.fBufferSize);
249 SetTo(path);

Completed in 207 milliseconds

1234567891011>>