Searched defs:pDelimiter (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageControlVM.cpp608 char *pDelimiter = strchr(pszProperty, '='); local
609 if (pDelimiter)
611 *pDelimiter = '\0';
614 Bstr bstrValue = &pDelimiter[1];
920 char *pDelimiter = strchr(pszProperty, '='); local
921 if (pDelimiter)
923 *pDelimiter = '\0';
926 Bstr bstrValue = &pDelimiter[1];
H A DVBoxManageDisk.cpp556 char *pDelimiter = strchr(pszProperty, '='); local
557 if (pDelimiter)
559 *pDelimiter = '\0';
562 Bstr bstrValue(&pDelimiter[1]);
H A DVBoxManageModifyVM.cpp1278 char *pDelimiter = strchr(pszProperty, '='); local
1279 if (pDelimiter)
1281 *pDelimiter = '\0';
1284 Bstr bstrValue = &pDelimiter[1];
2317 char *pDelimiter = strchr(pszProperty, '='); local
2318 if (pDelimiter)
2320 *pDelimiter = '\0';
2323 Bstr bstrValue = &pDelimiter[1];
/vbox/src/VBox/Frontends/VBoxHeadless/
H A DVBoxHeadless.cpp1111 char *pDelimiter = strchr(pszProperty, '='); local
1112 if (pDelimiter)
1114 *pDelimiter = '\0';
1117 Bstr bstrValue = &pDelimiter[1];

Completed in 2956 milliseconds