Searched refs:apex_path (Results 1 – 2 of 2) sorted by relevance
188 apex_path="$HOST_OUT/apex/${apex_module}.zipapex"196 apex_path="$PRODUCT_OUT/system/apex/${apex_module}"201 apex_path="$PRODUCT_OUT/system/apex/${apex_module}.capex"203 apex_path="$PRODUCT_OUT/system/apex/${apex_module}.apex"216 say "APEX package path: $apex_path"219 maybe_list_apex_contents_apex $art_apex_test_args $apex_path222 $SCRIPT_DIR/art_apex_test.py $art_apex_test_args $test_only_args $apex_path \
68 def extract_apex(apex_path, deapexer_path, debugfs_path, tmpdir): argument69 _, apex_name = os.path.split(apex_path)74 'extract', apex_path, extract_path],