Searched refs:dir_exists (Results 1 – 3 of 3) sorted by relevance
19 from .utils import path_exists, dir_exists35 if args.symbols is None or not dir_exists(args.symbols):48 if not dir_exists(os.environ["ANDROID_PRODUCT_OUT"]):
29 def dir_exists(path: str): function
2173 auto dir_exists = PathExists(shared_libs_sub_dir); in CreateSharedLibsApexDir() local2174 if (!dir_exists.ok() || !*dir_exists) { in CreateSharedLibsApexDir()