Searched refs:touch (Results 1 - 25 of 283) sorted by relevance

1234567891011>>

/external/autotest/client/site_tests/security_Minijail0/src/
H A Dtest-userns12 touch $1
H A Dtest-userns-gid12 touch $1
H A Dtest-userns-ugid12 touch $1
H A Dtest-userns-uid12 touch $1
/external/libusb/.private/
H A Dpost-rewrite.sh25 touch .amend
/external/toybox/tests/
H A Dchmod.test24 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...]
H A Dmv.test5 # "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 file
[all...]
H A Dcp.test28 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
H A Dcpio.test9 touch a bb ccc dddd
13 touch a
20 touch a
35 touch a; chmod a-rwx a; ln -s a/cant b
H A Dfind.test7 touch file
11 touch b
14 touch perm/all-read-only
H A Dcksum.test13 touch one two
H A Dmd5sum.test24 touch empty
H A Dmkfifo.test10 touch existing
H A Drm.test23 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
47 mkdir -p one && touch one/two && chmod 000 one
H A Dxargs.test22 touch one two three
H A Dmkdir.test10 touch existing
69 touch two
H A Drmdir.test10 touch walrus
30 touch temp/thing
/external/walt/ios/WALT/
H A DWALTTouch.m27 UITouch *touch = [[event allTouches] anyObject];
28 self.phase = touch.phase;
29 if ([touch respondsToSelector:@selector(preciseLocationInView:)]) { // iOS 9.1+
30 self.location = [touch preciseLocationInView:nil];
32 self.location = [touch locationInView:nil];
/external/tensorflow/tensorflow/tools/dist_test/server/
H A Dgrpc_tensorflow_server_wrapper.sh23 touch "${LOG_FILE}"
/external/linux-kselftest/tools/testing/selftests/exec/
H A Dexecveat.sh29 touch Makefile && \
/external/linux-kselftest/tools/testing/selftests/pstore/
H A Dpstore_crash_test24 touch $REBOOT_FLAG
/external/ltp/testcases/kernel/fs/fsx-linux/
H A Dfsxtest0234 touch $TCtmp/testfile
/external/ltp/testcases/kernel/sched/sched_stress/
H A Dsched_stress.sh30 touch $KERNEL
/external/clang/test/CodeGenCXX/
H A Dcaptured-statements.cpp106 void touch(const T &) {} function
113 touch<T, id>(x);
124 touch<T, id>(v);
132 touch<U, id + id2>(u);
/external/python/cpython3/Lib/test/
H A Dtest_zipapp.py27 (source / '__main__.py').touch()
36 (source / '__main__.py').touch()
45 (source / '__main__.py').touch()
48 (source / 'foo' / '__init__.py').touch()
60 (source / '__main__.py').touch()
69 (source / 'foo.py').touch()
78 (source / '__main__.py').touch()
87 (source / 'foo.py').touch()
104 (source / 'foo.py').touch()
105 (source / 'bar.py').touch()
[all...]

Completed in 1228 milliseconds

1234567891011>>