Searched refs:dumpContents (Results 1 – 5 of 5) sorted by relevance
432 std::string dumpContents; in checkDumpFd() local433 ASSERT_TRUE(ReadFdToString(fd, &dumpContents)); in checkDumpFd()434 ASSERT_FALSE(dumpContents.empty()); in checkDumpFd()436 ASSERT_EQ(countOccurrences(dumpContents, kEmptyCollectionMessage), in checkDumpFd()438 << "Dump contents: " << dumpContents; in checkDumpFd()
611 const char* dumpContents = "dump1"; in TEST_F() local612 ExpectDump(serviceName, dumpContents); in TEST_F()622 AssertOutput(dumpContents); in TEST_F()623 EXPECT_THAT(bytesWritten, Eq(strlen(dumpContents))); in TEST_F()
947 private void dumpContents(PrintWriter pw, String[] args) { in dumpContents() method in PropertyInvalidatedCache1020 currentCache.dumpContents(pw, args); in dumpCacheInfo()
2401 HSPLandroid/app/PropertyInvalidatedCache;->dumpContents(Ljava/io/PrintWriter;[Ljava/lang/String;)V+…