Searched refs:PREFIX_LEN (Results 1 – 4 of 4) 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()
257 type Prefix = [u8; PREFIX_LEN];258 const PREFIX_LEN: usize = digest::SHA512_OUTPUT_LEN - SCALAR_LEN; constant
10400 static const int PREFIX_LEN = 11; in isDebuggerActive() local10401 if( line.compare(0, PREFIX_LEN, "TracerPid:\t") == 0 ) { in isDebuggerActive()10405 return line.length() > PREFIX_LEN && line[PREFIX_LEN] != '0'; in isDebuggerActive()
10458 static const int PREFIX_LEN = 11; in isDebuggerActive() local10459 if( line.compare(0, PREFIX_LEN, "TracerPid:\t") == 0 ) { in isDebuggerActive()10463 return line.length() > PREFIX_LEN && line[PREFIX_LEN] != '0'; in isDebuggerActive()