Searched refs:commands_raw (Results 1 – 1 of 1) sorted by relevance
105 std::string commands_raw; in FromFile() local106 if (!base::ReadFileToString(base::FilePath(file_name), &commands_raw)) { in FromFile()112 base::SplitStringIntoKeyValuePairs(commands_raw, ' ', '\n', &command_pairs); in FromFile()