Searched refs:kSuffix (Results 1 – 3 of 3) sorted by relevance
63 const char kSuffix[] = "XXXXXX"; in breakpad_mkdtemp() local64 const size_t kSuffixLen = strlen(kSuffix); in breakpad_mkdtemp()68 memcmp(path_end - kSuffixLen, kSuffix, kSuffixLen) != 0) { in breakpad_mkdtemp()
42 const char kSuffix[] = "LayoutOptimizer"; variable227 const string suffix = kSuffix; in IsNodeByLayoutOptimizer()232 const string suffix = strings::StrCat(type, "-", kSuffix); in IsNodeType()459 return strings::StrCat(base_name, "-", kSuffix); in LayoutOptimizerNode()
92 static const char kSuffix[] = "Entry"; in MapEntryName() local93 result.reserve(field_name.size() + sizeof(kSuffix)); in MapEntryName()110 result.append(kSuffix); in MapEntryName()