Home | History | Annotate | Download | only in dumpstate

Lines Matching full:dir_path

160  * Returns a vector of dump fds under |dir_path| with a given |file_prefix|.
165 static std::vector<DumpData> GetDumpFds(const std::string& dir_path,
171 std::unique_ptr<DIR, decltype(&closedir)> dump_dir(opendir(dir_path.c_str()), closedir);
174 MYLOGW("Unable to open directory %s: %s\n", dir_path.c_str(), strerror(errno));
190 const std::string abs_path = dir_path + base_name;