Searched refs:profman_cmd (Results 1 – 1 of 1) sorted by relevance
213 std::string profman_cmd = GetProfmanCmd(); in ProcessProfiles() local215 argv_str.push_back(profman_cmd); in ProcessProfiles()226 std::string profman_cmd = GetProfmanCmd(); in GenerateTestProfile() local228 argv_str.push_back(profman_cmd); in GenerateTestProfile()235 std::string profman_cmd = GetProfmanCmd(); in GenerateTestProfileWithInputDex() local237 argv_str.push_back(profman_cmd); in GenerateTestProfileWithInputDex()254 std::string profman_cmd = GetProfmanCmd(); in CreateProfile() local256 argv_str.push_back(profman_cmd); in CreateProfile()270 std::string profman_cmd = GetProfmanCmd(); in RunProfman() local272 argv_str.push_back(profman_cmd); in RunProfman()[all …]