HomeSort by relevance Sort by last modified time
    Searched refs:c_path_ (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/client/linux/handler/
minidump_descriptor.cc 46 c_path_(NULL),
49 // with a valid path_, as getting its c_path_ would require the heap which
62 if (c_path_) {
64 c_path_ = NULL;
82 c_path_ = path_.c_str();
minidump_descriptor.h 60 c_path_(NULL),
68 c_path_(NULL),
89 const char* path() const { return c_path_; }
122 const char* c_path_; member in class:google_breakpad::MinidumpDescriptor

Completed in 29 milliseconds