Searched refs:strHostPath (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Main/src-all/
H A DSharedFolderImpl.cpp44 const Utf8Str strHostPath; member in struct:SharedFolder::Data
144 aThat->m->strHostPath,
294 unconst(m->strHostPath) = hostPath;
337 aHostPath = m->strHostPath;
347 Utf8Str hostPath = m->strHostPath;
362 m->strHostPath.c_str(),
407 return m->strHostPath;
/vbox/include/VBox/
H A Dsettings.h730 strHostPath; member in struct:settings::SharedFolder
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp1692 Utf8Str strHostPath; local
1712 strHostPath = buf;
1725 strHostPath,
7863 Utf8Str strHostPath(bstrHostPath);
7872 SharedFolderData(strHostPath, !!writable, !!autoMount)));
7879 || it->second.m_strHostPath != strHostPath)
7899 SharedFolderData(strHostPath, !!writable, !!autoMount));
/vbox/src/VBox/Main/xml/
H A DSettings.cpp1935 && (strHostPath == g.strHostPath)
3252 pelmFolder->getAttributeValue("hostPath", sf.strHostPath);
4739 pelmThis->setAttribute("hostPath", sf.strHostPath);
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp9006 sf.strHostPath,
10295 sf.strHostPath = pSF->i_getHostPath();

Completed in 528 milliseconds