Home
last modified time | relevance | path

Searched refs:kSuffix (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/common/android/testing/
Dmkdtemp.h63 const char kSuffix[] = "XXXXXX"; in breakpad_mkdtemp() local
64 const size_t kSuffixLen = strlen(kSuffix); in breakpad_mkdtemp()
68 memcmp(path_end - kSuffixLen, kSuffix, kSuffixLen) != 0) { in breakpad_mkdtemp()
/external/libchrome/base/
Dos_compat_android.cc124 const base::StringPiece kSuffix("XXXXXX"); in mkdtemp() local
125 const int kSuffixLen = kSuffix.length(); in mkdtemp()
126 if (!base::StringPiece(path, path_len).ends_with(kSuffix)) { in mkdtemp()
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc92 static const char kSuffix[] = "Entry"; in MapEntryName() local
93 result.reserve(field_name.size() + sizeof(kSuffix)); in MapEntryName()
110 result.append(kSuffix); in MapEntryName()