Searched defs:lAutomaticAllocation (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DApplianceImplExport.cpp1301 int32_t lAutomaticAllocation = -1; // 0 means "false", 1 means "true" local
1530 lAutomaticAllocation = 0;
1552 lAutomaticAllocation = 1;
1609 lAutomaticAllocation = 1;
1667 lAutomaticAllocation = 0;
1738 if (lAutomaticAllocation != -1)
1740 //pItem->createChild("rasd:AutomaticAllocation")->addContent( (lAutomaticAllocation) ? "true" : "false" );
1743 pItemHelper->addContent((lAutomaticAllocation) ? "true" : "false" );

Completed in 293 milliseconds