Home
last modified time | relevance | path

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

/external/libchrome/base/
Dvlog.cc96 static const char kInlSuffix[] = "-inl"; in GetModule() local
97 static const int kInlSuffixLen = arraysize(kInlSuffix) - 1; in GetModule()
98 if (module.ends_with(kInlSuffix)) in GetModule()