Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Utility/
DLinuxProcMaps.cpp78 const char write_perm_char = line_extractor.GetChar(); in ParseMemoryRegionInfoFromProcMapsLine() local
79 if (write_perm_char == 'w') in ParseMemoryRegionInfoFromProcMapsLine()
81 else if (write_perm_char == '-') in ParseMemoryRegionInfoFromProcMapsLine()