Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dtrace_event_memory_overhead.cc143 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/
DxmlIO.c1998 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()