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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
profiledata.h 171 char* fname_; // Profile file name member in class:ProfileData
profiledata.cc 87 fname_(0),
105 fname_ = strdup(fname);
212 free(fname_);
213 fname_ = 0;
227 strncpy(state->profile_name, fname_, buf_size);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
profiledata.h 171 char* fname_; // Profile file name member in class:ProfileData
profiledata.cc 87 fname_(0),
105 fname_ = strdup(fname);
212 free(fname_);
213 fname_ = 0;
227 strncpy(state->profile_name, fname_, buf_size);
  /external/chromium_org/third_party/leveldatabase/src/util/
testharness.h 45 const char* fname_; member in class:leveldb::test::Tester
51 : ok_(true), fname_(f), line_(l) {
56 fprintf(stderr, "%s:%d:%s\n", fname_, line_, ss_.str().c_str());

Completed in 75 milliseconds