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.h49 bool Open(const std::string& file_path, int flags);
50 bool Open(const std::string& file_path, int flags, mode_t mode);
/art/patchoat/
Dpatchoat.cc380 const std::string& file_path = oat_in->GetFile().GetPath(); in IsOatPic() local
384 LOG(ERROR) << "Failed to find oat header in oat file " << file_path; in IsOatPic()
389 LOG(ERROR) << "Elf file " << file_path << " has an invalid oat header"; in IsOatPic()
395 LOG(INFO) << "Oat file at " << file_path << " is " << (is_pic ? "PIC" : "not pic"); in IsOatPic()