Searched defs:sf (Results 1 - 8 of 8) sorted by relevance
| /vbox/src/recompiler/target-i386/ |
| H A D | helper_template.h | 66 int cf, pf, af, zf, sf, of; local 74 sf = lshift(CC_DST, 8 - DATA_BITS) & 0x80; 76 return cf | pf | af | zf | sf | of; 90 int cf, pf, af, zf, sf, of; 98 sf = lshift(CC_DST, 8 - DATA_BITS) & 0x80; 100 return cf | pf | af | zf | sf | of; 114 int cf, pf, af, zf, sf, of; 122 sf = lshift(CC_DST, 8 - DATA_BITS) & 0x80; 124 return cf | pf | af | zf | sf | of; 139 int cf, pf, af, zf, sf, o [all...] |
| /vbox/src/VBox/Frontends/VBoxManage/ |
| H A D | VBoxManageInfo.cpp | 2243 ComPtr<ISharedFolder> sf = sfColl[i]; 2245 sf->COMGETTER(Name)(name.asOutParam()); 2246 sf->COMGETTER(HostPath)(hostPath.asOutParam()); 2260 ComPtr<ISharedFolder> sf = folders[i]; local 2264 sf->COMGETTER(Name)(name.asOutParam()); 2265 sf->COMGETTER(HostPath)(hostPath.asOutParam()); 2266 sf->COMGETTER(Writable)(&writable); 2291 ComPtr<ISharedFolder> sf = folders[i]; local 2294 sf->COMGETTER(Name)(name.asOutParam()); 2295 sf [all...] |
| /vbox/src/VBox/Main/xml/ |
| H A D | Settings.cpp | 3250 SharedFolder sf; local 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; local 4738 pelmThis->setAttribute("name", sf.strName); 4739 pelmThis->setAttribute("hostPath", sf.strHostPath); 4740 pelmThis->setAttribute("writable", sf [all...] |
| /vbox/src/VBox/Main/src-server/ |
| H A D | VirtualBoxImpl.cpp | 1519 com::Utf8Str sf = aSettingsFile; local 1524 sf); 1526 bstrSettingsFile = Bstr(sf).raw();
|
| H A D | MachineImpl.cpp | 8991 const settings::SharedFolder &sf = *it; local 8995 rc = i_findSharedFolder(sf.strName, sharedFolder, false /* aSetError */); 8999 sf.strName.c_str()); 9005 sf.strName, 9006 sf.strHostPath, 9007 RT_BOOL(sf.fWritable), 9008 RT_BOOL(sf.fAutoMount), 10293 settings::SharedFolder sf; local 10294 sf.strName = pSF->i_getName(); 10295 sf [all...] |
| /vbox/src/VBox/Main/webservice/jaxlibs/ |
| H A D | sjsxp.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |
| H A D | jaxws-rt.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |
| H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |
Completed in 142 milliseconds