2 * Copyright 2015, Axel Dörfler, axeld@pinc-software.de.
3 * Distributed under the terms of the MIT License.
13 bool IsReadOnlyVolume(dev_t device
);
14 bool IsReadOnlyVolume(const char* path
);
16 status_t
BlockMedia(const char* path
, bool block
);
17 status_t
EjectMedia(const char* path
);
19 BString
TranslatePath(const char* path
);