Searched defs:FDWrapper (Results 1 - 2 of 2) sorted by relevance
/external/google-breakpad/src/common/linux/ | ||
H A D | dump_symbols.cc | 99 // FDWrapper 103 class FDWrapper { class in namespace:__anon6276 105 explicit FDWrapper(int fd) : function in class:__anon6276::FDWrapper 107 ~FDWrapper() { 375 FDWrapper obj_fd_wrapper(obj_fd); 466 FDWrapper debuglink_fd_wrapper(debuglink_fd); |
/external/google-breakpad/src/common/solaris/ | ||
H A D | dump_symbols.cc | 575 // FDWrapper 579 class FDWrapper { class in namespace:__anon6295 581 explicit FDWrapper(int fd) : function in class:__anon6295::FDWrapper 584 ~FDWrapper() { 648 FDWrapper obj_fd_wrapper(obj_fd); |
Completed in 206 milliseconds