/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/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/python/cpython3/Mac/BuildScript/ |
D | build-installer.py | 118 WORKDIR = "/tmp/_py" variable 122 DEPSRC = os.path.join(WORKDIR, 'third-party') 241 "DESTDIR": shellQuote(os.path.join(WORKDIR, 'libraries')), 261 "DESTDIR": shellQuote(os.path.join(WORKDIR, 'libraries')), 310 shellQuote(os.path.join(WORKDIR, 'libraries')), 311 shellQuote(os.path.join(WORKDIR, 'libraries')), 346 shellQuote(os.path.join(WORKDIR, 'libraries')), 357 shellQuote(os.path.join(WORKDIR, 'libraries')), 623 global WORKDIR, DEPSRC, SRCDIR, DEPTARGET 650 WORKDIR=v [all …]
|
/external/flatbuffers/tests/docker/languages/ |
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_30_1 | 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_2_7_15 | 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.php.zend_7_3 | 2 WORKDIR /code 5 WORKDIR /code/tests
|
D | Dockerfile.testing.node.10_13_0 | 2 WORKDIR /code 5 WORKDIR /code/tests
|
D | Dockerfile.testing.node.11_2_0 | 2 WORKDIR /code 5 WORKDIR /code/tests
|
/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/perfetto/infra/git_mirror_bot/ |
D | mirror_aosp_to_ghub_repo.py | 68 WORKDIR = os.path.join(CUR_DIR, 'repo') variable 94 cwd=WORKDIR, env=ENV) 102 if os.path.exists(WORKDIR): 103 shutil.rmtree(WORKDIR) 104 os.makedirs(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/flatbuffers/tests/docker/ |
D | TODO.Dockerfile.testing.python.pypy_6_0_0_py2 | 2 WORKDIR /code 5 WORKDIR /code/tests
|
D | TODO.Dockerfile.testing.python.pypy_6_0_0_py3 | 2 WORKDIR /code 5 WORKDIR /code/tests
|
D | TODO.Dockerfile.testing.php.hhvm_2019_01_16 | 11 WORKDIR /code 14 WORKDIR /code/tests
|
/external/syzkaller/vendor/golang.org/x/net/http2/ |
D | Dockerfile | 31 WORKDIR /root/nghttp2 40 WORKDIR /root 43 WORKDIR /root/curl-7.45.0
|
/external/skia/docker/binary-size/ |
D | Dockerfile | 8 WORKDIR /tmp/ 22 WORKDIR /opt
|
/external/tensorflow/tensorflow/tools/dockerfiles/partials/ |
D | jupyter.partial.Dockerfile | 8 WORKDIR /tf/tensorflow-tutorials 13 WORKDIR /tf
|
/external/bcc/SPECS/ |
D | Dockerfile.fedora | 10 WORKDIR /root 19 WORKDIR /root/bcc
|