Home
last modified time | relevance | path

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

/ohos5.0/build/ohos/
H A Dfile_exists.py21 def is_exists(filename: str, file_type: str) -> bool: function
35 result = is_exists(args.filename, args.type)
/ohos5.0/foundation/ability/idl_tool/scripts/
H A Didl.py44 is_exists = os.path.exists(input_arguments.dst_path)
45 if not is_exists: