Home | History | Annotate | Download | only in profman

Lines Matching full:profile_file

530       for (const std::string& profile_file : profile_files_) {
531 int ret = DumpOneProfile(kOrdinaryProfile, profile_file, kInvalidFd, &dex_files, &dump);
625 bool GetClassNamesAndMethods(const std::string& profile_file,
628 int fd = open(profile_file.c_str(), O_RDONLY);
630 LOG(ERROR) << "Cannot open " << profile_file << strerror(errno);
662 for (const std::string& profile_file : profile_files_) {
663 if (!GetClassNamesAndMethods(profile_file, &dex_files, &class_names)) {
1106 for (const std::string& profile_file : profile_files_) {
1107 std::unique_ptr<const ProfileCompilationInfo> profile(LoadProfile(profile_file, kInvalidFd));