Searched refs:SetPath (Results 1 - 25 of 34) sorted by relevance

12

/haiku/src/preferences/sounds/
H A DHEventList.h33 void SetPath(const char* path);
52 void SetPath(const char* path);
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);
H A DHWindow.cpp173 fEventList->SetPath(BPath(&ref).Path());
255 fEventList->SetPath(BPath(&ref).Path());
267 fEventList->SetPath(NULL);
/haiku/src/apps/diskusage/
H A DVolumeView.h35 void SetPath(BPath path);
H A DVolumeView.cpp69 VolumeView::SetPath(BPath path) function in class:VolumeView
71 fPieView->SetPath(path);
H A DPieView.h47 void SetPath(BPath path);
/haiku/src/tests/servers/app/painter/
H A DShapeConverter.h30 void SetPath(agg::path_storage* path);
H A DShapeConverter.cpp28 // SetPath
30 ShapeConverter::SetPath(agg::path_storage* path) function in class:ShapeConverter
/haiku/headers/private/fs_shell/
H A DKPath.h28 fssh_status_t SetPath(const char *path, bool normalize = false);
/haiku/src/tools/fs_shell/
H A DKPath.cpp84 return SetPath(path, normalize);
96 KPath::SetPath(const char *path, bool normalize) function in class:KPath
107 SetPath(NULL);
214 return SetPath(component);
/haiku/headers/private/kernel/disk_device_manager/
H A DKDiskDevice.h63 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/headers/private/kernel/fs/
H A DKPath.h38 status_t SetPath(const char* path,
/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/kits/net/service/
H A DFileTest.cpp66 url.SetPath(tmpl);
/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/src/tests/kits/net/cookie/
H A Dcookie_test.cpp50 c.SetPath("/");
/haiku/src/apps/installer/
H A DPackageViews.h38 void SetPath(const BPath &path) function in class:Package
/haiku/headers/private/netservices/
H A DNetworkCookie.h40 status_t SetPath(const BString& path);
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskDevice.cpp261 KDiskDevice::SetPath(const char* path) function in class:KDiskDevice
290 return path->SetPath(fDeviceData.path);
H A DKFileDiskDevice.cpp206 status_t error = path->SetPath(kFileDevicesDir);
/haiku/headers/os/support/
H A DUrl.h33 BUrl& SetPath(const BString& path);
/haiku/src/kits/network/libnetservices/
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/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/src/apps/icon-o-matic/gui/
H A DPathListView.cpp62 SetPath(p);
68 SetPath(NULL);
124 void SetPath(VectorPath* p) function in class:PathListItem

Completed in 207 milliseconds

12