Lines Matching refs:exists
59 return os.path.exists(mark_file_path)
120 if os.path.exists(local_file):
158 if pathlib.Path(os.path.join(root_dir, 'interface', 'sdk-js')).exists() or pathlib.Path(
159 os.path.join(root_dir, 'foundation', 'arkui')).exists() or pathlib.Path(
160 os.path.join(root_dir, 'arkcompiler')).exists():
181 if not os.path.exists(abs_unzip_dir):
192 if os.path.exists(local_file):
246 if os.path.exists(node_modules_path):
249 if os.path.exists(full_code_path):
270 if not os.path.exists(src_dir):
275 if os.path.exists(os.path.dirname(dest_dir)):
292 if os.path.exists(src_dir):
298 if os.path.exists(dest_dir):
302 if os.path.exists(dest_dir) and dest_dir != src_dir:
306 if os.path.exists(dest_dir + symlink_dest):
384 if not os.path.exists(args.bin_dir):