Searched refs:pipe_content (Results 1 – 1 of 1) sorted by relevance
185 std::string pipe_content; in RunBlockImageUpdate() local186 ASSERT_TRUE(android::base::ReadFileToString(temp_pipe.path, &pipe_content)); in RunBlockImageUpdate()187 auto lines = android::base::Split(pipe_content, "\n"); in RunBlockImageUpdate()