HomeSort by relevance Sort by last modified time
    Searched defs:dumpContents (Results 1 - 2 of 2) sorted by null

  /frameworks/native/cmds/dumpsys/tests/
dumpsys_test.cpp 544 const char* dumpContents = "dump1";
545 ExpectDump(serviceName, dumpContents);
555 AssertOutput(dumpContents);
556 EXPECT_THAT(bytesWritten, Eq(strlen(dumpContents)));
  /external/icu/icu4c/source/common/
unifiedcache.cpp 174 cache->dumpContents();
177 void UnifiedCache::dumpContents() const {

Completed in 274 milliseconds