Home
last modified time | relevance | path

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

/developtools/profiler/hidebug/frameworks/native/
Dhidebug_base.c150 const int paramLength = 7; in GetMallocHookStartupValue() local
151 if (strncmp(param, "startup", paramLength) == 0) { in GetMallocHookStartupValue()
189 const int paramLength = 8; in MatchMallocHookStartupProp() local
190 if (strncmp(paramOutBuf, "startup:", paramLength) != 0) { in MatchMallocHookStartupProp()