Searched refs:_updated (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/storage/disk_device/
H A DDiskDevice.cpp502 bool _updated;
504 updated = &_updated;
/haiku/src/apps/diskprobe/
H A DDataEditor.h82 status_t UpdateIfNeeded(bool* _updated = NULL);
H A DDataEditor.cpp984 DataEditor::UpdateIfNeeded(bool *_updated) argument
987 if (_updated)
988 *_updated = false;
999 if (status == B_OK && _updated)
1000 *_updated = true;

Completed in 73 milliseconds