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.c2089 char * dump_name = NULL; in xmlIOHTTPCloseWrite() local
2103 dump_name = tempnam( NULL, "lxml" ); in xmlIOHTTPCloseWrite()
2104 if ( dump_name != NULL ) { in xmlIOHTTPCloseWrite()
2105 (void)snprintf( buffer, sizeof(buffer), "%s.content", dump_name ); in xmlIOHTTPCloseWrite()
2117 (void)snprintf( buffer, sizeof(buffer), "%s.reply", dump_name ); in xmlIOHTTPCloseWrite()
2133 free( dump_name ); in xmlIOHTTPCloseWrite()