Searched refs:retLen (Results 1 – 1 of 1) sorted by relevance
| /developtools/profiler/hidebug/frameworks/native/ |
| D | hidebug_base.c | 110 int retLen = SystemReadParam(queryName, paramOutBuf, &size); in QueryParams() local 111 if (retLen != 0 || size <= 0 || size > PARAM_BUF_LEN - 1) { in QueryParams() 114 retLen = (int)size; in QueryParams() 117 int retLen = GetParameter(queryName, defStrValue, paramOutBuf, PARAM_BUF_LEN); in QueryParams() local 118 if (retLen == 0 || retLen > PARAM_BUF_LEN - 1) { in QueryParams() 122 paramOutBuf[retLen] = '\0'; in QueryParams() 177 int retLen = SystemReadParam(LIBC_HOOK_PARAM, paramOutBuf, &size); in MatchMallocHookStartupProp() local 178 if (retLen != 0 || size <= 0) { in MatchMallocHookStartupProp() 181 retLen = (int)size; in MatchMallocHookStartupProp() 184 int retLen = GetParameter(LIBC_HOOK_PARAM, defStrValue, paramOutBuf, PARAM_BUF_LEN); in MatchMallocHookStartupProp() local [all …]
|