Home
last modified time | relevance | path

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

/system/core/libcutils/
Dfs.cpp39 #define ALL_PERMS (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO) macro
69 mode_match = ((sb.st_mode & ALL_PERMS) == mode); in fs_prepare_path_impl()
81 path, mode, (sb.st_mode & ALL_PERMS)); in fs_prepare_path_impl()
/system/security/keystore2/src/
Dpermission.rs585 const ALL_PERMS: KeyPermSet = key_perm_set![ constant
756 &Some(ALL_PERMS), in check_key_permission_domain_grant()