HomeSort by relevance Sort by last modified time
    Searched refs:mkdir (Results 1 - 25 of 1941) 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/chromium_org/chrome/tools/build/mac/
make_locale_dirs.sh 30 mkdir "${RESOURCES_DIR}"
37 mkdir "${dir}"
copy_keychain_reauthorize.sh 25 mkdir -p "${TARGET_DIR}"
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
mkdir.c 8 int mkdir(const char* pathname, mode_t mode) { function
  /external/compiler-rt/SDKs/darwin/usr/include/sys/
stat.h 23 int mkdir(const char *, mode_t);
  /art/test/089-many-methods/
build 22 mkdir src
46 mkdir classes
  /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
  /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/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/chromium_org/third_party/sqlite/
google_generate_amalgamation.sh 9 mkdir bld
  /external/chromium_org/third_party/mesa/src/bin/
installmesa 65 mkdir -p ${INCLUDE_DIR}
66 mkdir -p ${INCLUDE_DIR}/GL
67 # NOT YET: mkdir -p ${INCLUDE_DIR}/GLES
68 mkdir -p ${LIB_DIR}
  /external/mesa3d/bin/
installmesa 65 mkdir -p ${INCLUDE_DIR}
66 mkdir -p ${INCLUDE_DIR}/GL
67 # NOT YET: mkdir -p ${INCLUDE_DIR}/GLES
68 mkdir -p ${LIB_DIR}
  /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/chromium_org/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/chromium_org/third_party/libxml/src/
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/chromium_org/third_party/tcmalloc/vendor/
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/chromium_org/third_party/yasm/source/patched-yasm/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/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/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/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...]

Completed in 3983 milliseconds

1 2 3 4 5 6 7 8 91011>>