Home
last modified time | relevance | path

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

/system/core/fastboot/fuzzy_fastboot/
Dmain.cpp116 std::stringstream imploded; in PartitionHash() local
117 std::copy(info.begin(), info.end(), std::ostream_iterator<std::string>(imploded, "\n")); in PartitionHash()
123 prog_args.push_back(SEARCH_PATH + imploded.str()); // Pass in the save location in PartitionHash()