Home
last modified time | relevance | path

Searched refs:commands_raw (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/bt/vendor_libs/test_vendor_lib/model/setup/
H A Dtest_command_handler.cc105 std::string commands_raw; in FromFile() local
106 if (!base::ReadFileToString(base::FilePath(file_name), &commands_raw)) { in FromFile()
112 base::SplitStringIntoKeyValuePairs(commands_raw, ' ', '\n', &command_pairs); in FromFile()