Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectPlatform.cpp35 world_x; in ParsePermissionString() local
47 world_x = (permissions[8] == 'x'); in ParsePermissionString()
52 world = (world_r ? 4 : 0) | (world_w ? 2 : 0) | (world_x ? 1 : 0); in ParsePermissionString()