Searched refs:apex_dir (Results 1 – 2 of 2) sorted by relevance
97 let apex_dir = Path::new(COMPOS_APEX_ROOT); in start() localVariable100 let config_apk = Self::locate_config_apk(apex_dir)?; in start()172 fn locate_config_apk(apex_dir: &Path) -> Result<PathBuf> { in locate_config_apk()176 let app_dir = apex_dir.join("app"); in locate_config_apk()
40 apex_dir = common.UnzipTemp(apex, [APEX_PAYLOAD_FILE])41 apex_payload = os.path.join(apex_dir, APEX_PAYLOAD_FILE)