Searched refs:offSlash (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Main/src-client/ |
H A D | ConsoleImpl2.cpp | 4504 size_t offSlash = name.find("/", 0); local 4505 if ( offSlash != name.npos 4511 hrc = strFilter.assignEx(name, 0, offSlash); 4515 hrc = strKey.assignEx(name, offSlash + 1, name.length() - offSlash - 1); /* Skip slash */
|
/vbox/src/VBox/Main/src-server/ |
H A D | MediumImpl.cpp | 6892 size_t offSlash; local 6893 if ((offSlash = aName.find("/", 0)) != aName.npos) 6898 HRESULT rc = strFilter.assignEx(aName, 0, offSlash); 6902 rc = strKey.assignEx(aName, offSlash + 1, aName.length() - offSlash - 1); /* Skip slash */
|
Completed in 640 milliseconds