Home
last modified time | relevance | path

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

123

/build/soong/scripts/
Dgen-sysprop-api-files.sh25 touch "${api_dir}/$2-current.txt"
26 touch "${api_dir}/$2-latest.txt"
Dgen_ndk_backedby_apex.sh37 touch "$out"
Dgen-java-current-api-files.sh32 touch "${api_dir}/${scope}${api}.txt"
Dgen_java_usedby_apex.sh32 touch "$out"
Dunpack-prebuilt-apex.sh51 touch $r
Drun-ckati.sh51 touch "$androidmk"
/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/make/core/
Dsuite_host_config.mk24 $(hide) touch $@
Dphony_package.mk14 $(hide) touch $@
Dheader_library_internal.mk21 $(hide) touch $@
Djacoco.mk56 touch $(PRIVATE_UNZIPPED_TIMESTAMP_PATH)
95 touch $(PRIVATE_INSTRUMENTED_TIMESTAMP_PATH)
Djava_prebuilt_internal.mk128 $(hide) touch $(dir $@)/proguard.txt
129 $(hide) touch $(dir $@)/AndroidManifest.xml
216 $(hide) touch $@)
Dcheck_elf_file.mk61 $(hide) touch $@
/build/soong/tests/
Dsoong_test.sh13 touch out/some_directory/some_file
Dbootstrap_test.sh62 touch a/my_little_binary_host.py
73 touch a/my_great_binary_host.py
92 touch a/my_little_binary_host.py
114 touch a/my_little_binary_host.py
144 touch a/my_little_binary_host.py
190 touch a/my_little_binary_host.py
194 touch a/my_little_library.py
/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/make/core/tasks/
Doffline-sdk-docs.mk23 ( unzip -qo $< -d $(OUT_DOCS)/offline-sdk && touch -f $@ ) || exit 1
Dfontchain_lint.mk43 touch $@
/build/make/core/packaging/
Dflags.mk88 touch $$(PRIVATE_OUT)
97 touch $$(PRIVATE_OUT)
106 touch $$(PRIVATE_OUT)
/build/bazel/rules/
Dfilegroup.bzl57 cmd = "touch $@",
63 cmd = "touch $@",
69 cmd = "touch $@",
/build/bazel_common_rules/dist/
DBUILD30 cmd = "touch $@",
/build/bazel/examples/gensrcs/
DAndroid.bp14 "&& touch $(genDir)/out_dir/data.text " +
/build/blueprint/tests/
Dtest_tree_tests.sh67 touch ${SRCDIR}/newglob/Blueprints
/build/soong/cmd/soong_build/
Dmain.go124 touch(shared.JoinPath(topDir, queryviewMarker))
332 touch(shared.JoinPath(topDir, finalOutputFile))
356 func touch(path string) { func

123