Searched refs:strLenStripped (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/src-server/freebsd/
H A DHostHardwareFreeBSD.cpp60 static size_t strLenStripped(const char *pcsz) function
92 size_t cchVendor = strLenStripped(pcszVendor);
93 size_t cchModel = strLenStripped(pcszModel);
/vbox/src/VBox/Main/src-server/linux/
H A DHostHardwareLinux.cpp93 static size_t strLenStripped(const char *pcsz) function
342 size_t cchVendor = strLenStripped(pcszVendor);
343 size_t cchModel = strLenStripped(pcszModel);

Completed in 776 milliseconds