Searched refs:file_path_size (Results 1 – 3 of 3) sorted by relevance
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | linux_dumper.cc | 225 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()
|
D | linux_dumper.h | 141 size_t file_path_size,
|
/external/libchrome/base/debug/ |
D | stack_trace_posix.cc | 532 int file_path_size) { in OpenObjectFileContainingPc() argument 566 if (file_path && file_path_size > 0) { in OpenObjectFileContainingPc() 567 strncpy(file_path, region.path.c_str(), file_path_size); in OpenObjectFileContainingPc() 569 file_path[file_path_size - 1] = '\0'; in OpenObjectFileContainingPc()
|