Searched refs:touch (Results 1 – 25 of 68) sorted by relevance
123
/build/soong/scripts/ |
D | gen-sysprop-api-files.sh | 25 touch "${api_dir}/$2-current.txt" 26 touch "${api_dir}/$2-latest.txt"
|
D | gen_ndk_backedby_apex.sh | 37 touch "$out"
|
D | gen-java-current-api-files.sh | 32 touch "${api_dir}/${scope}${api}.txt"
|
D | gen_java_usedby_apex.sh | 32 touch "$out"
|
D | unpack-prebuilt-apex.sh | 51 touch $r
|
D | run-ckati.sh | 51 touch "$androidmk"
|
/build/soong/ui/build/ |
D | cleanbuild_test.go | 40 touch := func(names ...string) { 81 touch("foo", "bar", "baz") 97 touch("bar", "foo2")
|
/build/blueprint/gotestrunner/ |
D | gotestrunner.go | 33 touch = flag.String("f", "", "Write a file on success") var 104 if *touch != "" { 105 err = ioutil.WriteFile(*touch, []byte{}, 0666)
|
/build/make/core/ |
D | suite_host_config.mk | 24 $(hide) touch $@
|
D | phony_package.mk | 14 $(hide) touch $@
|
D | header_library_internal.mk | 21 $(hide) touch $@
|
D | jacoco.mk | 56 touch $(PRIVATE_UNZIPPED_TIMESTAMP_PATH) 95 touch $(PRIVATE_INSTRUMENTED_TIMESTAMP_PATH)
|
D | java_prebuilt_internal.mk | 128 $(hide) touch $(dir $@)/proguard.txt 129 $(hide) touch $(dir $@)/AndroidManifest.xml 216 $(hide) touch $@)
|
D | check_elf_file.mk | 61 $(hide) touch $@
|
/build/soong/tests/ |
D | soong_test.sh | 13 touch out/some_directory/some_file
|
D | bootstrap_test.sh | 62 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/ |
D | xml.go | 33 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/ |
D | offline-sdk-docs.mk | 23 ( unzip -qo $< -d $(OUT_DOCS)/offline-sdk && touch -f $@ ) || exit 1
|
D | fontchain_lint.mk | 43 touch $@
|
/build/make/core/packaging/ |
D | flags.mk | 88 touch $$(PRIVATE_OUT) 97 touch $$(PRIVATE_OUT) 106 touch $$(PRIVATE_OUT)
|
/build/bazel/rules/ |
D | filegroup.bzl | 57 cmd = "touch $@", 63 cmd = "touch $@", 69 cmd = "touch $@",
|
/build/bazel_common_rules/dist/ |
D | BUILD | 30 cmd = "touch $@",
|
/build/bazel/examples/gensrcs/ |
D | Android.bp | 14 "&& touch $(genDir)/out_dir/data.text " +
|
/build/blueprint/tests/ |
D | test_tree_tests.sh | 67 touch ${SRCDIR}/newglob/Blueprints
|
/build/soong/cmd/soong_build/ |
D | main.go | 124 touch(shared.JoinPath(topDir, queryviewMarker)) 332 touch(shared.JoinPath(topDir, finalOutputFile)) 356 func touch(path string) { func
|
123