Home
last modified time | relevance | path

Searched refs:WORKDIR (Results 1 – 25 of 67) sorted by relevance

123

/external/rootdev/
Drootdev_test.sh34 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/
Dbuild-installer.py113 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/
Dbuild-installer.py118 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/
DDockerfile.testing.csharp.mono_5_182 WORKDIR /code
5 WORKDIR /code/tests
7 WORKDIR /code/tests/FlatBuffers.Test
DDockerfile.testing.golang.1_112 WORKDIR /code
5 WORKDIR /code/tests
DDockerfile.testing.rust.1_30_12 WORKDIR /code
5 WORKDIR /code/tests
DDockerfile.testing.java.openjdk_11_0_12 WORKDIR /code
5 WORKDIR /code/tests
DDockerfile.testing.java.openjdk_10_0_22 WORKDIR /code
5 WORKDIR /code/tests
DDockerfile.testing.python.cpython_2_7_152 WORKDIR /code
5 WORKDIR /code/tests
DDockerfile.testing.python.cpython_3_7_12 WORKDIR /code
5 WORKDIR /code/tests
DDockerfile.testing.php.zend_7_32 WORKDIR /code
5 WORKDIR /code/tests
DDockerfile.testing.node.10_13_02 WORKDIR /code
5 WORKDIR /code/tests
DDockerfile.testing.node.11_2_02 WORKDIR /code
5 WORKDIR /code/tests
/external/libdivsufsort/
Dgenerate_includes.sh24 rm -rf "${WORKDIR}"
28 WORKDIR=$(mktemp -d libdivsufsort.XXXXXX)
31 pushd "${WORKDIR}"
/external/conscrypt/release/
DDockerfile35 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/
Dmirror_aosp_to_ghub_repo.py68 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/
Dgenerate_and_upload_doxygen.py19 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/
Dgenerate_and_upload_doxygen.py19 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/
DTODO.Dockerfile.testing.python.pypy_6_0_0_py22 WORKDIR /code
5 WORKDIR /code/tests
DTODO.Dockerfile.testing.python.pypy_6_0_0_py32 WORKDIR /code
5 WORKDIR /code/tests
DTODO.Dockerfile.testing.php.hhvm_2019_01_1611 WORKDIR /code
14 WORKDIR /code/tests
/external/syzkaller/vendor/golang.org/x/net/http2/
DDockerfile31 WORKDIR /root/nghttp2
40 WORKDIR /root
43 WORKDIR /root/curl-7.45.0
/external/skia/docker/binary-size/
DDockerfile8 WORKDIR /tmp/
22 WORKDIR /opt
/external/tensorflow/tensorflow/tools/dockerfiles/partials/
Djupyter.partial.Dockerfile8 WORKDIR /tf/tensorflow-tutorials
13 WORKDIR /tf
/external/bcc/SPECS/
DDockerfile.fedora10 WORKDIR /root
19 WORKDIR /root/bcc

123