Searched refs:ReadCommentedInputFromFile (Results 1 – 3 of 3) sorted by relevance
765 static T* ReadCommentedInputFromFile( in ReadCommentedInputFromFile() function in art::ProfMan1117 user_lines(ReadCommentedInputFromFile<std::unordered_set<std::string>>( in CreateProfile()
980 passes_to_run_ = ReadCommentedInputFromFile<std::vector<std::string>>( in ProcessOptions()2361 dirty_image_objects_ = ReadCommentedInputFromFile<HashSet<std::string>>( in PrepareDirtyObjects()2610 return ReadCommentedInputFromFile<HashSet<std::string>>(image_classes_filename, &process); in ReadImageClassesFromFile()2628 static std::unique_ptr<T> ReadCommentedInputFromFile( in ReadCommentedInputFromFile() function in art::Dex2Oat
2996 std::vector<std::string> lines = ReadCommentedInputFromFile(imt_file); in DumpImt()3346 static std::vector<std::string> ReadCommentedInputFromFile(const std::string& input_filename) { in ReadCommentedInputFromFile() function in art::IMTDumper