Searched refs:PREFIX_LEN (Results 1 – 2 of 2) sorted by relevance
83 static const int PREFIX_LEN = 11; in isDebuggerActive() local84 if( line.compare(0, PREFIX_LEN, "TracerPid:\t") == 0 ) { in isDebuggerActive()88 return line.length() > PREFIX_LEN && line[PREFIX_LEN] != '0'; in isDebuggerActive()
8467 static const int PREFIX_LEN = 11; in isDebuggerActive() local8468 if( line.compare(0, PREFIX_LEN, "TracerPid:\t") == 0 ) { in isDebuggerActive()8472 return line.length() > PREFIX_LEN && line[PREFIX_LEN] != '0'; in isDebuggerActive()