Home
last modified time | relevance | path

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

/art/runtime/base/unix_file/
Dfd_file.cc38 fd_(fd), file_path_(path), auto_close_(true) { in FdFile()
45 … LOG(::art::ERROR) << "File " << file_path_ << " wasn't explicitly flushed before destruction."; in ~FdFile()
48 LOG(::art::ERROR) << "File " << file_path_ << " wasn't explicitly closed before destruction."; in ~FdFile()
54 PLOG(::art::WARNING) << "Failed to close file " << file_path_; in ~FdFile()
96 file_path_ = path; in Open()
114 CHECK_GE(guard_state_, GuardState::kFlushed) << "File " << file_path_ in Close()
123 file_path_ = ""; in Close()
Dfd_file.h73 return file_path_; in GetPath()
112 std::string file_path_; variable