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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageDisk.cpp1095 bool fOptLong)
1137 if (fOptLong && enmState == MediumState_Inaccessible)
1144 if (fOptLong)
1182 if (fOptLong && pszParentUUID && Guid(pszParentUUID).isValid())
1197 if (fOptLong)
1233 if (fOptLong)
1246 if (fOptLong)
1255 if (fOptLong)
1274 if (fOptLong)
1311 if (fOptLong)
1092 showMediumInfo(const ComPtr<IVirtualBox> &pVirtualBox, const ComPtr<IMedium> &pMedium, const char *pszParentUUID, bool fOptLong) argument
[all...]
H A DVBoxManageList.cpp243 * @param fOptLong Long (@c true) or short list format.
248 bool fOptLong)
255 rc = showMediumInfo(pVirtualBox, pMedium, pszParentUUIDStr, fOptLong);
267 rc = listMedia(pVirtualBox, children, Utf8Str(uuid).c_str(), fOptLong);
863 * @param fOptLong Long (@c true) or short list format.
866 static HRESULT produceList(enum enmListType enmCommand, bool fOptLong, const ComPtr<IVirtualBox> &pVirtualBox) argument
890 rc = showVMInfo(pVirtualBox, machines[i], NULL, fOptLong ? VMINFO_STANDARD : VMINFO_COMPACT);
923 rc = showVMInfo(pVirtualBox, machines[i], NULL, fOptLong ? VMINFO_STANDARD : VMINFO_COMPACT);
1062 rc = listMedia(pVirtualBox, hdds, "base", fOptLong);
1070 rc = listMedia(pVirtualBox, dvds, NULL, fOptLong);
245 listMedia(const ComPtr<IVirtualBox> pVirtualBox, const com::SafeIfaceArray<IMedium> &aMedia, const char *pszParentUUIDStr, bool fOptLong) argument
1211 bool fOptLong = false; local
[all...]

Completed in 57 milliseconds