Searched refs:fname_ (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | profiledata.cc | 87 fname_(0), in ProfileData() 105 fname_ = strdup(fname); in Start() 212 free(fname_); in Reset() 213 fname_ = 0; in Reset() 227 strncpy(state->profile_name, fname_, buf_size); in GetCurrentState()
|
D | profiledata.h | 171 char* fname_; // Profile file name variable
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
D | profiledata.cc | 87 fname_(0), in ProfileData() 105 fname_ = strdup(fname); in Start() 212 free(fname_); in Reset() 213 fname_ = 0; in Reset() 227 strncpy(state->profile_name, fname_, buf_size); in GetCurrentState()
|
D | profiledata.h | 171 char* fname_; // Profile file name variable
|
/external/chromium_org/third_party/leveldatabase/src/util/ |
D | testharness.h | 45 const char* fname_; variable 51 : ok_(true), fname_(f), line_(l) { in Tester() 56 fprintf(stderr, "%s:%d:%s\n", fname_, line_, ss_.str().c_str()); in ~Tester()
|