Lines Matching defs:paths
440 static void resolve_paths(std::vector<std::string>& paths,
443 for (const auto& path : paths) {
483 std::vector<std::string>* paths) {
485 *paths = android::base::Split(path, delimiters);
491 std::vector<std::string> paths;
492 split_path(path, delimiters, &paths);
493 resolve_paths(paths, resolved_paths);
1561 const std::vector<std::string>& paths,
1563 for (const auto& path : paths) {
1599 // If the name contains a slash, we should attempt to open it directly and not search the paths.