Lines Matching defs:sf
3250 SharedFolder sf;
3251 pelmFolder->getAttributeValue("name", sf.strName);
3252 pelmFolder->getAttributeValue("hostPath", sf.strHostPath);
3253 pelmFolder->getAttributeValue("writable", sf.fWritable);
3254 pelmFolder->getAttributeValue("autoMount", sf.fAutoMount);
3255 hw.llSharedFolders.push_back(sf);
4736 const SharedFolder &sf = *it;
4738 pelmThis->setAttribute("name", sf.strName);
4739 pelmThis->setAttribute("hostPath", sf.strHostPath);
4740 pelmThis->setAttribute("writable", sf.fWritable);
4741 pelmThis->setAttribute("autoMount", sf.fAutoMount);