Searched refs:LoadFile (Results 1 – 4 of 4) sorted by relevance
267 bool LoadFile(const std::string& filename);
945 profile_load_succeeded_ = cached_profile_.LoadFile(profile_name); in CopyProfileFile()959 old_profile_load_succeeded_ = cached_old_profile_.LoadFile(old_profile_name); in CopyProfileFile()
795 bool ProfileFile::LoadFile(const std::string& fileName) { in LoadFile() function in art::ProfileFile
405 profile_present_ = profile_file_.LoadFile(profile_file); in CompilerDriver()