Searched defs:PackageRoot (Results 1 – 2 of 2) sorted by relevance
168 struct PackageRoot { struct169 std::string path; // e.x. hardware/interfaces170 FQName root; // e.x. android.hardware@0.0
122 const string PackageRoot(const FQName &fq_iface_name) { in PackageRoot() function