Home
last modified time | relevance | path

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

/system/extras/memory_replay/
DFile.cpp34 std::string ZipGetContents(const char* filename) { in ZipGetContents() function
94 contents = ZipGetContents(filename); in GetUnwindInfo()
135 contents = ZipGetContents(filename); in GetUnwindInfo()
DFile.h26 std::string ZipGetContents(const char* filename);
/system/extras/memory_replay/tests/
DFileTest.cpp37 EXPECT_EQ("12345: malloc 0x1000 16\n12345: free 0x1000\n", ZipGetContents(GetTestZip().c_str())); in TEST()
41 EXPECT_EQ("", ZipGetContents("/does/not/exist.zip")); in TEST()