Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/mac/handler/
Ddynamic_images.h60 uint32_t file_path_; // char* member
66 uint64_t file_path_; // char* member
125 file_path_(file_path), in DynamicImage()
136 string GetFilePath() {return file_path_;} in GetFilePath()
193 string file_path_; // path dyld used to load the image variable
Ddynamic_images.cc481 if (info.file_path_) { in ReadImageInfo()
485 file_path = ReadTaskString(images.task_, info.file_path_); in ReadImageInfo()