Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_hook/src/
H A Dhook_client.cpp596 void* pRet = nullptr; in hook_valloc() local
598 pRet = fn(size); in hook_valloc()
600 return pRet; in hook_valloc()
605 void* pRet = nullptr; in hook_calloc() local
607 pRet = fn(number, size); in hook_calloc()
610 return pRet; in hook_calloc()
612 if (!ohos_set_filter_size(number * size, pRet)) { in hook_calloc()
613 return pRet; in hook_calloc()
633 return pRet; in hook_calloc()
674 rawdata.addr = pRet; in hook_calloc()
705 void* pRet = nullptr; hook_memalign() local
714 void* pRet = nullptr; hook_realloc() local
[all...]
/developtools/profiler/device/plugins/hilog_plugin/test/unittest/
H A Dhilog_plugin_unittest.cpp112 char* pRet = fgets(buff, BUF_MAX_LEN - 1, fp.get()); in RecordFileExist() local
113 CHECK_NOTNULL(pRet, false, "FileCache: fgets Failed, errno(%d)", errno); in RecordFileExist()

Completed in 4 milliseconds