Searched refs:LoadFile (Results 1 – 4 of 4) sorted by relevance
442 bool new_ok = new_profile.LoadFile(profile_file); in CopyProfileFile()443 bool old_ok = old_profile.LoadFile(prev_profile_file); in CopyProfileFile()
267 bool LoadFile(const std::string& filename);
798 bool ProfileFile::LoadFile(const std::string& fileName) { in LoadFile() function in art::ProfileFile
388 profile_present_ = profile_file_.LoadFile(profile_file); in CompilerDriver()