Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp41 world_x; in ParsePermissionString() local
53 world_x = (permissions[8] == 'x'); in ParsePermissionString()
58 world = (world_r ? 4 : 0) | (world_w ? 2 : 0) | (world_x ? 1 : 0); in ParsePermissionString()