Searched refs:PREFIX_LEN (Results 1 – 3 of 3) sorted by relevance
93 static const int PREFIX_LEN = 11; in isDebuggerActive() local94 if( line.compare(0, PREFIX_LEN, "TracerPid:\t") == 0 ) { in isDebuggerActive()98 return line.length() > PREFIX_LEN && line[PREFIX_LEN] != '0'; in isDebuggerActive()
51 #define PREFIX_LEN (strlen("efi_xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx_")) macro72 len = PREFIX_LEN + utf16_utf8_strlen(variable_name) + 1; in efi_to_native()
8494 static const int PREFIX_LEN = 11; in isDebuggerActive() local8495 if( line.compare(0, PREFIX_LEN, "TracerPid:\t") == 0 ) { in isDebuggerActive()8499 return line.length() > PREFIX_LEN && line[PREFIX_LEN] != '0'; in isDebuggerActive()