Searched refs:file_path_ (Results 1 – 4 of 4) sorted by relevance
290 file_path_.c_str()); in CheckAndSet()584 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type; in GetSymbolSectionStart()604 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type; in GetStringSectionStart()622 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type; in GetString()680 CHECK_LT(i, GetProgramHeaderNum()) << file_path_; // Sanity check for caller. in GetProgramHeader()706 CHECK(!program_header_only_) << file_path_; in GetSectionHeader()721 CHECK(!program_header_only_) << file_path_; in FindSectionByType()807 << file_path_ << " " << section_header.sh_type; in GetSymbolNum()808 CHECK_NE(0U, section_header.sh_entsize) << file_path_; in GetSymbolNum()824 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type; in GetSymbolTable()[all …]
59 return file_path_; in GetFilePath()196 const std::string file_path_; variable
155 file_path_(path), in FdFile()175 LOG(ERROR) << "File " << file_path_ << " wasn't explicitly flushed before destruction."; in Destroy()178 LOG(ERROR) << "File " << file_path_ << " wasn't explicitly closed before destruction."; in Destroy()184 PLOG(WARNING) << "Failed to close file with fd=" << fd_ << " path=" << file_path_; in Destroy()192 file_path_(std::move(other.file_path_)), in FdFile()214 file_path_ = std::move(other.file_path_); in operator =()304 file_path_ = path; in Open()325 DCHECK_GE(guard_state_, GuardState::kFlushed) << "File " << file_path_ in Close()340 file_path_ = ""; in Close()521 if (file_path_.empty()) { in Unlink()[all …]
98 return file_path_; in GetPath()159 std::string file_path_; variable