Home
last modified time | relevance | path

Searched refs:DIR (Results 1 – 25 of 825) sorted by relevance

12345678910>>...33

/external/ltp/testcases/kernel/fs/racer/
Dfs_racer.sh32 DIR="$TMPDIR/race"
36 [ -e $DIR ] || mkdir $DIR
37 ./fs_racer_file_create.sh $DIR $MAX_FILES &
38 ./fs_racer_file_create.sh $DIR $MAX_FILES &
39 ./fs_racer_file_create.sh $DIR $MAX_FILES &
41 ./fs_racer_dir_create.sh $DIR $MAX_FILES &
42 ./fs_racer_dir_create.sh $DIR $MAX_FILES &
43 ./fs_racer_dir_create.sh $DIR $MAX_FILES &
45 ./fs_racer_file_rename.sh $DIR $MAX_FILES &
46 ./fs_racer_file_rename.sh $DIR $MAX_FILES &
[all …]
Dfs_racer_file_list.sh22 DIR=$1
26 ls -R $DIR/ > /dev/null 2> /dev/null &
27 ls -R $DIR/ > /dev/null 2> /dev/null &
28 ls -R $DIR/ > /dev/null 2> /dev/null &
29 ls -R $DIR/ > /dev/null 2> /dev/null &
30 ls -R $DIR/ > /dev/null 2> /dev/null &
32 ls -R $DIR/ > /dev/null 2> /dev/null &
33 ls -R $DIR/ > /dev/null 2> /dev/null &
34 ls -R $DIR/ > /dev/null 2> /dev/null &
35 ls -R $DIR/ > /dev/null 2> /dev/null &
[all …]
/external/syzkaller/tools/
Dcreate-image.sh11 DIR=wheezy
12 sudo rm -rf $DIR
13 mkdir -p $DIR
14 …ace,sudo,less,psmisc,selinux-utils,policycoreutils,checkpolicy,selinux-policy-default $RELEASE $DIR
17 sudo sed -i '/^root/ { s/:x:/::/ }' $DIR/etc/passwd
18 echo 'T0:23:respawn:/sbin/getty -L ttyS0 115200 vt100' | sudo tee -a $DIR/etc/inittab
19 printf '\nauto eth0\niface eth0 inet dhcp\n' | sudo tee -a $DIR/etc/network/interfaces
20 echo 'debugfs /sys/kernel/debug debugfs defaults 0 0' | sudo tee -a $DIR/etc/fstab
21 echo 'binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc defaults 0 0' | sudo tee -a $DIR/etc/fstab
22 echo 'SELINUX=disabled' | sudo tee $DIR/etc/selinux/config
[all …]
/external/toolchain-utils/binary_search_tool/full_bisect_test/
Dmain-bisect-test.sh17 DIR=full_bisect_test
20 if [[ ! -f "${DIR}/setup.sh" ]] ; then
21 echo "Cannot find ${DIR}/setup.sh. You are running this from the wrong directory."
27 ${DIR}/setup.sh
29 ./binary_search_state.py --get_initial_items="${DIR}/get_initial_items.sh" \
30 --switch_to_good="${DIR}/switch_to_good.sh" \
31 --switch_to_bad="${DIR}/switch_to_bad.sh" \
32 --test_setup_script="${DIR}/test_setup.sh" \
33 --test_script="${DIR}/interactive_test.sh" \
36 ${DIR}/cleanup.sh
[all …]
/external/openssh/regress/
Dsftp-glob.sh41 DIR=${BASE}/dir
42 DATA=${DIR}/file
44 GLOB1="${DIR}/g-wild*"
45 GLOB2="${DIR}/g-wildx"
46 QUOTE="${DIR}/g-quote\""
47 SLASH="${DIR}/g-sl\\ash"
48 ESLASH="${DIR}/g-slash\\"
49 QSLASH="${DIR}/g-qs\\\""
50 SPACE="${DIR}/g-q space"
53 mkdir -p ${DIR}
[all …]
Dscp.sh16 DIR=${COPY}.dd
26 rm -rf ${COPY} ${COPY2} ${DIR} ${DIR2}
27 mkdir ${DIR} ${DIR2}
48 $SCP $scpopts ${COPY} somehost:${DIR} || fail "copy failed"
49 cmp ${COPY} ${DIR}/copy || fail "corrupted copy"
54 $SCP $scpopts ${COPY} ${DIR} || fail "copy failed"
55 cmp ${COPY} ${DIR}/copy || fail "corrupted copy"
60 $SCP $scpopts somehost:${COPY} ${DIR} || fail "copy failed"
61 cmp ${COPY} ${DIR}/copy || fail "corrupted copy"
66 cp ${DATA} ${DIR}/copy
[all …]
/external/tensorflow/tensorflow/java/maven/
Drun_inside_container.sh68 cd "${DIR}/libtensorflow"
71 cd "${DIR}"
77 TARGET_DIR="${DIR}/tensorflow-android/target"
79 python "${DIR}/tensorflow-android/update.py" \
81 --template "${DIR}/tensorflow-android/pom-android.xml.template" \
86 NATIVE_DIR="${DIR}/libtensorflow_jni/src/main/resources/org/tensorflow/native"
104 cd "${DIR}"
108 NATIVE_DIR="${DIR}/libtensorflow_jni_gpu/src/main/resources/org/tensorflow/native"
124 cd "${DIR}"
141 rm -rf "${DIR}/proto/tmp"
[all …]
/external/linux-kselftest/tools/testing/selftests/firmware/
Dfw_filesystem.sh26 if printf '\000' >"$DIR"/trigger_request 2> /dev/null; then
31 if [ ! -e "$DIR"/trigger_async_request ]; then
35 if printf '\000' >"$DIR"/trigger_async_request 2> /dev/null; then
42 if echo -n "nope-$NAME" >"$DIR"/trigger_request 2> /dev/null; then
57 if ! echo -n "$NAME" >"$DIR"/trigger_request ; then
71 if [ ! -e "$DIR"/trigger_async_request ]; then
75 if ! echo -n "$NAME" >"$DIR"/trigger_async_request ; then
92 if [ ! -f $DIR/reset ]; then
106 echo 1 > $DIR/reset
111 echo 1 > $DIR/release_all_firmware
[all …]
Dfw_fallback.sh27 echo -n "$name" >"$DIR"/trigger_request &
31 while [ ! -e "$DIR"/"$name"/loading ]; do
40 echo 1 >"$DIR"/"$name"/loading
41 cat "$file" >"$DIR"/"$name"/data
42 echo 0 >"$DIR"/"$name"/loading
54 echo -n "$name" >"$DIR"/trigger_request 2>/dev/null &
58 while [ ! -e "$DIR"/"$name"/loading ]; do
67 echo -1 >"$DIR"/"$name"/loading
75 if [ ! -e "$DIR"/trigger_custom_fallback ]; then
83 echo -n "$name" >"$DIR"/trigger_custom_fallback 2>/dev/null &
[all …]
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
DRmdCommandHandlerTest.groovy36 static final DIR = p(PARENT, "usr")
39 createDirectory(DIR)
40 handleCommand([DIR])
41 assertSessionReply(ReplyCodes.RMD_OK, ['rmd', DIR])
42 assert fileSystem.exists(DIR) == false
47 createDirectory(p(DIR, SUB))
48 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR)
51 assert fileSystem.exists(p(DIR, SUB)) == false
55 handleCommand([DIR])
56 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR])
[all …]
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/command/
DRmdCommandHandlerTest.groovy36 static final DIR = p(PARENT, "usr")
39 createDirectory(DIR)
40 handleCommand([DIR])
41 assertSessionReply(ReplyCodes.RMD_OK, ['rmd', DIR])
42 assert fileSystem.exists(DIR) == false
47 createDirectory(p(DIR, SUB))
48 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR)
51 assert fileSystem.exists(p(DIR, SUB)) == false
55 handleCommand([DIR])
56 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR])
[all …]
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/command/
DRmdCommandHandlerTest.groovy36 static final DIR = p(PARENT, "usr")
39 createDirectory(DIR)
40 handleCommand([DIR])
41 assertSessionReply(ReplyCodes.RMD_OK, ['rmd', DIR])
42 assert fileSystem.exists(DIR) == false
47 createDirectory(p(DIR, SUB))
48 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR)
51 assert fileSystem.exists(p(DIR, SUB)) == false
55 handleCommand([DIR])
56 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR])
[all …]
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/command/
DRmdCommandHandlerTest.groovy36 static final DIR = p(PARENT, "usr")
39 createDirectory(DIR)
40 handleCommand([DIR])
41 assertSessionReply(ReplyCodes.RMD_OK, ['rmd', DIR])
42 assert fileSystem.exists(DIR) == false
47 createDirectory(p(DIR, SUB))
48 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR)
51 assert fileSystem.exists(p(DIR, SUB)) == false
55 handleCommand([DIR])
56 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR])
[all …]
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/command/
DRmdCommandHandlerTest.groovy36 static final DIR = p(PARENT, "usr")
39 createDirectory(DIR)
40 handleCommand([DIR])
41 assertSessionReply(ReplyCodes.RMD_OK, ['rmd', DIR])
42 assert fileSystem.exists(DIR) == false
47 createDirectory(p(DIR, SUB))
48 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR)
51 assert fileSystem.exists(p(DIR, SUB)) == false
55 handleCommand([DIR])
56 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR])
[all …]
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/command/
DRmdCommandHandlerTest.groovy36 static final DIR = p(PARENT, "usr")
39 createDirectory(DIR)
40 handleCommand([DIR])
41 assertSessionReply(ReplyCodes.RMD_OK, ['rmd', DIR])
42 assert fileSystem.exists(DIR) == false
47 createDirectory(p(DIR, SUB))
48 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR)
51 assert fileSystem.exists(p(DIR, SUB)) == false
55 handleCommand([DIR])
56 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR])
[all …]
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
DRmdCommandHandlerTest.groovy36 static final DIR = p(PARENT, "usr")
39 createDirectory(DIR)
40 handleCommand([DIR])
41 assertSessionReply(ReplyCodes.RMD_OK, ['rmd', DIR])
42 assert fileSystem.exists(DIR) == false
47 createDirectory(p(DIR, SUB))
48 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR)
51 assert fileSystem.exists(p(DIR, SUB)) == false
55 handleCommand([DIR])
56 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR])
[all …]
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/command/
DRmdCommandHandlerTest.groovy36 static final DIR = p(PARENT, "usr")
39 createDirectory(DIR)
40 handleCommand([DIR])
41 assertSessionReply(ReplyCodes.RMD_OK, ['rmd', DIR])
42 assert fileSystem.exists(DIR) == false
47 createDirectory(p(DIR, SUB))
48 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR)
51 assert fileSystem.exists(p(DIR, SUB)) == false
55 handleCommand([DIR])
56 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR])
[all …]
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/command/
DRmdCommandHandlerTest.groovy36 static final DIR = p(PARENT, "usr")
39 createDirectory(DIR)
40 handleCommand([DIR])
41 assertSessionReply(ReplyCodes.RMD_OK, ['rmd', DIR])
42 assert fileSystem.exists(DIR) == false
47 createDirectory(p(DIR, SUB))
48 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR)
51 assert fileSystem.exists(p(DIR, SUB)) == false
55 handleCommand([DIR])
56 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR])
[all …]
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
DRmdCommandHandlerTest.groovy36 static final DIR = p(PARENT, "usr")
39 createDirectory(DIR)
40 handleCommand([DIR])
41 assertSessionReply(ReplyCodes.RMD_OK, ['rmd', DIR])
42 assert fileSystem.exists(DIR) == false
47 createDirectory(p(DIR, SUB))
48 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR)
51 assert fileSystem.exists(p(DIR, SUB)) == false
55 handleCommand([DIR])
56 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR])
[all …]
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/command/
DRmdCommandHandlerTest.groovy36 static final DIR = p(PARENT, "usr")
39 createDirectory(DIR)
40 handleCommand([DIR])
41 assertSessionReply(ReplyCodes.RMD_OK, ['rmd', DIR])
42 assert fileSystem.exists(DIR) == false
47 createDirectory(p(DIR, SUB))
48 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR)
51 assert fileSystem.exists(p(DIR, SUB)) == false
55 handleCommand([DIR])
56 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR])
[all …]
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/command/
DRmdCommandHandlerTest.groovy36 static final DIR = p(PARENT, "usr")
39 createDirectory(DIR)
40 handleCommand([DIR])
41 assertSessionReply(ReplyCodes.RMD_OK, ['rmd', DIR])
42 assert fileSystem.exists(DIR) == false
47 createDirectory(p(DIR, SUB))
48 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR)
51 assert fileSystem.exists(p(DIR, SUB)) == false
55 handleCommand([DIR])
56 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR])
[all …]
/external/tensorflow/tensorflow/tools/ci_build/windows/
Dlibtensorflow_gpu.sh46 DIR=lib_package
47 rm -rf ${DIR}
48 mkdir -p ${DIR}
51 cp bazel-bin/tensorflow/java/tensorflow_jni.dll ${DIR}/tensorflow_jni.dll
52 zip -j ${DIR}/libtensorflow_jni-gpu-windows-$(uname -m).zip \
53 ${DIR}/tensorflow_jni.dll \
55 rm -f ${DIR}/tensorflow_jni.dll
58 mkdir -p ${DIR}/include/tensorflow/c
59 mkdir -p ${DIR}/include/tensorflow/c/eager
60 mkdir -p ${DIR}/lib
[all …]
Dlibtensorflow_cpu.sh46 DIR=lib_package
47 rm -rf ${DIR}
48 mkdir -p ${DIR}
51 cp bazel-bin/tensorflow/java/tensorflow_jni.dll ${DIR}/tensorflow_jni.dll
52 zip -j ${DIR}/libtensorflow_jni-cpu-windows-$(uname -m).zip \
53 ${DIR}/tensorflow_jni.dll \
55 rm -f ${DIR}/tensorflow_jni.dll
58 mkdir -p ${DIR}/include/tensorflow/c
59 mkdir -p ${DIR}/include/tensorflow/c/eager
60 mkdir -p ${DIR}/lib
[all …]
/external/u-boot/board/amlogic/odroid-c2/
DREADME39 > DIR=odroid-c2
42 $DIR
43 > $DIR/fip/fip_create --bl30 $DIR/fip/gxb/bl30.bin \
44 --bl301 $DIR/fip/gxb/bl301.bin \
45 --bl31 $DIR/fip/gxb/bl31.bin \
47 $DIR/fip.bin
48 > $DIR/fip/fip_create --dump $DIR/fip.bin
49 > cat $DIR/fip/gxb/bl2.package $DIR/fip.bin > $DIR/boot_new.bin
50 > $DIR/fip/gxb/aml_encrypt_gxb --bootsig \
51 --input $DIR/boot_new.bin \
[all …]
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/groovy/org/mockftpserver/fake/command/
DRmdCommandHandlerTest.groovy37 def DIR = "/usr"
40 assert fileSystem.createDirectory(DIR)
41 commandHandler.handleCommand(createCommand([DIR]), session)
43 assert fileSystem.exists(DIR) == false
48 assert fileSystem.createDirectory(p(DIR,SUB))
49 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR)
52 assert fileSystem.exists(p(DIR,SUB)) == false
56 commandHandler.handleCommand(createCommand([DIR]), session)
57 assertSessionReply(ReplyCodes.EXISTING_FILE_ERROR, DIR)
61 assert fileSystem.createFile(DIR)
[all …]

12345678910>>...33