Home
last modified time | relevance | path

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

/bootable/recovery/tests/component/
Dsideload_test.cpp97 std::string content_via_fuse; in TEST() local
98 ASSERT_TRUE(android::base::ReadFileToString(package, &content_via_fuse)); in TEST()
99 ASSERT_EQ(content, content_via_fuse); in TEST()