Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/mac/handler/
Ddynamic_images.h61 uint32_t file_mod_date_; member
67 uint64_t file_mod_date_; member
126 file_mod_date_(image_mod_date), in DynamicImage()
138 uint64_t GetModDate() const {return file_mod_date_;} in GetModDate()
194 uintptr_t file_mod_date_; // time_t of image file variable
Ddynamic_images.cc494 static_cast<uintptr_t>(info.file_mod_date_), in ReadImageInfo()