Home
last modified time | relevance | path

Searched refs:B_STORAGE_ERROR_BASE (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/libc/src/unix/haiku/
Dnative.rs593 pub const B_STORAGE_ERROR_BASE: status_t = B_GENERAL_ERROR_BASE + 0x6000; constant
670 pub const B_FILE_ERROR: status_t = B_STORAGE_ERROR_BASE + 0;
671 pub const B_FILE_EXISTS: status_t = B_STORAGE_ERROR_BASE + 2;
672 pub const B_ENTRY_NOT_FOUND: status_t = B_STORAGE_ERROR_BASE + 3;
673 pub const B_NAME_TOO_LONG: status_t = B_STORAGE_ERROR_BASE + 4;
674 pub const B_NOT_A_DIRECTORY: status_t = B_STORAGE_ERROR_BASE + 5;
675 pub const B_DIRECTORY_NOT_EMPTY: status_t = B_STORAGE_ERROR_BASE + 6;
676 pub const B_DEVICE_FULL: status_t = B_STORAGE_ERROR_BASE + 7;
677 pub const B_READ_ONLY_DEVICE: status_t = B_STORAGE_ERROR_BASE + 8;
678 pub const B_IS_A_DIRECTORY: status_t = B_STORAGE_ERROR_BASE + 9;
[all …]