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

  /external/google-breakpad/src/common/android/testing/
mkdtemp.h 63 const char kSuffix[] = "XXXXXX";
64 const size_t kSuffixLen = strlen(kSuffix);
68 memcmp(path_end - kSuffixLen, kSuffix, kSuffixLen) != 0) {
  /system/tools/hidl/
ScalarType.cpp 107 static const char *const kSuffix[] = {
121 return kSuffix[mKind];
171 static const char *const kSuffix[] = {
191 << kSuffix[mKind]
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 92 static const char kSuffix[] = "Entry";
93 result.reserve(field_name.size() + sizeof(kSuffix));
110 result.append(kSuffix);
    [all...]

Completed in 3019 milliseconds