Searched refs:file_path (Results 1 – 2 of 2) sorted by relevance
49 bool Open(const std::string& file_path, int flags);50 bool Open(const std::string& file_path, int flags, mode_t mode);
380 const std::string& file_path = oat_in->GetFile().GetPath(); in IsOatPic() local384 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()