Home
last modified time | relevance | path

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

/third_party/flutter/skia/tools/
Dwin_dbghelp.cpp48 static void strncpyOrSetBlank(char* dest, const char* src, size_t len) { in strncpyOrSetBlank() function
55 strncpyOrSetBlank(debug_app_name, app_name, sizeof(debug_app_name)); in setAppName()
64 strncpyOrSetBlank(debug_binaries_path, binaries_path, in setBinariesPath()
74 strncpyOrSetBlank(debug_app_version, version, sizeof(debug_app_version)); in setAppVersion()
83 strncpyOrSetBlank(debug_cdb_path, path, sizeof(debug_cdb_path)); in setCdbPath()
/third_party/skia/tools/
Dwin_dbghelp.cpp48 static void strncpyOrSetBlank(char* dest, const char* src, size_t len) { in strncpyOrSetBlank() function
55 strncpyOrSetBlank(debug_app_name, app_name, sizeof(debug_app_name)); in setAppName()
64 strncpyOrSetBlank(debug_binaries_path, binaries_path, in setBinariesPath()
74 strncpyOrSetBlank(debug_app_version, version, sizeof(debug_app_version)); in setAppVersion()
83 strncpyOrSetBlank(debug_cdb_path, path, sizeof(debug_cdb_path)); in setCdbPath()