Home
last modified time | relevance | path

Searched refs:file_path_ (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Delf_file.cc290 file_path_.c_str()); in CheckAndSet()
583 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type; in GetSymbolSectionStart()
603 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type; in GetStringSectionStart()
621 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type; in GetString()
679 CHECK_LT(i, GetProgramHeaderNum()) << file_path_; // Validity check for caller. in GetProgramHeader()
705 CHECK(!program_header_only_) << file_path_; in GetSectionHeader()
720 CHECK(!program_header_only_) << file_path_; in FindSectionByType()
806 << file_path_ << " " << section_header.sh_type; in GetSymbolNum()
807 CHECK_NE(0U, section_header.sh_entsize) << file_path_; in GetSymbolNum()
823 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type; in GetSymbolTable()
[all …]
Delf_file_impl.h59 return file_path_; in GetFilePath()
196 const std::string file_path_; variable
/art/libartbase/base/unix_file/
Dfd_file.cc155 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 …]
Dfd_file.h98 return file_path_; in GetPath()
159 std::string file_path_; variable