Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/plat-beos5/
DIN.py143 B_INTERFACE_ERROR_BASE = B_GENERAL_ERROR_BASE + 0x3000 variable
/external/rust/crates/libc/src/unix/haiku/
Dnative.rs589 pub const B_INTERFACE_ERROR_BASE: status_t = B_GENERAL_ERROR_BASE + 0x3000; constant