Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/test/
Dfile_test.cc56 static std::string StripSpace(const char *str, size_t len) { in StripSpace() function
72 key = StripSpace(str, len); in ParseKeyValue()
74 key = StripSpace(str, delimiter - str); in ParseKeyValue()
75 value = StripSpace(delimiter + 1, str + len - delimiter - 1); in ParseKeyValue()
166 kv = StripSpace(buf.get(), len); in ReadNext()