Searched refs:rootPath (Results 1 - 11 of 11) sorted by relevance

/haiku/src/system/boot/platform/pxe_ia32/
H A Ddevices.cpp53 const char* rootPath = sTFTP.RootPath(); local
54 if (rootPath) {
55 if (char* fileNameEnd = strchr(rootPath, ';')) {
56 size_t len = min_c(fileNameEnd - rootPath,
58 memcpy(stackFileName, rootPath, len);
151 const char* rootPath = sTFTP.RootPath(); local
152 if (rootPath) {
153 if (char* fileNameEnd = strchr(rootPath, ';'))
154 rootPath = fileNameEnd + 1;
164 && gBootVolume.AddString("net root path", rootPath)
[all...]
/haiku/src/kits/device/
H A DJoystickTweaker.cpp83 _BJoystickTweaker::_ScanIncludingDisabled(const char *rootPath, BList *list, argument
90 else if (rootPath != NULL)
91 root.SetTo(rootPath);
100 status_t result = _ScanIncludingDisabled(rootPath, list, &entry);
116 deviceName->RemoveFirst(rootPath);
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioAddOn.cpp177 MultiAudioAddOn::_RecursiveScan(const char* rootPath, BEntry* rootEntry, uint32 depth) argument
186 else if (rootPath != NULL)
187 root.SetTo(rootPath);
196 _RecursiveScan(rootPath, &entry, depth + 1);
202 + strlen(rootPath), path.Path());
/haiku/headers/private/device/
H A DJoystickTweaker.h52 status_t _ScanIncludingDisabled(const char *rootPath,
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkAddOn.cpp233 else if(rootPath!=NULL) {
234 root.SetTo(rootPath);
245 RecursiveScan(rootPath, &entry);
249 ESDEndpoint *device = new ESDEndpoint(path.Path() + strlen(rootPath), path.Path());
/haiku/src/preferences/joysticks/
H A DJoyWin.h34 const char* rootPath, BEntry *rootEntry = NULL);
H A DJoyWin.cpp279 JoyWin::_AddToList(BListView *list, uint32 command, const char* rootPath, argument
286 else if ( rootPath != NULL )
287 root.SetTo( rootPath );
294 _AddToList(list, command, rootPath, &entry);
299 str.RemoveFirst(rootPath);
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundAddOn.cpp196 OpenSoundAddOn::RecursiveScan(const char* rootPath, BEntry *rootEntry) argument
350 else if (rootPath != NULL) {
351 root.SetTo(rootPath);
364 OpenSoundDevice *device = new OpenSoundDevice(path.Path() + strlen(rootPath), path.Path());
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonAddOn.cpp381 CRadeonAddOn::RecursiveScan(const char* rootPath, BEntry *rootEntry = NULL) argument
387 else if( rootPath != NULL ) {
388 root.SetTo( rootPath );
399 RecursiveScan( rootPath, &entry );
H A DRadeonAddOn.h93 status_t RecursiveScan( const char* rootPath, BEntry *rootEntry = NULL );
/haiku/src/system/kernel/fs/
H A Dvfs_net_boot.cpp353 const char* rootPath = fBootVolume.GetString("net root path", NULL); local
355 rootPath);

Completed in 74 milliseconds