Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-breakpad/src/client/linux/minidump_writer/
H A Dlinux_dumper.cc476 size_t file_path_size, in GetMappingEffectiveNameAndPath() argument
479 my_strlcpy(file_path, mapping.name, file_path_size); in GetMappingEffectiveNameAndPath()
503 if (my_strlen(file_path) + 1 + my_strlen(file_name) < file_path_size) { in GetMappingEffectiveNameAndPath()
504 my_strlcat(file_path, "/", file_path_size); in GetMappingEffectiveNameAndPath()
505 my_strlcat(file_path, file_name, file_path_size); in GetMappingEffectiveNameAndPath()
512 file_path_size - my_strlen(file_path) + in GetMappingEffectiveNameAndPath()
515 my_strlcpy(file_path, file_name, file_path_size); in GetMappingEffectiveNameAndPath()
H A Dlinux_dumper.h214 size_t file_path_size,
/aosp_15_r20/external/libchrome/base/debug/
H A 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()
/aosp_15_r20/external/cronet/base/debug/
H A Dstack_trace_posix.cc736 size_t file_path_size) { in OpenObjectFileContainingPc() argument
755 if (file_path && file_path_size > 0) { in OpenObjectFileContainingPc()
756 strncpy(file_path, region.path.c_str(), file_path_size); in OpenObjectFileContainingPc()
758 file_path[file_path_size - 1] = '\0'; in OpenObjectFileContainingPc()