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

1 23 4 5 6 7 8 91011>>

  /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 21 mkdir x
32 mkdir x
33 mkdir y
34 mkdir z
74 mkdir x y z
instance-event.tc 21 mkdir x
32 mkdir foo 2> /dev/null
72 mkdir foo
85 mkdir x
86 mkdir y
87 mkdir z
127 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...]
  /external/toybox/tests/
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
ln.test 38 mkdir dir
49 touch file1 file2 && mkdir dir
54 touch file1 file2 && mkdir dir
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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-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.25/
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/selinux/gui/
Makefile 28 -mkdir -p $(MANDIR)/man8
29 -mkdir -p $(SHAREDIR)
30 -mkdir -p $(BINDIR)
31 -mkdir -p $(DATADIR)/pixmaps
32 -mkdir -p $(DATADIR)/icons/hicolor/24x24/apps
33 -mkdir -p $(SYSCONFDIR)
34 -mkdir -p $(DATADIR)/polkit-1/actions/
45 -mkdir -p $(DESTDIR) $(DATADIR)/pixmaps
48 mkdir -p $(DESTDIR) $(DATADIR)/icons/hicolor/$${i}x$${i}/apps; \
  /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/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...]
  /build/make/tools/signapk/test/
run 14 mkdir -p $(dir $@)
18 mkdir -p $(dir $@)
27 mkdir -p $(dir $@)
  /external/selinux/policycoreutils/setsebool/
Makefile 20 -mkdir -p $(SBINDIR)
22 -mkdir -p $(MANDIR)/man8
24 -mkdir -p $(BASHCOMPLETIONDIR)
  /external/libmtp/examples/
evolution-sync.sh 42 mkdir $SYNC_HOME
45 mkdir $SYNC_HOME/contacts
48 mkdir $SYNC_HOME/calendars
  /system/extras/brillo_config/
Android.mk 28 $(hide) mkdir -p $(dir $@)
30 $(hide) mkdir -p $(TARGET_OUT_ETC)/$(OSRELEASED_DIRECTORY)
40 $(hide) mkdir -p $(dir $@)
59 $(hide) mkdir -p $(dir $@)
61 $(hide) mkdir -p $(TARGET_OUT_ETC)/$(OSRELEASED_DIRECTORY)
85 $(hide) mkdir -p $(dir $@)
  /art/test/638-no-line-number/
build 20 mkdir classes
  /bionic/tools/versioner/tests/slow_preprocessor_idempotence/
run.sh 3 mkdir out
  /build/kati/testcase/
vpath.mk 8 mkdir dir
  /device/huawei/angler/
init.mcfg.sh 5 mkdir -m 770 /data/misc/radio/modem_config
  /external/c-ares/
mkinstalldirs 24 echo "mkdir $pathcomp" 1>&2
26 mkdir "$pathcomp" || lasterr=$?

Completed in 1020 milliseconds

1 23 4 5 6 7 8 91011>>