Home
last modified time | relevance | path

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

/bootable/recovery/tests/unit/
Dupdater_test.cpp185 std::string pipe_content; in RunBlockImageUpdate() local
186 ASSERT_TRUE(android::base::ReadFileToString(temp_pipe.path, &pipe_content)); in RunBlockImageUpdate()
187 auto lines = android::base::Split(pipe_content, "\n"); in RunBlockImageUpdate()