Searched refs:kSuffix (Results 1 – 5 of 5) sorted by relevance
49 static const char kSuffix[] = " HTTP/1.1\r\n"; in GenerateRequestLine() local50 const size_t kSuffixLen = arraysize(kSuffix) - 1; in GenerateRequestLine()63 request_line.append(kSuffix, kSuffixLen); in GenerateRequestLine()
118 const base::StringPiece kSuffix("XXXXXX"); in mkdtemp() local119 const int kSuffixLen = kSuffix.length(); in mkdtemp()120 if (!base::StringPiece(path, path_len).ends_with(kSuffix)) { in mkdtemp()
313 enum MatchType { kPrefix, kSuffix, kEquals, kContains }; enumerator425 case kSuffix: in Matches()474 match_type = StringMatchTest::kSuffix; in Create()484 match_type = StringMatchTest::kSuffix; in Create()
157 const char kSuffix[] = ".local."; in ResemblesMulticastDNSName() local158 const size_t kSuffixLen = sizeof(kSuffix) - 1; in ResemblesMulticastDNSName()162 !hostname.compare(hostname.size() - kSuffixLen, kSuffixLen, kSuffix); in ResemblesMulticastDNSName()166 kSuffix, kSuffixLenTrimmed); in ResemblesMulticastDNSName()
22 const wchar_t kSuffix[] = L"-fix"; variable