Searched refs:android_root (Results 1 – 2 of 2) sorted by relevance
116 let mut android_root = mountpoint.clone(); in odrefresh() localVariable117 android_root.push(args.systemDirFd.to_string()); in odrefresh()118 android_root.push("system"); in odrefresh()119 odrefresh_vars.set("ANDROID_ROOT", path_to_str(&android_root)?); in odrefresh()120 debug!("ANDROID_ROOT={:?}", &android_root); in odrefresh()136 set_classpaths(&mut odrefresh_vars, &android_root)?; in odrefresh()183 fn set_classpaths(odrefresh_vars: &mut EnvMap, android_root: &Path) -> Result<()> { in set_classpaths()184 let export_lines = run_derive_classpath(android_root)?; in set_classpaths()188 fn run_derive_classpath(android_root: &Path) -> Result<String> { in run_derive_classpath()189 let classpaths_root = android_root.join("etc/classpaths"); in run_derive_classpath()
70 android_root=$(UpFind -name dalvik -type d)71 if [[ -z $android_root ]] ; then77 echo "${android_root}"