HomeSort by relevance Sort by last modified time
    Searched defs:StrDup (Results 1 - 4 of 4) sorted by null

  /external/v8/src/
allocation.cc 84 char* StrDup(const char* str) {
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 848 inline char* StrDup(const char* src) { return strdup(src); }
858 inline char* StrDup(const char* src) { return _strdup(src); }
884 inline char* StrDup(const char* src) { return strdup(src); }
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]

Completed in 414 milliseconds