Searched defs:path_transform (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/angle/build/android/gyp/ |
H A D | filter_zip.py | 31 def path_transform(path): function
|
H A D | turbine.py | 150 path_transform = lambda p: p if p.endswith('.class') else None function
|
H A D | compile_java.py | 209 path_transform = lambda p: p if p.endswith('.class') else None function
|
/aosp_15_r20/external/cronet/build/android/gyp/ |
H A D | filter_zip.py | 31 def path_transform(path): function
|
H A D | turbine.py | 150 path_transform = lambda p: p if p.endswith('.class') else None function
|
H A D | compile_java.py | 271 path_transform = lambda p: p if p.endswith('.class') else None function
|
/aosp_15_r20/external/cronet/build/ |
H A D | zip_helpers.py | 176 def merge_zips(output, input_zips, path_transform=None, compress=None): argument
|
/aosp_15_r20/external/angle/build/ |
H A D | zip_helpers.py | 176 def merge_zips(output, input_zips, path_transform=None, compress=None): argument
|
/aosp_15_r20/external/angle/build/android/gyp/util/ |
H A D | build_utils.py | 354 def MergeZips(output, input_zips, path_transform=None, compress=None): argument
|
/aosp_15_r20/external/cronet/build/android/gyp/util/ |
H A D | build_utils.py | 351 def MergeZips(output, input_zips, path_transform=None, compress=None): argument
|
/aosp_15_r20/external/libchrome/build/android/gyp/util/ |
H A D | build_utils.py | 362 def MergeZips(output, input_zips, path_transform=None): argument
|