Searched refs:fileMsg (Results 1 - 2 of 2) sorted by relevance

/haiku/src/preferences/shortcuts/
H A DShortcutsWindow.cpp531 // load the file into (fileMsg)
532 BMessage fileMsg; local
536 || (fileMsg.Unflatten(&file) != B_OK)) {
562 if (_LoadKeySet(fileMsg)) {
/haiku/src/kits/tracker/
H A DDeskWindow.cpp306 BMessage fileMsg; local
308 || fileMsg.Unflatten(&shortcutSettings) != B_OK) {
316 while (fileMsg.FindMessage("spec", i++, &message) == B_OK) {

Completed in 43 milliseconds