Searched refs:sscanf_s (Results 1 – 13 of 13) sorted by relevance
| /developtools/profiler/host/smartperf/trace_streamer/src/base/ |
| D | string_help.h | 25 int32_t sscanf_s(const char* buffer, const char* format, ...);
|
| D | string_help.cpp | 37 int32_t sscanf_s(const char* buffer, const char* format, ...) in sscanf_s() function
|
| /developtools/smartperf_host/trace_streamer/prebuilts/patch_bounds_checking_function/ |
| D | bounds_checking_functionbuild.gn | 32 "//third_party/bounds_checking_function/src/sscanf_s.c",
|
| /developtools/profiler/device/plugins/diskio_plugin/src/ |
| D | io_stats.cpp | 220 …int ret = sscanf_s(line.c_str(), "%u %u %s %lu %lu %lu %" PRIu64 " %lu %lu %lu %u %u %u %u %lu %lu… in GetIoStats() 379 int ret = sscanf_s(pTmp, "%63s %n", field, sizeof(field), &len); in ParseLineFields()
|
| /developtools/hdc/src/daemon/ |
| D | daemon_unity.cpp | 113 res = sscanf_s(token, "%255s %255s %*s %*s %d %d\n", dev, BUF_SIZE_SMALL - 1, in FindMountDeviceByPath()
|
| /developtools/syscap_codec/src/ |
| D | create_pcid.c | 583 …if (sscanf_s(input, "%u,%u,%s", &header[0], &header[1], input, inputLen) != 3) { // 3, return val … in ParseStringSyscap() 588 while ((ret = sscanf_s(input, "%u,%s", &tempNum, input, inputLen)) > 0) { in ParseStringSyscap()
|
| D | syscap_tool.c | 645 if (sscanf_s(input, "%u,%s", &osArray[i], input, strlen(input)) == -1) { in SeparateSyscapFromString()
|
| /developtools/profiler/host/smartperf/client/client_command/ |
| D | sp_utils.cpp | 280 …if (sscanf_s(buff, "%*s%llu%*llu%*llu%*llu%*llu%*llu%*llu%*llu%llu%*llu%*llu%*llu%*llu%*llu%*llu%*… in GetNetwork()
|
| /developtools/profiler/device/plugins/memory_plugin/src/ |
| D | smaps_stats.cpp | 297 int ret = sscanf_s(pLine, "%63s %n", field, sizeof(field), &len); in GetMemUsageField()
|
| /developtools/hiperf/src/ |
| D | virtual_runtime.cpp | 175 int ret = sscanf_s(line.c_str(), "%s%" PRIu64 "%*u%*s%*s 0x%" PRIx64 "", module, in UpdateKernelModulesSpaceMaps()
|
| D | symbols_file.cpp | 892 int ret = sscanf_s(lineBegin, "%" PRIx64 " %c %s%s", &addr, &type, sizeof(type), in ParseKallsymsLine()
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | symbols_file.cpp | 843 int ret = sscanf_s(lineBegin, "%" PRIx64 " %c %s%s", &addr, &type, sizeof(type), in ParseKallsymsLine()
|
| /developtools/profiler/device/plugins/native_hook/src/ |
| D | hook_client.cpp | 203 if (sscanf_s(paramOutBuf, "%d,%d", &min, &max) == 2) { // 2: two parameters. in ohos_malloc_hook_on_start()
|