Searched refs:SetTo (Results 226 - 250 of 1286) sorted by path

1234567891011>>

/haiku/src/apps/deskbar/
H A DDeskbarUtils.cpp91 dir.SetTo(&ref);
94 dir.SetTo(path.Path());
H A DPreferencesWindow.cpp399 status = file->SetTo(prefsPath.Path(),
402 status = file->SetTo(prefsPath.Path(), B_READ_ONLY);
H A DResourceSet.cpp738 if (entry.SetTo(path.Path(), true) == B_OK ) {
/haiku/src/apps/diskprobe/
H A DDataEditor.h34 status_t SetTo(const char* path,
36 status_t SetTo(entry_ref &ref,
38 status_t SetTo(BEntry &entry,
H A DDiskProbe.cpp215 return file->SetTo(path.Path(), mode);
371 status_t status = entry.SetTo(&ref, traverseLinks);
402 currentDirectory.SetTo(message->FindString("cwd"));
409 path.SetTo(argv[i]);
411 path.SetTo(&currentDirectory, argv[i]);
417 if ((status = entry.SetTo(path.Path(), false)) != B_OK
H A DOpenWindow.cpp131 directory.SetTo(startEntry);
133 directory.SetTo("/dev/disk");
/haiku/src/apps/drivesetup/
H A DAbstractParametersPanel.cpp194 fEditor->SetTo(partition);
H A DDriveSetup.cpp136 ret = file.SetTo(path.Path(), forWriting ? writeFlags : readFlags);
/haiku/src/apps/expander/
H A DExpanderRules.cpp134 || directory.SetTo(path.Path()) != B_OK) {
141 if (filePath.SetTo(path.Path(), entry.name) == B_OK)
163 strings[j++].SetTo(&buffer[firstQuote+1],
171 strings[j++].SetTo(&buffer[firstQuote+1],
H A DPasswordAlert.cpp99 if (file.SetTo(path.Path(), B_READ_ONLY) == B_OK) {
101 if (resources.SetTo(&file) == B_OK) {
/haiku/src/apps/haiku3d/mesh/
H A DStaticMesh.cpp130 if (res.SetTo(&file) != B_OK) {
/haiku/src/apps/haikudepot/ui_generic/
H A Dsupport.cpp90 return resources.SetTo(&info.ref);
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupSlider.cpp386 fLabel.SetTo(label);
H A DSliderView.cpp288 fFormatString.SetTo(formatString);
/haiku/src/apps/icon-o-matic/generic/support/
H A Dsupport.cpp92 string.SetTo("");
/haiku/src/apps/installer/
H A DSemaphoreLocker.h34 SetTo(&fSem, alreadyLocked, lockIfNotLocked);
H A DUnzipEngine.cpp53 UnzipEngine::SetTo(const char* pathToPackage, const char* destinationFolder) function in class:UnzipEngine
H A DUnzipEngine.h27 status_t SetTo(const char* pathToPackage,
/haiku/src/apps/launchbox/
H A DLaunchButton.cpp144 SetTo(&ref);
291 LaunchButton::SetTo(const entry_ref* ref) function in class:LaunchButton
307 if (info.SetTo(&file) == B_OK) {
310 SetTo(mimeSig, false);
334 LaunchButton::SetTo(const char* appSig, bool updateIcon) function in class:LaunchButton
342 SetTo(&ref);
353 fDescription.SetTo(text);
400 if (appFileInfo.SetTo(&file) == B_OK
H A DLaunchButton.h45 void SetTo(const entry_ref* ref);
48 void SetTo(const char* appSig, bool updateIcon);
H A DMainWindow.cpp198 button->SetTo((entry_ref*)NULL);
437 button->SetTo(signature.String(), true);
443 button->SetTo(&ref);
608 button->SetTo("application/x-vnd.Be-MAIL", true);
613 button->SetTo("application/x-vnd.Haiku-StyledEdit", true);
618 button->SetTo("application/x-vnd.Haiku-ShowImage", true);
623 button->SetTo("application/x-vnd.Haiku-MediaPlayer", true);
628 button->SetTo("application/x-vnd.Haiku-DeskCalc", true);
633 button->SetTo("application/x-vnd.Haiku-Terminal", true);
/haiku/src/apps/login/
H A DDesktopWindow.cpp51 dir.SetTo(path.Path());
/haiku/src/apps/mail/
H A DHeader.h66 void SetTo(const char* to);
H A DSettings.cpp183 status = file.SetTo(path.Path(),
214 status = entry.SetTo(path.Path());
243 status = file.SetTo(path.Path(), B_READ_ONLY);
247 status = file.SetTo(path.Path(), B_READ_ONLY);
448 if (inChainDir.SetTo(path.Path()) != B_OK)
454 if (settingsFile.SetTo (&settingsEntry, B_READ_ONLY) != B_OK)
H A DWIndex.h89 status_t SetTo(BPositionIO* dataFile);
90 status_t SetTo(const char* dataPath, const char* indexPath);

Completed in 284 milliseconds

1234567891011>>