Searched defs:dest_dir_ (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dbugreport.cpp44 dest_dir_(dest_dir),
96 if (dest_dir_.empty()) {
99 destination = android::base::StringPrintf("%s%c%s", dest_dir_.c_str(),
124 if (!dest_dir_.empty()) {
169 // - if argument is a directory, dest_dir_ is set with it and dest_file_ will be the name
173 // - otherwise, dest_dir_ is not set and dest_file_ is set with the value passed on constructor.
174 std::string dest_dir_, dest_file_; member in class:BugreportStandardStreamsCallback

Completed in 145 milliseconds