Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_hook/src/
Dhook_client.cpp73 constexpr int PID_STR_SIZE = 4; variable
170 if (strncmp(buf, "Pid:", PID_STR_SIZE) == 0) { in GetRealPid()