Lines Matching defs:root
411 /// Getter for the path to the root dir where the packages are
414 /// @return the path to the root dir where the packages are
605 /// path relative to the root path pointing to this package.
608 /// at /root/path/pkg. Suppose an element of that package is named
609 /// is at '/root/path/pkg/somewhere/inside/element'.
624 string root = extracted_dir_path_;
625 real_path(root, root);
628 return string_suffix(p, root, converted_path);
1072 /// Erase the root of all the temporary directories created by the
2279 string root;
2280 real_path(dir, root);
2281 if (root.empty())
2282 root = dir;
2284 char* paths[] = {const_cast<char*>(root.c_str()), 0};