Home
last modified time | relevance | path

Searched defs:PROT_NONE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/include/
H A Dnapi_ashmem.h30 PROT_NONE = 0, enumerator
/ohos5.0/base/update/updater/services/package/pkg_manager/
H A Dpkg_utils.h76 #define PROT_NONE 0x0 macro
/ohos5.0/commonlibrary/c_utils/base/src/rust/
H A Dashmem.rs21 pub const PROT_NONE: i32 = 0; const
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/nonlinux/
H A Ddfx_nonlinux_define.h34 #define PROT_NONE 0x0 // Page can not be accessed. macro