HomeSort by relevance Sort by last modified time
    Searched refs:POSIX_LOG_COMM (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Plugins/Process/POSIX/
ProcessPOSIXLog.h 30 #define POSIX_LOG_COMM (1u << 10)
ProcessPOSIXLog.cpp 56 else if (::strncasecmp (arg, "comm", 4) == 0 ) return POSIX_LOG_COMM;

Completed in 1007 milliseconds