Searched refs:touch (Results 1 – 25 of 39) sorted by relevance
12
/build/soong/tests/ |
D | bootstrap_test.sh | 58 touch a/my_little_binary_host.py 69 touch a/my_great_binary_host.py 89 touch a/my_little_binary_host.py 111 touch a/my_little_binary_host.py 141 touch a/my_little_binary_host.py 191 touch a/my_little_binary_host.py 195 touch a/my_little_library.py 498 touch a/a.txt 512 touch b/b.txt 544 touch a/a1.txt [all …]
|
D | lib.sh | 91 touch "$MOCK_TOP/Android.bp"
|
/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"
|
D | gen_ndk_backedby_apex.sh | 51 touch "$out"
|
/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 | phony_package.mk | 14 $(hide) touch $@
|
D | header_library_internal.mk | 21 $(hide) touch $@
|
D | jacoco.mk | 55 touch $(PRIVATE_UNZIPPED_TIMESTAMP_PATH) 94 touch $(PRIVATE_INSTRUMENTED_TIMESTAMP_PATH)
|
D | java_prebuilt_internal.mk | 133 $(hide) touch $(dir $@)/proguard.txt 134 $(hide) touch $(dir $@)/AndroidManifest.xml 228 $(hide) touch $@)
|
D | check_elf_file.mk | 42 $(hide) touch $@
|
D | soong_cc_prebuilt.mk | 141 touch $@ 185 touch $@; \
|
D | soong_java_prebuilt.mk | 91 touch $@ 206 $(hide) touch $@)
|
D | dynamic_binary.mk | 82 touch $@; \
|
/build/make/core/tasks/ |
D | art-host-tests.mk | 32 $(hide) touch $@-host-libs.list
|
/build/blueprint/tests/ |
D | test_tree_tests.sh | 67 touch ${SRCDIR}/newglob/Blueprints
|
/build/soong/apex/ |
D | apex_singleton.go | 55 touch ${out};
|
/build/soong/cmd/soong_build/ |
D | main.go | 313 touch(shared.JoinPath(topDir, finalOutputFile)) 339 func touch(path string) { func 437 touch(shared.JoinPath(topDir, bp2buildMarker))
|
/build/make/target/product/gsi/ |
D | Android.mk | 60 $(hide) touch $@ 150 $(hide) touch $@
|
/build/soong/tradefed/suite_harness/ |
D | tradefed_binary.go | 119 Command: `rm -f $out && touch $out && ` +
|
12