Searched refs:mPackageRootPaths (Results 1 - 2 of 2) sorted by relevance

/system/tools/hidl/
H A DCoordinator.h109 // A list of top-level directories (mPackageRootPaths)
111 // example, if mPackageRootPaths[0] == "hardware/interfaces" and
115 std::vector<std::string> mPackageRootPaths; member in struct:android::Coordinator
H A DCoordinator.cpp49 : mPackageRootPaths(packageRootPaths),
62 mPackageRootPaths.push_back(path);
235 auto root = mPackageRootPaths[std::distance(mPackageRoots.begin(), it)];
248 auto root = mPackageRootPaths[std::distance(mPackageRoots.begin(), it)];

Completed in 27 milliseconds