HomeSort by relevance Sort by last modified time
    Searched refs:touch (Results 1 - 25 of 848) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/autotest/client/site_tests/security_Minijail0/src/
test-userns 12 touch $1
test-userns-gid 12 touch $1
test-userns-ugid 12 touch $1
test-userns-uid 12 touch $1
  /build/kati/testcase/
wildcard_multi.mk 4 touch PASS
makefile_list.mk 3 touch foo.mk
7 touch bar.mk
wildcard_with_commas.mk 6 touch foo,bar
14 touch foo,bar
builtin_rules.mk 7 touch foo.c bar.cc
hash_in_var.mk 10 touch $(file)
implicit_pattern_rule_for_no_commands.mk 4 touch $@
  /external/libusb/.private/
post-rewrite.sh 25 touch .amend
  /external/toybox/tests/
chmod.test 24 touch file
40 rm -f "./$type" && touch $type
50 rm -rf dir file && mkdir dir && touch file
55 rm -rf dir file && mkdir dir && touch file
60 rm -rf dir file && mkdir dir && touch file
65 rm -rf dir file && mkdir dir && touch file
69 rm -rf dir file && mkdir dir && touch file
73 rm -rf dir file && mkdir dir && touch file
77 rm -rf dir file && mkdir dir && touch file
81 rm -rf dir file && mkdir dir && touch fil
    [all...]
mv.test 5 # "touch two; chmod -w two; mv one two" shouldn't prompt to delete two if
15 touch file
21 touch file
35 touch file1 file2 dir1/file3
51 touch file1
59 touch file1
67 touch file1
74 touch file1
85 touch dir1/dir2/file1 dir1/dir2/file2
99 touch file1 file
    [all...]
cp.test 28 touch walrus
31 touch two/three
36 touch two
42 touch two
58 #touch file
63 touch one two
80 touch one/two/three/five
81 touch one/{six,seven,eight}
95 # mkdir one; touch one/two; ln -s two one/three
cpio.test 9 touch a bb ccc dddd
13 touch a
20 touch a
35 touch a; chmod a-rwx a; ln -s a/cant b
find.test 7 touch file
11 touch b
14 touch perm/all-read-only
rm.test 23 touch file1.txt file2.txt
31 touch file1.txt file2.txt
41 touch dir1/file1.txt dir1/dir2/file2.txt dir1/dir2/dir3/file3.txt
  /art/test/964-default-iface-init-gen/src/
Displayer.java 21 public void touch() { method in class:Displayer
  /test/vts/tools/build/
Android.host_config.mk 25 $(hide) touch $@
  /prebuilts/sdk/support-api/
import_api.sh 24 touch "$2.txt"
  /external/autotest/site_utils/
merge_checksum.sh 21 touch ${checksum_file}
  /bionic/tests/
file-check-cxx 10 touch $OBJ
  /art/test/115-native-bridge/
run 24 touch libarttest.so
25 touch libarttestd.so
26 touch libinvalid.so
  /external/skia/experimental/iOSSampleApp/Shared/
SkUIView.mm 62 for (UITouch *touch in touches) {
63 CGPoint loc = [touch locationInView:self];
64 fWind->handleClick(loc.x, loc.y, SkView::Click::kDown_State, touch);
69 for (UITouch *touch in touches) {
70 CGPoint loc = [touch locationInView:self];
71 fWind->handleClick(loc.x, loc.y, SkView::Click::kMoved_State, touch);
76 for (UITouch *touch in touches) {
77 CGPoint loc = [touch locationInView:self];
78 fWind->handleClick(loc.x, loc.y, SkView::Click::kUp_State, touch);
83 for (UITouch *touch in touches)
    [all...]
  /frameworks/native/cmds/installd/tests/
installd_cache_test.cpp 74 static void touch(const char* path, int len, int time) { function in namespace:android::installd
139 touch("com.example/normal", 1 * kMbInBytes, 60);
142 touch("com.example/cache/foo/one", 1 * kMbInBytes, 60);
143 touch("com.example/cache/foo/two", 2 * kMbInBytes, 120);
163 touch("com.example/cache/foo/one", kMbInBytes, 60);
164 touch("com.example/cache/foo/two", kMbInBytes, 120);
185 touch("com.example/cache/foo/foo1", 1 * kMbInBytes, 60);
186 touch("com.example/cache/foo/foo2", 1 * kMbInBytes, 60);
188 touch("com.example/cache/bar/bar1", 2 * kMbInBytes, 120);
189 touch("com.example/cache/bar/bar2", 2 * kMbInBytes, 120)
    [all...]

Completed in 1386 milliseconds

1 2 3 4 5 6 7 8 91011>>