HomeSort by relevance Sort by last modified time
    Searched refs:mkdir (Results 51 - 75 of 2546) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/selinux/python/chcat/
Makefile 11 -mkdir -p $(BINDIR)
13 -mkdir -p $(MANDIR)/man8
  /external/toybox/tests/
diff.test 26 mkdir -p tree1 tree2
cp.test 18 mkdir two
46 mkdir sub
57 #mkdir dir
66 mkdir dir
79 mkdir -p one/two/three/four
87 mkdir dir2
95 # mkdir one; touch one/two; ln -s two one/three
rm.test 14 mkdir dir
24 mkdir dir1 dir2
32 mkdir dir1 dir2
40 mkdir -p dir1/dir2/dir3 dir1/dir2/dir4
47 mkdir -p one && touch one/two && chmod 000 one
  /frameworks/native/docs/
Makefile 6 mkdir -p html
10 mkdir -p website
  /system/chre/host/msm/daemon/idl/
update.sh 12 mkdir -p $OUT_DIR
  /art/test/970-iface-super-resolution-gen/
build 34 mkdir -p src
35 mkdir -p src2
39 mkdir -p smali
  /external/python/cpython2/
android_regen.sh 22 mkdir -p $DIR/pyconfig $DIR/libffi
27 mkdir tmp
36 mkdir tmp
  /external/scapy/doc/scapy/
Makefile 29 mkdir -p _build/html _build/doctrees
35 mkdir -p _build/pickle _build/doctrees
45 mkdir -p _build/htmlhelp _build/doctrees
52 mkdir -p _build/latex _build/doctrees
60 mkdir -p _build/changes _build/doctrees
66 mkdir -p _build/linkcheck _build/doctrees
  /external/selinux/sandbox/
Makefile 21 -mkdir -p $(BINDIR)
23 -mkdir -p $(MANDIR)/man8
26 -mkdir -p $(MANDIR)/man5
28 -mkdir -p $(SBINDIR)
30 -mkdir -p $(SHAREDIR)
33 -mkdir -p $(SYSCONFDIR)
  /external/wpa_supplicant_8/hostapd/
hostapd.android.rc 10 mkdir /data/vendor/wifi 0770 wifi wifi
11 mkdir /data/vendor/wifi/hostapd 0770 wifi wifi
12 mkdir /data/vendor/wifi/hostapd/sockets 0770 wifi wifi
  /external/ImageMagick/config/
mkinstalldirs 72 # Solaris 8's mkdir -p isn't thread-safe. If you mkdir -p a/b and
73 # mkdir -p a/c at the same time, both will detect that a is missing,
77 # ourselves to GNU mkdir, which is thread-safe.
80 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
81 echo "mkdir -p -- $*"
82 exec mkdir -p -- "$@"
84 # On NextStep and OpenStep, the 'mkdir' command does not
93 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 &&
95 echo "mkdir -m $dirmode -p -- $*
    [all...]
  /external/cmockery/cmockery_0_1_2/
mkinstalldirs 69 # Solaris 8's mkdir -p isn't thread-safe. If you mkdir -p a/b and
70 # mkdir -p a/c at the same time, both will detect that a is missing,
74 # ourselves to GNU mkdir, which is thread-safe.
77 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
78 echo "mkdir -p -- $*"
79 exec mkdir -p -- "$@"
81 # On NextStep and OpenStep, the `mkdir' command does not
90 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 &&
92 echo "mkdir -m $dirmode -p -- $*
    [all...]
  /external/libexif/
mkinstalldirs 72 # Solaris 8's mkdir -p isn't thread-safe. If you mkdir -p a/b and
73 # mkdir -p a/c at the same time, both will detect that a is missing,
77 # ourselves to GNU mkdir, which is thread-safe.
80 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
81 echo "mkdir -p -- $*"
82 exec mkdir -p -- "$@"
84 # On NextStep and OpenStep, the `mkdir' command does not
93 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 &&
95 echo "mkdir -m $dirmode -p -- $*
    [all...]
  /external/linux-kselftest/tools/testing/selftests/ftrace/test.d/instances/
instance.tc 22 mkdir x
33 mkdir x
34 mkdir y
35 mkdir z
75 mkdir x y z
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_exclusive_test/
cpuset_exclusive_test.sh 83 mkdir "$CPUSET/father/other" || return 1
96 mkdir "$CPUSET/father/other" || return 1
108 mkdir "$CPUSET/father/other" || return 1
120 mkdir "$CPUSET/father/other" || return 1
176 mkdir "$CPUSET/father/other" || return 1
189 mkdir "$CPUSET/father/other" || return 1
201 mkdir "$CPUSET/father/other" || return 1
213 mkdir "$CPUSET/father/other" || return 1
226 mkdir "$CPUSET/father"
227 mkdir "$CPUSET/father/child
    [all...]
  /external/swiftshader/third_party/LLVM/autoconf/
mkinstalldirs 69 # Solaris 8's mkdir -p isn't thread-safe. If you mkdir -p a/b and
70 # mkdir -p a/c at the same time, both will detect that a is missing,
74 # ourselves to GNU mkdir, which is thread-safe.
77 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
78 # echo "mkdir -p -- $*"
79 exec mkdir -p -- "$@"
81 # On NextStep and OpenStep, the `mkdir' command does not
90 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 &&
92 # echo "mkdir -m $dirmode -p -- $*"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/libexec/gcc/x86_64-linux/4.8/install-tools/
mkinstalldirs 72 # Solaris 8's mkdir -p isn't thread-safe. If you mkdir -p a/b and
73 # mkdir -p a/c at the same time, both will detect that a is missing,
77 # ourselves to GNU mkdir, which is thread-safe.
80 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
81 echo "mkdir -p -- $*"
82 exec mkdir -p -- "$@"
84 # On NextStep and OpenStep, the `mkdir' command does not
93 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 &&
95 echo "mkdir -m $dirmode -p -- $*
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/libexec/gcc/x86_64-w64-mingw32/4.8.3/install-tools/
mkinstalldirs 72 # Solaris 8's mkdir -p isn't thread-safe. If you mkdir -p a/b and
73 # mkdir -p a/c at the same time, both will detect that a is missing,
77 # ourselves to GNU mkdir, which is thread-safe.
80 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
81 echo "mkdir -p -- $*"
82 exec mkdir -p -- "$@"
84 # On NextStep and OpenStep, the `mkdir' command does not
93 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 &&
95 echo "mkdir -m $dirmode -p -- $*
    [all...]
  /toolchain/binutils/binutils-2.27/
mkinstalldirs 72 # Solaris 8's mkdir -p isn't thread-safe. If you mkdir -p a/b and
73 # mkdir -p a/c at the same time, both will detect that a is missing,
77 # ourselves to GNU mkdir, which is thread-safe.
80 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
81 echo "mkdir -p -- $*"
82 exec mkdir -p -- "$@"
84 # On NextStep and OpenStep, the 'mkdir' command does not
93 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 &&
95 echo "mkdir -m $dirmode -p -- $*
    [all...]
  /external/ltp/testcases/kernel/fs/fs_bind/bin/
setup 29 mkdir -p $disk1 $disk2 $disk3 $disk4
35 mkdir $disk1/a $disk1/b $disk1/c
36 mkdir $disk2/d $disk2/e $disk2/f
37 mkdir $disk3/g $disk3/h $disk3/i
38 mkdir $disk4/j $disk4/k $disk4/l
  /external/skia/infra/bots/
zip_utils_test.py 26 fw.mkdir('mydir')
27 fw.mkdir('anotherdir', 0666)
28 fw.mkdir('dir3', 0600)
29 fw.mkdir('subdir')
46 fw.mkdir('.git')
  /external/skqp/infra/bots/
zip_utils_test.py 26 fw.mkdir('mydir')
27 fw.mkdir('anotherdir', 0666)
28 fw.mkdir('dir3', 0600)
29 fw.mkdir('subdir')
46 fw.mkdir('.git')
  /external/vogar/src/vogar/
HostFileCache.java 22 import vogar.commands.Mkdir;
28 private final Mkdir mkdir; field in class:HostFileCache
30 public HostFileCache(Log log, Mkdir mkdir) {
32 this.mkdir = mkdir;
60 mkdir.mkdirs(CACHE_ROOT);
  /frameworks/native/cmds/installd/tests/
installd_cache_test.cpp 69 static void mkdir(const char* path) { function in namespace:android::installd
71 ::mkdir(fullPath, 0755);
126 system("mkdir -p /data/local/tmp/user/0");
138 mkdir("com.example");
140 mkdir("com.example/cache");
141 mkdir("com.example/cache/foo");
160 mkdir("com.example");
161 mkdir("com.example/cache");
162 mkdir("com.example/cache/foo");
182 mkdir("com.example")
    [all...]

Completed in 213 milliseconds

1 23 4 5 6 7 8 91011>>