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

/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp3752 Utf8Str strReconfig; local
3755 strReconfig = i_getExtraData(Utf8Str("VBoxInternal2/SilentReconfigureWhilePaused"));
3757 && strReconfig == "1")
4314 Utf8Str strReconfig; local
4317 strReconfig = i_getExtraData(Utf8Str("VBoxInternal2/SilentReconfigureWhilePaused"));
4319 && strReconfig == "1")

Completed in 1147 milliseconds