Searched defs:EnvMap (Results 1 – 1 of 1) sorted by relevance
183 fn set_classpaths(odrefresh_vars: &mut EnvMap, android_root: &Path) -> Result<()> { in set_classpaths()213 fn load_classpath_vars(odrefresh_vars: &mut EnvMap, export_lines: &str) -> Result<()> { in load_classpath_vars()238 struct EnvMap(HashMap<String, String>); struct240 impl EnvMap { implementation