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

/haiku/src/tests/kits/storage/disk_device/
H A DDiskDeviceTest.cpp74 printf("%s mounted: %d\n", prefix, partition->IsMounted());
563 bool mounted = false; local
564 bool supports = diskSystem.SupportsDefragmenting(&mounted);
565 printf(" defragmenting: %d (%d)\n", supports, mounted);
566 supports = diskSystem.SupportsRepairing(true, &mounted);
567 printf(" checking: %d (%d)\n", supports, mounted);
568 supports = diskSystem.SupportsRepairing(false, &mounted);
569 printf(" repairing: %d (%d)\n", supports, mounted);
570 supports = diskSystem.SupportsResizing(&mounted);
571 printf(" resizing: %d (%d)\n", supports, mounted);
[all...]
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A DTODO46 39) Device mounted than unplugged.It stay mounted but doesn't work and get the garbage in "opened" files. Are there solutions?
/haiku/src/tests/kits/storage/
H A DVolumeTest.cpp525 CheckWatchingMessage(bool mounted, dev_t expectedDevice, BTestHandler &handler, argument
536 if (mounted) {
537 // volume mounted

Completed in 39 milliseconds