Home
last modified time | relevance | path

Searched refs:retLen (Results 1 - 1 of 1) sorted by relevance

/developtools/profiler/hidebug/frameworks/native/
H A Dhidebug_base.c110 int retLen = SystemReadParam(queryName, result, &bufferSize); in QueryParams() local
111 if (retLen != 0 || bufferSize == 0 || bufferSize > PARAM_BUF_LEN - 1) { in QueryParams()
116 int retLen = GetParameter(queryName, NULL, result, size); in QueryParams() local
117 if (retLen <= 0 || retLen > PARAM_BUF_LEN - 1) { in QueryParams()
120 result[retLen] = '\0'; in QueryParams()
200 int retLen = SystemReadParam(LIBC_HOOK_PARAM, paramOutBuf, &size); in MatchMallocHookStartupProp() local
201 if (retLen != 0 || size <= 0) { in MatchMallocHookStartupProp()
204 retLen = (int)size; in MatchMallocHookStartupProp()
207 int retLen in MatchMallocHookStartupProp() local
[all...]

Completed in 2 milliseconds