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

/art/runtime/
H A Delf_file.cc292 file_path_.c_str());
586 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type;
606 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type;
624 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type;
682 CHECK_LT(i, GetProgramHeaderNum()) << file_path_; // Sanity check for caller.
710 CHECK(!program_header_only_) << file_path_;
725 CHECK(!program_header_only_) << file_path_;
811 << file_path_ << " " << section_header.sh_type;
812 CHECK_NE(0U, section_header.sh_entsize) << file_path_;
828 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_typ
[all...]
H A Delf_file_impl.h65 return file_path_;
194 const std::string file_path_; member in class:art::ElfFileImpl
/art/runtime/base/unix_file/
H A Dfd_file.cc53 fd_(fd), file_path_(path), auto_close_(true), read_only_mode_(read_only_mode) {
59 LOG(::art::ERROR) << "File " << file_path_ << " wasn't explicitly flushed before destruction.";
62 LOG(::art::ERROR) << "File " << file_path_ << " wasn't explicitly closed before destruction.";
68 PLOG(::art::WARNING) << "Failed to close file " << file_path_;
111 file_path_ = path;
129 CHECK_GE(guard_state_, GuardState::kFlushed) << "File " << file_path_
138 file_path_ = "";
H A Dfd_file.h76 return file_path_;
127 std::string file_path_; member in class:unix_file::FdFile

Completed in 72 milliseconds