Searched refs:task_profiles (Results 1 – 1 of 1) sorted by relevance
79 std::vector<std::string> task_profiles; member102 options.task_profiles = Split(std::string(arg), ","); in ParseOptions()103 if (options.task_profiles.empty()) { in ParseOptions()199 if (!options.task_profiles.empty()) { in main()200 if (int ret = PaletteSetTaskProfiles(/*tid=*/0, options.task_profiles); in main()