Home | History | Annotate | Download | only in dumpstate

Lines Matching refs:DIR

156     std::unique_ptr<DIR, decltype(&closedir)> dump_dir(opendir(dir_path.c_str()), closedir);
261 DIR *d;
292 DIR *trace_dir;
761 void Dumpstate::AddDir(const std::string& dir, bool recursive) {
763 MYLOGD("Not adding dir %s because it's not a zipped bugreport\n", dir.c_str());
766 MYLOGD("Adding dir %s (recursive: %d)\n", dir.c_str(), recursive);
767 DurationReporter duration_reporter(dir, true);
768 dump_files("", dir.c_str(), recursive ? skip_none : is_dir, _add_file_from_fd);
955 // First check whether the stack-trace-dir property is set. When it's set,
958 anr_traces_dir = android::base::GetProperty("dalvik.vm.stack-trace-dir", "");
1001 std::unique_ptr<DIR, std::function<int(DIR*)>> dirptr(opendir(BLK_DEV_SYS_DIR), closedir);
1712 "Bugreport dir: %s\n"