Searched refs:SetPath (Results 1 - 25 of 34) sorted by last modified time

12

/haiku/src/apps/icon-o-matic/gui/
H A DPathListView.cpp62 SetPath(p);
68 SetPath(NULL);
124 void SetPath(VectorPath* p) function in class:PathListItem
/haiku/src/system/kernel/
H A Dmodule.cpp1926 if (pathBuffer.SetPath(image->path) == B_OK
/haiku/src/kits/network/libnetservices/
H A DGeolocation.cpp187 url.SetPath("/countryCode");
H A DNetworkCookieJar.cpp397 tempCookie.SetPath(tempString);
467 copy.SetPath("/");
H A DNetworkCookie.cpp50 SetPath(_DefaultPathForUrl(url));
109 SetPath(_DefaultPathForUrl(url));
188 status_t pathResult = SetPath(value);
228 BNetworkCookie::SetPath(const BString& to) function in class:BNetworkCookie
/haiku/headers/private/netservices/
H A DNetworkCookie.h40 status_t SetPath(const BString& path);
/haiku/src/preferences/sounds/
H A DHWindow.cpp173 fEventList->SetPath(BPath(&ref).Path());
255 fEventList->SetPath(BPath(&ref).Path());
267 fEventList->SetPath(NULL);
H A DHEventList.cpp32 SetPath(path);
42 HEventRow::SetPath(const char* _path) function in class:HEventRow
125 row->SetPath(path.Path());
145 HEventList::SetPath(const char* path) function in class:HEventList
154 row->SetPath(path);
/haiku/src/system/kernel/disk_device_manager/
H A DKPartition.cpp718 status_t error = path->SetPath(Device()->Path());
H A DKDiskDevice.cpp261 KDiskDevice::SetPath(const char* path) function in class:KDiskDevice
290 return path->SetPath(fDeviceData.path);
H A DKDiskDeviceManager.cpp1276 if (entryPath.SetPath(path) != B_OK
1498 if (entryPath.SetPath(path) != B_OK
H A DKFileDiskDevice.cpp206 status_t error = path->SetPath(kFileDevicesDir);
/haiku/src/tests/kits/net/service/
H A DFileTest.cpp66 url.SetPath(tmpl);
H A DUrlTest.cpp105 url.SetPath("/path");
/haiku/src/apps/diskusage/
H A DControlsView.cpp286 ((VolumeView*)(item->View()))->SetPath(path);
H A DPieView.cpp333 PieView::SetPath(BPath path) function in class:PieView
/haiku/src/apps/installer/
H A DPackageViews.cpp43 SetPath(path);
H A DPackageViews.h38 void SetPath(const BPath &path) function in class:Package
/haiku/src/system/kernel/fs/
H A DKPath.cpp103 return SetPath(path, flags);
145 KPath::SetPath(const char* path, int32 flags) function in class:KPath
332 return SetPath(component);
384 SetPath(path);
/haiku/src/tests/system/kernel/fs/
H A DKPathTest.cpp102 status = path.SetPath("abc/def");
114 status = path.SetPath("sorry/i'm/too/long");
133 path.SetPath("/b");
147 status = path.SetPath("test");
274 one.SetPath("test");
/haiku/headers/private/kernel/fs/
H A DKPath.h38 status_t SetPath(const char* path,
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A DKPath.cpp98 return SetPath(path, flags);
140 KPath::SetPath(const char* path, int32 flags) function in class:KPath
319 return SetPath(component);
368 SetPath(path);
/haiku/src/kits/support/
H A DUrl.cpp144 SetPath(relative.Path());
149 SetPath(relative.Path());
160 SetPath(relative.Path());
163 SetPath(path);
299 BUrl::SetPath(const BString& path) function in class:BUrl
1086 SetPath(path);
/haiku/headers/os/support/
H A DUrl.h33 BUrl& SetPath(const BString& path);
/haiku/src/tests/kits/net/cookie/
H A Dcookie_test.cpp50 c.SetPath("/");

Completed in 180 milliseconds

12