Searched refs:kInlSuffix (Results 1 – 1 of 1) sorted by relevance
96 static const char kInlSuffix[] = "-inl"; in GetModule() local97 static const int kInlSuffixLen = arraysize(kInlSuffix) - 1; in GetModule()98 if (module.ends_with(kInlSuffix)) in GetModule()