Lines Matching refs:root_path
60 root_path = op_realpath(root_path_); in populate()
61 if (!root_path.empty()) in populate()
62 root_path = op_realpath(root_path); in populate()
64 if (root_path.empty() && archive_path.empty()) in populate()
68 if (!root_path.empty() && root_path != archive_path) in populate()
69 populate(paths, root_path); in populate()
149 if (!root_path.empty() || archive_path.empty()) { in locate_image()
150 string image = op_realpath(root_path + image_name); in locate_image()
208 if (is_prefix(result[i], root_path)) { in find_image_path()
230 if (root_path.length() && is_prefix(image, root_path)) in strip_path_prefix()
231 return image.substr(root_path.size()); in strip_path_prefix()