Home
last modified time | relevance | path

Searched refs:touch (Results 1 - 10 of 10) sorted by relevance

/build/scripts/
H A Dcollect_publicity.py21 from util.build_utils import touch namespace
45 # touch an empty publicity.xml
46 touch(options.output)
H A Dcode_release.py141 build_utils.touch(options.output)
H A Dcopy_ex.py198 parser.add_option('--stamp', help='Path to touch on success.')
239 build_utils.touch(options.stamp)
/build/templates/common/
H A Dcheck_build_target.py26 from scripts.util.build_utils import write_depfile, add_depfile_option, touch # noqa: E402 namespace
66 touch(args.output)
/build/hb/util/loader/
H A Dmerge_platform_build.py53 build_utils.touch(generated_build_file)
/build/ohos/ndk/
H A Dcheck_ndk_header.py52 build_utils.touch(output)
H A Dcheck_ndk_header_signature.py68 build_utils.touch(output)
/build/ohos/notice/
H A Dcollect_module_notice_file.py203 build_utils.touch(output)
207 build_utils.touch(output)
208 build_utils.touch(notice_info_json)
/build/ohos/sdk/
H A Dadd_notice_file.py60 build_utils.touch(options.output)
/build/scripts/util/
H A Dbuild_utils.py66 def touch(path, fail_if_missing=False): function
146 only_if_changed: If True (the default), do not touch the filesystem

Completed in 4 milliseconds