Symbol: SetPath
headers/os/support/Url.h
34
BUrl& SetPath(const BString& path);
headers/private/fs_shell/KPath.h
28
fssh_status_t SetPath(const char *path, bool normalize = false);
headers/private/kernel/fs/KPath.h
39
status_t SetPath(const char* path,
headers/private/netservices/NetworkCookie.h
40
status_t SetPath(const BString& path);
src/apps/diskusage/ControlsView.cpp
286
((VolumeView*)(item->View()))->SetPath(path);
src/apps/diskusage/PieView.h
47
void SetPath(BPath path);
src/apps/diskusage/VolumeView.cpp
71
fPieView->SetPath(path);
src/apps/diskusage/VolumeView.h
35
void SetPath(BPath path);
src/apps/icon-o-matic/gui/PathListView.cpp
62
SetPath(p);
src/apps/icon-o-matic/gui/PathListView.cpp
68
SetPath(NULL);
src/apps/installer/PackageViews.cpp
43
SetPath(path);
src/apps/installer/PackageViews.h
38
void SetPath(const BPath &path)
src/kits/network/libnetservices/Geolocation.cpp
196
url.SetPath("/countryCode");
src/kits/network/libnetservices/NetworkCookie.cpp
109
SetPath(_DefaultPathForUrl(url));
src/kits/network/libnetservices/NetworkCookie.cpp
188
status_t pathResult = SetPath(value);
src/kits/network/libnetservices/NetworkCookie.cpp
50
SetPath(_DefaultPathForUrl(url));
src/kits/network/libnetservices/NetworkCookieJar.cpp
397
tempCookie.SetPath(tempString);
src/kits/network/libnetservices/NetworkCookieJar.cpp
467
copy.SetPath("/");
src/kits/support/Url.cpp
1064
SetPath(path);
src/kits/support/Url.cpp
144
SetPath(relative.Path());
src/kits/support/Url.cpp
149
SetPath(relative.Path());
src/kits/support/Url.cpp
160
SetPath(relative.Path());
src/kits/support/Url.cpp
163
SetPath(path);
src/preferences/sounds/HEventList.cpp
125
row->SetPath(path.Path());
src/preferences/sounds/HEventList.cpp
154
row->SetPath(path);
src/preferences/sounds/HEventList.cpp
32
SetPath(path);
src/preferences/sounds/HEventList.h
33
void SetPath(const char* path);
src/preferences/sounds/HEventList.h
52
void SetPath(const char* path);
src/preferences/sounds/HWindow.cpp
187
fEventList->SetPath(BPath(&ref).Path());
src/preferences/sounds/HWindow.cpp
273
fEventList->SetPath(BPath(&ref).Path());
src/preferences/sounds/HWindow.cpp
285
fEventList->SetPath(NULL);
src/system/kernel/disk_device_manager/KDiskDevice.cpp
272
return path->SetPath(fDeviceData.path);
src/system/kernel/disk_device_manager/KDiskDeviceManager.cpp
1276
if (entryPath.SetPath(path) != B_OK
src/system/kernel/disk_device_manager/KDiskDeviceManager.cpp
1498
if (entryPath.SetPath(path) != B_OK
src/system/kernel/disk_device_manager/KFileDiskDevice.cpp
197
status_t error = path->SetPath(kFileDevicesDir);
src/system/kernel/disk_device_manager/KPartition.cpp
718
status_t error = path->SetPath(Device()->Path());
src/system/kernel/fs/KPath.cpp
103
return SetPath(path, flags);
src/system/kernel/fs/KPath.cpp
334
return SetPath(component);
src/system/kernel/fs/KPath.cpp
386
SetPath(path);
src/system/kernel/module.cpp
1926
if (pathBuffer.SetPath(image->path) == B_OK
src/tests/add-ons/kernel/kernelland_emu/KPath.cpp
319
return SetPath(component);
src/tests/add-ons/kernel/kernelland_emu/KPath.cpp
368
SetPath(path);
src/tests/add-ons/kernel/kernelland_emu/KPath.cpp
98
return SetPath(path, flags);
src/tests/kits/net/cookie/cookie_test.cpp
50
c.SetPath("/");
src/tests/kits/net/service/FileTest.cpp
66
url.SetPath(tmpl);
src/tests/kits/net/service/UrlTest.cpp
105
url.SetPath("/path");
src/tests/servers/app/painter/ShapeConverter.h
30
void SetPath(agg::path_storage* path);
src/tests/system/kernel/fs/KPathTest.cpp
104
status = path.SetPath("abc/def");
src/tests/system/kernel/fs/KPathTest.cpp
116
status = path.SetPath("sorry/i'm/too/long");
src/tests/system/kernel/fs/KPathTest.cpp
133
path.SetPath("/b");
src/tests/system/kernel/fs/KPathTest.cpp
147
status = path.SetPath("test");
src/tests/system/kernel/fs/KPathTest.cpp
266
one.SetPath("test");
src/tools/fs_shell/KPath.cpp
107
SetPath(NULL);
src/tools/fs_shell/KPath.cpp
214
return SetPath(component);
src/tools/fs_shell/KPath.cpp
84
return SetPath(path, normalize);