Searched refs:m_strPath (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsParallel.h37 , m_strPath(QString()) {}
45 (m_strPath == other.m_strPath);
55 QString m_strPath; member in struct:UIDataSettingsMachineParallelPort
H A DUIMachineSettingsSerial.h39 , m_strPath(QString()) {}
49 (m_strPath == other.m_strPath);
61 QString m_strPath; member in struct:UIDataSettingsMachineSerialPort
H A DUIMachineSettingsParallel.cpp102 mLePath->setText(portData.m_strPath);
117 portData.m_strPath = QDir::toNativeSeparators(mLePath->text());
233 portData.m_strPath = port.GetPath();
320 port.SetPath(portData.m_strPath);
H A DUIMachineSettingsSerial.cpp118 mLePath->setText(portData.m_strPath);
135 portData.m_strPath = QDir::toNativeSeparators(mLePath->text());
274 portData.m_strPath = port.GetPath();
363 port.SetPath(portData.m_strPath);
/vbox/src/VBox/Main/xml/
H A Dovfreader.cpp39 : m_strPath(path)
43 m_strPath,
55 : m_strPath(path)
58 parser.read(m_strPath,
259 m_strPath.c_str(),
265 m_strPath.c_str(),
273 m_strPath.c_str(),
353 m_strPath.c_str(),
431 m_strPath.c_str(),
457 m_strPath
[all...]
/vbox/src/VBox/Main/include/
H A Dovfreader.h641 RTCString m_strPath; // file name given to constructor member in class:ovf::OVFReader

Completed in 510 milliseconds