Home | History | Annotate | Download | only in dumpstate

Lines Matching refs:string

25 #include <string>
37 // std::vector<std::string>
71 DurationReporter(const std::string& title, bool log_only = false);
76 std::string title_;
110 Progress(const std::string& path = "");
128 void Dump(int fd, const std::string& prefix) const;
132 const std::string& path = ""); // Used by test cases.
141 const std::string& path_;
149 static std::string VERSION_CURRENT = "2.0";
155 static std::string VERSION_SPLIT_ANR = "3.0-dev-split-anr";
160 static std::string VERSION_DEFAULT = "default";
167 std::string name;
202 int RunCommand(const std::string& title, const std::vector<std::string>& fullCommand,
218 void RunDumpsys(const std::string& title, const std::vector<std::string>& dumpsys_args,
229 int DumpFile(const std::string& title, const std::string& path);
234 bool AddZipEntry(const std::string& entry_name, const std::string& entry_path);
244 android::status_t AddZipEntryFromFd(const std::string& entry_name, int fd,
250 bool AddTextZipEntry(const std::string& entry_name, const std::string& content);
255 void AddDir(const std::string& dir, bool recursive);
262 void TakeScreenshot(const std::string& path = "");
288 std::string GetPath(const std::string& suffix) const;
320 std::string version_ = VERSION_CURRENT;
322 // Command-line arguments as string
323 std::string args_;
326 std::string extra_options_;
329 std::string bugreport_dir_;
332 std::string screenshot_path_;
338 std::string base_name_;
342 std::string name_;
345 std::string tmp_path_;
348 std::string log_path_;
351 std::string path_;
361 std::string listener_name_;
365 std::string notification_title;
366 std::string notification_description;
376 Dumpstate(const std::string& version = VERSION_CURRENT);
401 int dump_files(const std::string& title, const char* dir, bool (*skip)(const char* path),
456 void format_args(int argc, const char *argv[], std::string *args);