Home
last modified time | relevance | path

Searched refs:touch (Results 1 – 25 of 37) sorted by relevance

12

/build/soong/scripts/
Dgen-sysprop-api-files.sh25 touch "${api_dir}/$2-current.txt"
26 touch "${api_dir}/$2-latest.txt"
Dgen-java-current-api-files.sh32 touch "${api_dir}/${scope}${api}.txt"
/build/soong/ui/build/
Dcleanbuild_test.go40 touch := func(names ...string) {
81 touch("foo", "bar", "baz")
97 touch("bar", "foo2")
/build/blueprint/gotestrunner/
Dgotestrunner.go33 touch = flag.String("f", "", "Write a file on success") var
104 if *touch != "" {
105 err = ioutil.WriteFile(*touch, []byte{}, 0666)
/build/soong/xml/
Dxml.go33 Command: `$XmlLintCmd --dtdvalid $dtd $in > /dev/null && touch -a $out`,
41 Command: `$XmlLintCmd --schema $xsd $in > /dev/null && touch -a $out`,
49 Command: `$XmlLintCmd $in > /dev/null && touch -a $out`,
/build/blueprint/
Dbootstrap.bash121 touch "$BUILDDIR/.minibootstrap/build-globs.ninja"
131 touch "${BUILDDIR}/.out-dir"
DCONTRIBUTING.md13 Before you start working on a larger contribution, you should get in touch with
/build/make/core/
Dsuite_host_config.mk24 $(hide) touch $@
Djacoco.mk55 touch $(PRIVATE_UNZIPPED_TIMESTAMP_PATH)
90 touch $(PRIVATE_INSTRUMENTED_TIMESTAMP_PATH)
Dphony_package.mk14 $(hide) touch $@
Dheader_library_internal.mk21 $(hide) touch $@
Dpdk_config.mk82 touch $@
102 $(call split-long-arguments,-touch,$(_pdk_fusion_files))
103 $(hide) touch $@
Djava_prebuilt_internal.mk131 $(hide) touch $(dir $@)/proguard.txt
132 $(hide) touch $(dir $@)/AndroidManifest.xml
226 $(hide) touch $@)
Dcheck_elf_file.mk39 $(hide) touch $@
Dsoong_java_prebuilt.mk74 touch $@
176 $(hide) touch $@)
Dsoong_cc_prebuilt.mk140 touch $@
173 touch $@; \
Dpdk_fusion_modules.mk46 $(hide) touch $$@
Ddynamic_binary.mk82 touch $@; \
Dstatic_java_library.mk128 touch $@
Dsoong_app_prebuilt.mk97 touch $(PRIVATE_STAMP)
Dsysprop.mk95 $(hide) rm -f $$@ && touch $$@
/build/make/target/product/gsi/
DAndroid.mk64 $(hide) touch $@
144 $(hide) touch $@
/build/make/core/tasks/
Dboot_jars_package_check.mk55 $(hide) mkdir -p $(dir $@) && touch $@
/build/blueprint/tests/
Dtest_tree_tests.sh67 touch ${SRCDIR}/newglob/Blueprints
/build/soong/java/
Ddex.go64 `touch "$outDict" && ` +

12