HomeSort by relevance Sort by last modified time
    Searched refs:rmdir (Results 1 - 25 of 745) 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 6 rmdir ./mnt
15 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-event.tc 11 rmdir foo 2>/dev/null
23 rmdir x
27 echo "instance rmdir not supported"
34 rmdir foo 2> /dev/null
75 rmdir foo
82 rmdir foo
96 rmdir x
97 rmdir y
98 rmdir z
137 rmdir x y
    [all...]
instance.tc 11 rmdir x y z 2>/dev/null
23 rmdir x
27 echo "instance rmdir not supported"
36 rmdir x
37 rmdir y
38 rmdir z
77 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/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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/libexec/gcc/x86_64-linux/4.8/install-tools/
mkinstalldirs 88 test -d ./-p && rmdir ./-p
89 test -d ./--version && rmdir ./--version
101 test -d $d && rmdir $d
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/libexec/gcc/x86_64-w64-mingw32/4.8.3/install-tools/
mkinstalldirs 88 test -d ./-p && rmdir ./-p
89 test -d ./--version && rmdir ./--version
101 test -d $d && rmdir $d
  /toolchain/binutils/binutils-2.27/
mkinstalldirs 88 test -d ./-p && rmdir ./-p
89 test -d ./--version && rmdir ./--version
101 test -d $d && rmdir $d

Completed in 422 milliseconds

1 2 3 4 5 6 7 8 91011>>