Home
last modified time | relevance | path

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

/bootable/recovery/updater/
Dtarget_files.cpp55 static bool ParsePropertyFile(const std::string_view prop_content, in ParsePropertyFile() argument
58 std::vector<std::string> lines = android::base::Split(std::string(prop_content), "\n"); in ParsePropertyFile()