bugreport.cpp | 43 dest_dir_(dest_dir), 93 if (dest_dir_.empty()) { 96 destination = android::base::StringPrintf("%s%c%s", dest_dir_.c_str(), 121 if (!dest_dir_.empty()) { 160 // - if argument is a directory, dest_dir_ is set with it and dest_file_ will be the name 164 // - otherwise, dest_dir_ is not set and dest_file_ is set with the value passed on constructor. 165 std::string dest_dir_, dest_file_; member in class:BugreportStandardStreamsCallback
|