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

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/SDKs/linux/usr/include/sys/
stat.h 22 int mkdir(const char *, mode_t);
  /external/compiler-rt/SDKs/darwin/usr/include/sys/
stat.h 23 int mkdir(const char *, mode_t);
  /bionic/libc/arch-mips/syscalls/
mkdir.S 4 .globl mkdir
6 .ent mkdir
8 mkdir: label
22 .end mkdir
  /dalvik/tests/089-many-methods/
build 22 mkdir src
46 mkdir classes
  /external/quake/
setupdevicesdcard.sh 25 adb shell mkdir /sdcard
26 adb shell mkdir /sdcard/data
27 adb shell mkdir /sdcard/data/quake
28 adb shell mkdir /sdcard/data/quake/id1
setupdevice.sh 25 adb shell mkdir /data
26 adb shell mkdir /data/quake
27 adb shell mkdir /data/quake/id1
  /bionic/libc/arch-arm/syscalls/
mkdir.S 6 ENTRY(mkdir) function
15 END(mkdir)
  /external/libsepol/man/
Makefile 8 mkdir -p $(MAN3DIR)
9 mkdir -p $(MAN8DIR)
  /external/webkit/Source/WebCore/gyp/
generate-webcore-export-file-generator.sh 4 mkdir -p "${OUTPUT_DIR}"
  /external/webkit/Source/WebKit2/win/
build-generated-files.sh 31 mkdir -p "${DerivedSources}"
  /external/qemu/distrib/sdl-1.2.15/build-scripts/
mkinstalldirs 44 if mkdir -p -- . 2>/dev/null; then
45 echo "mkdir -p -- $*"
46 exec mkdir -p -- "$@"
49 if mkdir -m "$dirmode" -p -- . 2>/dev/null; then
50 echo "mkdir -m $dirmode -p -- $*"
51 exec mkdir -m "$dirmode" -p -- "$@"
69 echo "mkdir $pathcomp"
71 mkdir "$pathcomp" || lasterr=$?
  /ndk/sources/host-tools/make-3.81/config/
mkinstalldirs 55 if mkdir -p -- . 2>/dev/null; then
56 echo "mkdir -p -- $*"
57 exec mkdir -p -- "$@"
61 if mkdir -m "$dirmode" -p -- . 2>/dev/null; then
62 echo "mkdir -m $dirmode -p -- $*"
63 exec mkdir -m "$dirmode" -p -- "$@"
82 echo "mkdir $pathcomp"
84 mkdir "$pathcomp" || lasterr=$?
  /dalvik/tools/dmtracedump/
dumpdir.sh 5 mkdir -p $2
  /external/webkit/Source/JavaScriptCore/gyp/
generate-derived-sources.sh 3 mkdir -p "${BUILT_PRODUCTS_DIR}/DerivedSources/JavaScriptCore/docs"
  /external/webkit/Source/JavaScriptCore/
make-generated-sources.sh 8 mkdir -p DerivedSources/JavaScriptCore
  /external/webkit/Source/WebCore/
make-generated-sources.sh 6 mkdir -p DerivedSources/WebCore &&
  /external/chromium/sdch/open-vcdiff/
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/grub/
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/libffi/
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/libpng/
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/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...]
  /external/llvm/projects/sample/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...]
  /external/open-vcdiff/
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/darwin-x86/arm/arm-eabi-4.6/libexec/gcc/arm-eabi/4.6.x-google/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/darwin-x86/arm/arm-linux-androideabi-4.6/libexec/gcc/arm-linux-androideabi/4.6.x-google/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...]

Completed in 842 milliseconds

1 2 3 4 5 6 7 8 91011>>