/external/rootdev/ |
D | rootdev_test.sh | 34 WORKDIR= 36 if [ -n "$WORKDIR" ]; then 37 rm -rf "$WORKDIR" 43 WORKDIR=$(mktemp -d rootdev_test.XXXXXXX) 44 if [ ! -d "$WORKDIR" ]; then 83 out=$("${ROOTDEV}" --block $WORKDIR 2>/dev/null) 105 local block=$WORKDIR/sys/block 106 local dev=$WORKDIR/dev 116 local block=$WORKDIR/sys/block 117 local dev=$WORKDIR/dev [all …]
|
/external/cldr/tools/scripts/ansible/templates/ |
D | deploy-sh.j2 | 6 WORKDIR=${TMPDIR-/tmp} # keep all random files here 11 rm -f ${WORKDIR}/git-list.txt 30 (git log --oneline HEAD..${GITHUB_SHA} | tee ${WORKDIR}/git-list.txt) || exit 1 32 if [[ ! -s ${WORKDIR}/git-list.txt ]]; # if empty.. 57 rm -fv ${WORKDIR}/cldr-apps.war ${WORKDIR}/deploystatus 59 dd bs=1024000 status=progress of=${WORKDIR}/cldr-apps.war 62 (unzip -l ${WORKDIR}/cldr-apps.war | wc -l ) || exit 1 64 …t/deploy?path=/cldr-apps&tag=cldr-apps&update=true' -T ${WORKDIR}/cldr-apps.war | tee ${WORKDIR}/d…
|
/external/python/cpython3/Mac/BuildScript/ |
D | build-installer.py | 112 WORKDIR = "/tmp/_py" variable 116 DEPSRC = os.path.join(WORKDIR, 'third-party') 287 "DESTDIR": shellQuote(os.path.join(WORKDIR, 'libraries')), 305 "DESTDIR": shellQuote(os.path.join(WORKDIR, 'libraries')), 354 shellQuote(os.path.join(WORKDIR, 'libraries')), 355 shellQuote(os.path.join(WORKDIR, 'libraries')), 390 shellQuote(os.path.join(WORKDIR, 'libraries')), 401 shellQuote(os.path.join(WORKDIR, 'libraries')), 664 global WORKDIR, DEPSRC, SRCDIR, DEPTARGET 691 WORKDIR=v [all …]
|
/external/python/cpython2/Mac/BuildScript/ |
D | build-installer.py | 113 WORKDIR = "/tmp/_py" variable 117 DEPSRC = os.path.join(WORKDIR, 'third-party') 237 "DESTDIR": shellQuote(os.path.join(WORKDIR, 'libraries')), 257 "DESTDIR": shellQuote(os.path.join(WORKDIR, 'libraries')), 306 shellQuote(os.path.join(WORKDIR, 'libraries')), 307 shellQuote(os.path.join(WORKDIR, 'libraries')), 342 shellQuote(os.path.join(WORKDIR, 'libraries')), 353 shellQuote(os.path.join(WORKDIR, 'libraries')), 620 global WORKDIR, DEPSRC, SRCDIR, DEPTARGET 647 WORKDIR=v [all …]
|
/external/one-true-awk/testdir/ |
D | T.split | 5 WORKDIR=$(mktemp -d /tmp/nawktest.XXXXXX) 7 TEMP0=$WORKDIR/test.temp.0 8 TEMP1=$WORKDIR/test.temp.1 9 TEMP2=$WORKDIR/test.temp.2 191 rm -f $WORKDIR/test.temp* 206 rm -f $WORKDIR/test.temp*
|
/external/flatbuffers/tests/docker/languages/ |
D | Dockerfile.testing.swift_5_1 | 2 WORKDIR /code 5 WORKDIR /code/tests 7 WORKDIR /code/tests/FlatBuffers.Test.Swift
|
D | Dockerfile.testing.csharp.mono_5_18 | 2 WORKDIR /code 5 WORKDIR /code/tests 7 WORKDIR /code/tests/FlatBuffers.Test
|
D | Dockerfile.testing.golang.1_11 | 2 WORKDIR /code 5 WORKDIR /code/tests
|
D | Dockerfile.testing.rust.1_37_0 | 2 WORKDIR /code 5 WORKDIR /code/tests
|
D | Dockerfile.testing.java.openjdk_11_0_1 | 2 WORKDIR /code 5 WORKDIR /code/tests
|
D | Dockerfile.testing.java.openjdk_10_0_2 | 2 WORKDIR /code 5 WORKDIR /code/tests
|
D | Dockerfile.testing.python.cpython_3_7_1 | 2 WORKDIR /code 5 WORKDIR /code/tests
|
D | Dockerfile.testing.python.cpython_2_7_15 | 2 WORKDIR /code 5 WORKDIR /code/tests
|
D | Dockerfile.testing.php.zend_7_3 | 2 WORKDIR /code 5 WORKDIR /code/tests
|
D | Dockerfile.testing.python.numpy.cpython_3_7_1 | 2 WORKDIR /code 5 WORKDIR /code/tests
|
D | Dockerfile.testing.python.numpy.cpython_2_7_15 | 2 WORKDIR /code 5 WORKDIR /code/tests
|
/external/perfetto/infra/git_mirror_bot/ |
D | mirror_aosp_to_ghub_repo.py | 38 WORKDIR = os.path.join(CUR_DIR, 'repo') variable 55 cwd=WORKDIR, 64 if os.path.exists(WORKDIR): 67 shutil.rmtree(WORKDIR) 68 os.makedirs(WORKDIR)
|
/external/libdivsufsort/ |
D | generate_includes.sh | 24 rm -rf "${WORKDIR}" 28 WORKDIR=$(mktemp -d libdivsufsort.XXXXXX) 31 pushd "${WORKDIR}"
|
/external/conscrypt/release/ |
D | Dockerfile | 35 WORKDIR / 48 WORKDIR /usr/src 65 WORKDIR /usr/src 76 WORKDIR /usr/src 90 WORKDIR $BORINGSSL_BUILD_DIR 95 WORKDIR /
|
/external/skia/infra/bots/recipe_modules/doxygen/resources/ |
D | generate_and_upload_doxygen.py | 19 WORKDIR = os.path.join(os.pardir, 'doxygen_workdir') variable 20 DOXYGEN_CONFIG_DIR = os.path.join(WORKDIR, 'doxygen-config') 21 DOXYGEN_WORKING_DIR = os.path.join(WORKDIR, 'doxygen')
|
/external/skqp/infra/bots/recipe_modules/doxygen/resources/ |
D | generate_and_upload_doxygen.py | 19 WORKDIR = os.path.join(os.pardir, 'doxygen_workdir') variable 20 DOXYGEN_CONFIG_DIR = os.path.join(WORKDIR, 'doxygen-config') 21 DOXYGEN_WORKING_DIR = os.path.join(WORKDIR, 'doxygen')
|
/external/oss-fuzz/projects/tpm2-tss/ |
D | Dockerfile | 62 WORKDIR /tmp 72 WORKDIR /tmp 78 WORKDIR $ibmtpm_name/src 84 WORKDIR /tmp 92 WORKDIR $SRC/tpm2-tss/
|
/external/flatbuffers/tests/docker/ |
D | TODO.Dockerfile.testing.python.pypy_6_0_0_py3 | 2 WORKDIR /code 5 WORKDIR /code/tests
|
D | TODO.Dockerfile.testing.python.pypy_6_0_0_py2 | 2 WORKDIR /code 5 WORKDIR /code/tests
|
/external/igt-gpu-tools/ |
D | Dockerfile.fedora | 30 WORKDIR /tmp/peg 41 WORKDIR /usr/src 45 WORKDIR /
|