Searched refs:touch (Results 1 – 25 of 37) sorted by relevance
12
/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-java-current-api-files.sh | 32 touch "${api_dir}/${scope}${api}.txt"
|
/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/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/blueprint/ |
D | bootstrap.bash | 121 touch "$BUILDDIR/.minibootstrap/build-globs.ninja" 131 touch "${BUILDDIR}/.out-dir"
|
D | CONTRIBUTING.md | 13 Before you start working on a larger contribution, you should get in touch with
|
/build/make/core/ |
D | suite_host_config.mk | 24 $(hide) touch $@
|
D | jacoco.mk | 55 touch $(PRIVATE_UNZIPPED_TIMESTAMP_PATH) 90 touch $(PRIVATE_INSTRUMENTED_TIMESTAMP_PATH)
|
D | phony_package.mk | 14 $(hide) touch $@
|
D | header_library_internal.mk | 21 $(hide) touch $@
|
D | pdk_config.mk | 82 touch $@ 102 $(call split-long-arguments,-touch,$(_pdk_fusion_files)) 103 $(hide) touch $@
|
D | java_prebuilt_internal.mk | 131 $(hide) touch $(dir $@)/proguard.txt 132 $(hide) touch $(dir $@)/AndroidManifest.xml 226 $(hide) touch $@)
|
D | check_elf_file.mk | 39 $(hide) touch $@
|
D | soong_java_prebuilt.mk | 74 touch $@ 176 $(hide) touch $@)
|
D | soong_cc_prebuilt.mk | 140 touch $@ 173 touch $@; \
|
D | pdk_fusion_modules.mk | 46 $(hide) touch $$@
|
D | dynamic_binary.mk | 82 touch $@; \
|
D | static_java_library.mk | 128 touch $@
|
D | soong_app_prebuilt.mk | 97 touch $(PRIVATE_STAMP)
|
D | sysprop.mk | 95 $(hide) rm -f $$@ && touch $$@
|
/build/make/target/product/gsi/ |
D | Android.mk | 64 $(hide) touch $@ 144 $(hide) touch $@
|
/build/make/core/tasks/ |
D | boot_jars_package_check.mk | 55 $(hide) mkdir -p $(dir $@) && touch $@
|
/build/blueprint/tests/ |
D | test_tree_tests.sh | 67 touch ${SRCDIR}/newglob/Blueprints
|
/build/soong/java/ |
D | dex.go | 64 `touch "$outDict" && ` +
|
12