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

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/kernel/controllers/cgroup/
test_3_1.sh 29 rmdir cgroup/0
test_10_1.sh 30 rmdir cgroup/0 > /dev/null 2>&1
test_6_1.sh 29 rmdir cgroup/[1-9]* > /dev/null 2>&1
  /bionic/libc/bionic/
rmdir.cpp 32 int rmdir(const char* path) { function
  /external/linux-kselftest/tools/testing/selftests/memfd/
run_fuse_test.sh 5 rmdir ./mnt
14 rmdir ./mnt
  /external/toybox/tests/
mkdir.test 8 rmdir one
17 rmdir one two
28 rmdir existing
33 rmdir one
37 rmdir one
  /external/ltp/testcases/kernel/controllers/memcg/functional/
memcg_use_hierarchy_test.sh 45 rmdir subgroup
54 rmdir subgroup
64 rmdir subgroup
memcg_stat_test.sh 74 rmdir subgroup
90 rmdir subgroup
113 rmdir subgroup
136 rmdir subgroup
  /external/javassist/
regenerate_from_source.sh 14 rmdir lib
  /external/linux-kselftest/tools/testing/selftests/ftrace/test.d/instances/
instance.tc 10 rmdir x y z 2>/dev/null
22 rmdir x
26 echo "instance rmdir not supported"
35 rmdir x
36 rmdir y
37 rmdir z
76 rmdir x y z
instance-event.tc 10 rmdir foo 2>/dev/null
22 rmdir x
26 echo "instance rmdir not supported"
33 rmdir foo 2> /dev/null
74 rmdir foo
88 rmdir x
89 rmdir y
90 rmdir z
129 rmdir x y z
  /external/ltp/testcases/kernel/controllers/io-throttle/
myfunctions-io.sh 39 rmdir /dev/blockioctl/cgroup-$i
56 rmdir /dev/blockioctl/cgroup-$i
60 rmdir /dev/blockioctl
  /external/strace/tests/
attach-p-cmd-cmd.c 41 while (rmdir(lockdir)) {
43 perror_msg_and_fail("rmdir: %s", lockdir);
  /external/strace/tests-m32/
attach-p-cmd-cmd.c 41 while (rmdir(lockdir)) {
43 perror_msg_and_fail("rmdir: %s", lockdir);
  /external/strace/tests-mx32/
attach-p-cmd-cmd.c 41 while (rmdir(lockdir)) {
43 perror_msg_and_fail("rmdir: %s", lockdir);
  /external/toybox/toys/posix/
rmdir.c 0 /* rmdir.c - remove directory/path
5 * See http://opengroup.org/onlinepubs/9699919799/utilities/rmdir.html
7 USE_RMDIR(NEWTOY(rmdir, "<1p", TOYFLAG_BIN))
9 config RMDIR
10 bool "rmdir"
13 usage: rmdir [-p] [dirname...]
27 if (rmdir(name)) {
  /system/core/libnativebridge/tests/
NativeBridge3GetError_test.cpp 36 ASSERT_EQ(0, rmdir(kCodeCache));
NativeBridge3InitAnonymousNamespace_test.cpp 36 ASSERT_EQ(0, rmdir(kCodeCache));
NativeBridge3IsPathSupported_test.cpp 36 ASSERT_EQ(0, rmdir(kCodeCache));
NativeBridge3UnloadLibrary_test.cpp 36 ASSERT_EQ(0, rmdir(kCodeCache));
  /external/ltp/testcases/kernel/controllers/cgroup_fj/
cgroup_fj_function.sh 69 rmdir "$start_path/ltp_2"
73 if ! rmdir "$start_path/ltp_3"; then
93 ROD rmdir "$start_path/ltp_2"
104 if rmdir "$start_path/ltp_1" > /dev/null 2>&1; then
118 if rmdir "$start_path/ltp_1" > /dev/null 2>&1; then
125 ROD rmdir "$start_path/ltp_1/a"
212 ROD rmdir "$start_path/ltp_1"
  /external/ImageMagick/config/
mkinstalldirs 88 test -d ./-p && rmdir ./-p
89 test -d ./--version && rmdir ./--version
101 test -d $d && rmdir $d
  /external/cmockery/cmockery_0_1_2/
mkinstalldirs 85 test -d ./-p && rmdir ./-p
86 test -d ./--version && rmdir ./--version
98 test -d $d && rmdir $d
  /external/libexif/
mkinstalldirs 88 test -d ./-p && rmdir ./-p
89 test -d ./--version && rmdir ./--version
101 test -d $d && rmdir $d
  /external/swiftshader/third_party/LLVM/autoconf/
mkinstalldirs 85 test -d ./-p && rmdir ./-p
86 test -d ./--version && rmdir ./--version
98 test -d $d && rmdir $d

Completed in 1403 milliseconds

1 2 3 4 5 6 7 8 91011>>