Struct rustc::metadata::filesearch::FileSearch[src]

pub struct FileSearch<'a> {
    pub sysroot: &'a Path,
    pub addl_lib_search_paths: &'a RefCell<HashSet<Path>>,
    pub triple: &'a str,
}

Fields

sysroot
addl_lib_search_paths
triple

Methods

impl<'a> FileSearch<'a>

fn for_each_lib_search_path(&self, f: |&Path| -> FileMatch)

fn get_lib_path(&self) -> Path

fn search(&self, pick: pick)

fn new(sysroot: &'a Path, triple: &'a str, addl_lib_search_paths: &'a RefCell<HashSet<Path>>) -> FileSearch<'a>

fn add_dylib_search_paths(&self)