HomeSort by relevance Sort by last modified time
    Searched refs:kSuffix (Results 1 - 4 of 4) 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) {
  /external/libchrome/base/
os_compat_android.cc 124 const base::StringPiece kSuffix("XXXXXX");
125 const int kSuffixLen = kSuffix.length();
126 if (!base::StringPiece(path, path_len).ends_with(kSuffix)) {
  /system/tools/hidl/
ScalarType.cpp 111 static const char *const kSuffix[] = {
125 return kSuffix[mKind];
175 static const char *const kSuffix[] = {
195 << 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 311 milliseconds