Home
last modified time | relevance | path

Searched full:bdir (Results 1 – 8 of 8) sorted by relevance

/external/toybox/tests/
Dblkid.test7 BDIR="$FILES/blkid"
9 bzcat "$BDIR"/squashfs.bz2 > temp.img
13 testing "cramfs" 'bzcat "$BDIR"/cramfs.bz2 | blkid -' \
15 testing "ext2" 'bzcat "$BDIR"/ext2.bz2 | blkid -' \
18 testing "ext3" 'bzcat "$BDIR"/ext3.bz2 | blkid -' \
21 testing "ext4" 'bzcat "$BDIR"/ext4.bz2 | blkid -' \
24 testing "f2fs" 'bzcat "$BDIR"/f2fs.bz2 | blkid -' \
27 testing "msdos" 'bzcat "$BDIR"/msdos.bz2 | blkid -' \
29 testing "ntfs" 'bzcat "$BDIR"/ntfs.bz2 | blkid -' \
31 testing "reiserfs" 'bzcat "$BDIR"/reiser3.bz2 | blkid -' \
[all …]
Dfstype.test7 BDIR="$FILES/blkid"
9 bzcat "$BDIR"/squashfs.bz2 > temp.img
15 testing "$i" 'bzcat "$BDIR"/$i.bz2 | fstype -' "$i\n" "" ""
18 testing "msdos" 'bzcat "$BDIR"/msdos.bz2 | fstype -' 'vfat\n' "" ""
19 testing "reiserfs" 'bzcat "$BDIR"/reiser3.bz2 | fstype -' 'reiserfs\n' "" ""
21 #testing "blkid minix" 'bzcat "$BDIR"/minix.bz2 | blkid -'
/external/curl/
Dappveyor.yml6 BDIR: msvc2012
12 BDIR: msvc2013
18 BDIR: msvc2015
24 BDIR: msvc2012
30 BDIR: msvc2013
36 BDIR: msvc2015
42 BDIR: msvc2012
48 BDIR: msvc2013
54 BDIR: msvc2015
62 - mkdir build.%BDIR%
[all …]
/external/ltp/testcases/kernel/security/prot_hsymlinks/
Dprot_hsymlinks.c336 struct dir_params *bdir, mode_t mode) in create_sub_dir() argument
338 snprintf(bdir->path, MAX_PATH, "%s/tmp_%s", in create_sub_dir()
339 path, users[bdir->owner].name); in create_sub_dir()
340 SAFE_MKDIR(cleanup, bdir->path, mode); in create_sub_dir()
342 if (bdir->sticky) in create_sub_dir()
344 chmod(bdir->path, mode); in create_sub_dir()
/external/linux-kselftest/tools/testing/selftests/x86/
Dmpx-dig.c31 * run like this (BDIR finds the probably bounds directory):
33 * BDIR="$(cat /proc/$pid/smaps | grep -B1 2097152 \
35 * ./mpx-dig $pid 0x$BDIR
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUCharacterTest.java767 byte bdir = (byte)dir; in TestUnicodeData()
768 if (UCharacter.getDirectionality(ch) != bdir) in TestUnicodeData()
771 " expected directionality " + bdir + " but got " + in TestUnicodeData()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterTest.java766 byte bdir = (byte)dir; in TestUnicodeData()
767 if (UCharacter.getDirectionality(ch) != bdir) in TestUnicodeData()
770 " expected directionality " + bdir + " but got " + in TestUnicodeData()
/external/valgrind/perf/
Dtinycc.c21289 "usage: tcc [-v] [-c] [-o outfile] [-Bdir] [-bench] [-Idir] [-Dsym[=val]] [-Usym]\n" in help()
21297 " -Bdir set tcc internal library path\n" in help()