Searched refs:dump_name (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/base/memory/ |
D | shared_memory_tracker.cc | 60 std::string dump_name = StringPrintf("%s/%lld.%lld", "shared_memory", in OnMemoryDump() local 63 auto guid = trace_event::MemoryAllocatorDumpGuid(dump_name); in OnMemoryDump() 65 pmd->CreateAllocatorDump(dump_name); in OnMemoryDump()
|
/external/libchrome/base/trace_event/ |
D | trace_event_memory_overhead.cc | 143 std::string dump_name = StringPrintf("%s/%s", base_name, it.first); in DumpInto() local 144 MemoryAllocatorDump* mad = pmd->CreateAllocatorDump(dump_name); in DumpInto()
|
/external/libxml2/ |
D | xmlIO.c | 1998 char * dump_name = NULL; in xmlIOHTTPCloseWrite() local 2012 dump_name = tempnam( NULL, "lxml" ); in xmlIOHTTPCloseWrite() 2013 if ( dump_name != NULL ) { in xmlIOHTTPCloseWrite() 2014 (void)snprintf( buffer, sizeof(buffer), "%s.content", dump_name ); in xmlIOHTTPCloseWrite() 2026 (void)snprintf( buffer, sizeof(buffer), "%s.reply", dump_name ); in xmlIOHTTPCloseWrite() 2042 free( dump_name ); in xmlIOHTTPCloseWrite()
|