HomeSort by relevance Sort by last modified time
    Searched refs:kFileExt (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profile-table.h 58 static const char kFileExt[];
187 // Cleanup any old profile files matching prefix + ".*" + kFileExt.
heap-profiler.cc 284 filename_prefix, getpid(), dump_count, HeapProfileTable::kFileExt);
heap-profile-table.cc 101 const char HeapProfileTable::kFileExt[] = ".heap";
586 string pattern = string(buf) + ".*" + kFileExt;
heap-checker.cc     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profile-table.h 53 static const char kFileExt[];
170 // Cleanup any old profile files matching prefix + ".*" + kFileExt.
heap-profile-table.cc 98 const char HeapProfileTable::kFileExt[] = ".heap";
529 string pattern = string(prefix) + ".*" + kFileExt;
heap-profiler.cc 227 filename_prefix, dump_count, HeapProfileTable::kFileExt);
heap-checker.cc     [all...]

Completed in 1068 milliseconds