Home
last modified time | relevance | path

Searched defs:exists_or_none (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/build/android/
H A Dapk_operations.py2219 exists_or_none = lambda p: p if p and os.path.exists(p) else None function
2305 exists_or_none = lambda p: p if p and os.path.exists(p) else None function
/aosp_15_r20/external/angle/build/android/
H A Dapk_operations.py2278 exists_or_none = lambda p: p if p and os.path.exists(p) else None function
2363 exists_or_none = lambda p: p if p and os.path.exists(p) else None function