Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_debugger.cpp93 static const int PREFIX_LEN = 11; in isDebuggerActive() local
94 if( line.compare(0, PREFIX_LEN, "TracerPid:\t") == 0 ) { in isDebuggerActive()
98 return line.length() > PREFIX_LEN && line[PREFIX_LEN] != '0'; in isDebuggerActive()
/external/u-boot/lib/efi_loader/
Defi_variable.c51 #define PREFIX_LEN (strlen("efi_xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx_")) macro
72 len = PREFIX_LEN + utf16_utf8_strlen(variable_name) + 1; in efi_to_native()
/external/catch2/single_include/catch2/
Dcatch.hpp8494 static const int PREFIX_LEN = 11; in isDebuggerActive() local
8495 if( line.compare(0, PREFIX_LEN, "TracerPid:\t") == 0 ) { in isDebuggerActive()
8499 return line.length() > PREFIX_LEN && line[PREFIX_LEN] != '0'; in isDebuggerActive()