Searched refs:abs_path (Results 1 – 1 of 1) sorted by relevance
190 const std::string abs_path = dir_path + base_name; in GetDumpFds() local192 … TEMP_FAILURE_RETRY(open(abs_path.c_str(), O_RDONLY | O_CLOEXEC | O_NOFOLLOW | O_NONBLOCK))); in GetDumpFds()194 MYLOGW("Unable to open dump file %s: %s\n", abs_path.c_str(), strerror(errno)); in GetDumpFds()200 MYLOGW("Unable to stat dump file %s: %s\n", abs_path.c_str(), strerror(errno)); in GetDumpFds()205 MYLOGI("Excluding stale dump file: %s\n", abs_path.c_str()); in GetDumpFds()209 dump_data.emplace_back(DumpData{abs_path, std::move(fd), st.st_mtime}); in GetDumpFds()