Home
last modified time | relevance | path

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

/aosp12/packages/modules/SdkExtensions/derive_classpath/
H A Dderive_classpath.cpp31 using Filepaths = std::vector<std::string>; typedef
32 using Classpaths = std::unordered_map<Classpath, Filepaths>;
72 bool GlobClasspathFragments(Filepaths* fragments, const std::string& pattern) { in GlobClasspathFragments()
158 Filepaths fragments; in ParseFragments()