Home
last modified time | relevance | path

Searched refs:from_wrapper_script (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/build/android/
H A Dapk_operations.py1199 def __init__(self, from_wrapper_script, is_bundle, is_test_apk): argument
1201 self._from_wrapper_script = from_wrapper_script
1211 if is_bundle or not from_wrapper_script:
2165 def _ParseArgs(parser, from_wrapper_script, is_bundle, is_test_apk): argument
2169 clazz(from_wrapper_script, is_bundle, is_test_apk)
2174 if from_wrapper_script or not command.needs_output_directory:
2194 from_wrapper_script = bool(output_directory)
2196 from_wrapper_script,
/aosp_15_r20/external/angle/build/android/
H A Dapk_operations.py1212 def __init__(self, from_wrapper_script, is_bundle, is_test_apk): argument
1214 self._from_wrapper_script = from_wrapper_script
1225 if is_bundle or not from_wrapper_script:
2219 def _ParseArgs(parser, from_wrapper_script, is_bundle, is_test_apk): argument
2223 clazz(from_wrapper_script, is_bundle, is_test_apk)
2228 if from_wrapper_script or not command.needs_output_directory:
2248 from_wrapper_script = bool(output_directory)
2250 from_wrapper_script,