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