Home
last modified time | relevance | path

Searched refs:file_path_size (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_dumper.cc225 size_t file_path_size, in GetMappingEffectiveNameAndPath() argument
228 my_strlcpy(file_path, mapping.name, file_path_size); in GetMappingEffectiveNameAndPath()
243 if (my_strlen(file_path) + 1 + my_strlen(file_name) < file_path_size) { in GetMappingEffectiveNameAndPath()
244 my_strlcat(file_path, "/", file_path_size); in GetMappingEffectiveNameAndPath()
245 my_strlcat(file_path, file_name, file_path_size); in GetMappingEffectiveNameAndPath()
Dlinux_dumper.h141 size_t file_path_size,
/external/libchrome/base/debug/
Dstack_trace_posix.cc561 int file_path_size) { in OpenObjectFileContainingPc() argument
580 if (file_path && file_path_size > 0) { in OpenObjectFileContainingPc()
581 strncpy(file_path, region.path.c_str(), file_path_size); in OpenObjectFileContainingPc()
583 file_path[file_path_size - 1] = '\0'; in OpenObjectFileContainingPc()