Home
last modified time | relevance | path

Searched refs:PATH (Results 1 – 25 of 1261) sorted by relevance

12345678910>>...51

/third_party/skia/third_party/externals/expat/
D.travis.sh38 export PATH="${latest_brew_python3_bin}${PATH:+:}${PATH}"
39 export PATH="/usr/local/opt/coreutils/libexec/gnubin${PATH:+:}${PATH}"
40 export PATH="/usr/local/opt/findutils/libexec/gnubin${PATH:+:}${PATH}"
42 export PATH="/usr/lib/llvm-11/bin:${PATH}"
46 tr : '\n' <<<"${PATH}" | sed 's,^,- ,'
/third_party/flatbuffers/.travis/
Dformat_install.sh30 export PATH="$HOME/.yarn/bin:$PATH"
32 export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
56 export PATH="~/swiftbuild/swift-5.3.1-RELEASE-ubuntu16.04/usr/bin:$PATH"
63 export PATH="~/gobuild/go/bin:$PATH"
89 export PATH="~/swift/swift/usr/bin:$PATH"
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-cff-interp-cs-common.hh250 template <typename ARG, typename OPSET, typename ENV, typename PARAM, typename PATH=path_procs_null…
295 PATH::rmoveto (env, param); in process_op()
300 PATH::hmoveto (env, param); in process_op()
305 PATH::vmoveto (env, param); in process_op()
309 PATH::rlineto (env, param); in process_op()
313 PATH::hlineto (env, param); in process_op()
317 PATH::vlineto (env, param); in process_op()
321 PATH::rrcurveto (env, param); in process_op()
325 PATH::rcurveline (env, param); in process_op()
329 PATH::rlinecurve (env, param); in process_op()
[all …]
/third_party/harfbuzz/src/
Dhb-cff-interp-cs-common.hh250 template <typename ARG, typename OPSET, typename ENV, typename PARAM, typename PATH=path_procs_null…
295 PATH::rmoveto (env, param); in process_op()
300 PATH::hmoveto (env, param); in process_op()
305 PATH::vmoveto (env, param); in process_op()
309 PATH::rlineto (env, param); in process_op()
313 PATH::hlineto (env, param); in process_op()
317 PATH::vlineto (env, param); in process_op()
321 PATH::rrcurveto (env, param); in process_op()
325 PATH::rcurveline (env, param); in process_op()
329 PATH::rlinecurve (env, param); in process_op()
[all …]
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-cff-interp-cs-common.hh250 template <typename ARG, typename OPSET, typename ENV, typename PARAM, typename PATH=path_procs_null…
295 PATH::rmoveto (env, param); in process_op()
300 PATH::hmoveto (env, param); in process_op()
305 PATH::vmoveto (env, param); in process_op()
309 PATH::rlineto (env, param); in process_op()
313 PATH::hlineto (env, param); in process_op()
317 PATH::vlineto (env, param); in process_op()
321 PATH::rrcurveto (env, param); in process_op()
325 PATH::rcurveline (env, param); in process_op()
329 PATH::rlinecurve (env, param); in process_op()
[all …]
/third_party/python/Lib/venv/scripts/common/
Dactivate7 PATH="${_OLD_VIRTUAL_PATH:-}"
8 export PATH
19 # past commands the $PATH changes we made may not be respected
44 _OLD_VIRTUAL_PATH="$PATH"
45 PATH="$VIRTUAL_ENV/__VENV_BIN_NAME__:$PATH"
46 export PATH
66 # past commands the $PATH changes we made may not be respected
/third_party/node/tools/
Dmake-v8.sh38 export PATH="$BUILD_TOOLS:$PATH"
53 PATH="$DEPOT_TOOLS_DIR":$PATH tools/dev/v8gen.py "$BUILD_ARCH_TYPE" --no-goma $V8_BUILD_OPTIONS
54 PATH="$DEPOT_TOOLS_DIR":$PATH ninja -C "out.gn/$BUILD_ARCH_TYPE/" d8 cctest inspector-test
/third_party/protobuf/
Dtests.sh162 export PATH="`pwd`/src:$PATH"
170 export PATH="$GOPATH/bin:$PATH"
181 export PATH=/usr/lib/jvm/java-8-openjdk-amd64/bin:$PATH
185 export PATH=/usr/lib/jvm/java-7-openjdk-amd64/bin:$PATH
189 export PATH=/usr/lib/jvm/java-7-oracle/bin:$PATH
452 export PATH=$PATH:`pwd`/$NODE_VERSION/bin
460 export PATH=/usr/local/php-${VERSION}/bin:$PATH
466 export PATH=/usr/local/php-${VERSION}-zts/bin:$PATH
496 export PATH="$PHP_FOLDER/bin:$PATH"
564 export PATH="$PHP_FOLDER/bin:$PATH"
[all …]
/third_party/node/test/wasi/c/
Dstat.c10 #define PATH OUTPUT_DIR "/output.txt" macro
24 fd = open(PATH, O_CREAT | O_WRONLY, 0666); in main()
49 ret = access(PATH, R_OK); in main()
52 ret = stat(PATH, &st); in main()
56 ret = unlink(PATH); in main()
59 ret = stat(PATH, &st); in main()
/third_party/node/deps/npm/node_modules/npm-run-path/
Dreadme.md3 > Get your [PATH](https://en.wikipedia.org/wiki/PATH_(variable)) prepended with locally installed b…
21 console.log(process.env.PATH);
50 Default: [`PATH`](https://github.com/sindresorhus/path-key)
52 PATH to be appended.<br>
53 Set it to an empty string to exclude the default PATH.
70 …, and modifies the PATH using the correct [PATH key](https://github.com/sindresorhus/path-key). Us…
/third_party/node/deps/npm/test/tap/
Dlifecycle-path.js14 var PATH variable
18 PATH = path.dirname(process.env.ComSpec)
21 PATH = '/bin:/usr/bin'
24 var systemNode = which.sync('node', { nothrow: true, path: PATH })
109 var newPATH = PATH
128 newPATH = [path.dirname(process.execPath), PATH].join(process.platform === 'win32' ? ';' : ':')
135 PATH: newPATH, property
144 return /^PATH=/i.test(line)
194 …/there is no node binary in the current PATH/, 'informs user that there is no node binary in PATH')
/third_party/ltp/testcases/kernel/fs/mongo/
Dtest.sh34 export PATH=$PATH:/sbin
65 export PATH=$PATH:/sbin
83 export PATH=$PATH:/sbin
/third_party/ltp/testcases/kernel/syscalls/mknod/
Dmknod01.c52 #define PATH "test_node" macro
88 TEST(mknod(PATH, tcases[i], dev)); in main()
93 PATH, tcases[i], dev, TEST_ERRNO, in main()
98 PATH, tcases[i], dev, TEST_RETURN); in main()
101 SAFE_UNLINK(cleanup, PATH); in main()
/third_party/skia/infra/bots/recipe_modules/build/resources/
Ddocker-flutter-compile.sh12 export PATH="$1/recipe_bundle/depot_tools:${PATH}"
14 export PATH="$1/cipd_bin_packages:$1/cipd_bin_packages/bin:$1/cipd_bin_packages/cpython3:$1/cipd_bi…
/third_party/libusb/.private/
Dappveyor_build.sh8 export PATH="/c/mingw-w64/i686-6.3.0-posix-dwarf-rt_v5-rev1/mingw32/bin:${PATH}"
10 export PATH="/c/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin:${PATH}"
/third_party/gettext/
DINSTALL.windows33 PATH=/usr/local/mingw32/bin:/usr/i686-w64-mingw32/sys-root/mingw/bin:$PATH
34 export PATH
46 PATH=/usr/local/mingw64/bin:/usr/x86_64-w64-mingw32/sys-root/mingw/bin:$PATH
47 export PATH
99 Make sure that the MSVC tools ("cl" etc.) are found in PATH and the
124 PATH=`cygpath -u "${VCINSTALLDIR}"`/bin:"$PATH"
150 PATH=`cygpath -u "${VCINSTALLDIR}"`/bin/amd64:"$PATH"
159 PATH=/usr/local/msvc32/bin:$PATH
160 export PATH
185 PATH=/usr/local/msvc64/bin:$PATH
[all …]
/third_party/flutter/engine/flutter/ci/
Dbuild.sh4 PATH="$HOME/depot_tools:$PATH"
7 PATH=$(pwd)/third_party/dart/tools/sdks/dart-sdk/bin:$PATH
/third_party/grpc/examples/cpp/helloworld/cmake_externalproject/
DCMakeLists.txt40 -DCMAKE_INSTALL_PREFIX:PATH=${CMAKE_CURRENT_BINARY_DIR}/absl
51 -DCMAKE_INSTALL_PREFIX:PATH=${CMAKE_CURRENT_BINARY_DIR}/c-ares
62 -DCMAKE_INSTALL_PREFIX:PATH=${CMAKE_CURRENT_BINARY_DIR}/protobuf
71 -DCMAKE_INSTALL_PREFIX:PATH=${CMAKE_CURRENT_BINARY_DIR}/re2
79 -DCMAKE_INSTALL_PREFIX:PATH=${CMAKE_CURRENT_BINARY_DIR}/zlib
92 set(_CMAKE_ARGS_OPENSSL_ROOT_DIR "-DOPENSSL_ROOT_DIR:PATH=${OPENSSL_ROOT_DIR}")
105 -DProtobuf_DIR:PATH=${_FINDPACKAGE_PROTOBUF_CONFIG_DIR}
113 -Dc-ares_DIR:PATH=${CMAKE_CURRENT_BINARY_DIR}/c-ares/lib/cmake/c-ares
116 -DCMAKE_INSTALL_PREFIX:PATH=${CMAKE_CURRENT_BINARY_DIR}/grpc
133 -DProtobuf_DIR:PATH=${_FINDPACKAGE_PROTOBUF_CONFIG_DIR}
[all …]
/third_party/nghttp2/doc/sources/
Dbuilding-android-binary.rst43 correct path. Also add ``$ANDROID_HOME/toolchain/bin`` to ``PATH``:
47 $ export PATH=$PATH:$ANDROID_HOME/toolchain/bin
61 PATH=$TOOLCHAIN/bin:$PATH
84 PATH=$TOOLCHAIN/bin:$PATH
109 PATH=$TOOLCHAIN/bin:$PATH
129 PATH=$TOOLCHAIN/bin:$PATH
/third_party/jerryscript/targets/nuttx-stm32f4/
DMakefile.travis62 cd ../nuttx/tools && PATH=$(LOCAL_INSTALL)/bin:$$PATH ./configure.sh stm32f4discovery/usbnsh
69 PATH=$(LOCAL_INSTALL)/bin:$$PATH $(MAKE) -C ../nuttx olddefconfig
70 PATH=$(LOCAL_INSTALL)/bin:$$PATH $(MAKE) -C ../nuttx
/third_party/node/deps/npm/node_modules/path-key/
Dreadme.md3 > Get the [PATH](https://en.wikipedia.org/wiki/PATH_(variable)) environment variable key cross-plat…
5 It's usually `PATH`, but on Windows it can be any casing like `Path`...
21 //=> 'PATH'
23 const PATH = process.env[key];
46 Get the PATH key for a specific platform.
/third_party/gettext/gettext-runtime/src/
Dgettext.sh.in88 gettext "$1" | (export PATH `envsubst --variables "$1"`; envsubst "$1")
95 ngettext "$1" "$2" "$3" | (export PATH `envsubst --variables "$1 $2"`; envsubst "$1 $2")
102 gettext --context="$1" "$2" | (export PATH `envsubst --variables "$2"`; envsubst "$2")
109 …ngettext --context="$1" "$2" "$3" "$4" | (export PATH `envsubst --variables "$2 $3"`; envsubst "$2…
/third_party/libffi/testsuite/lib/
Dtarget-libpath.exp105 if [info exists env(PATH)] {
106 set orig_path "$env(PATH)"
180 setenv PATH "$ld_library_path:$orig_path"
182 setenv PATH "$ld_library_path"
259 setenv PATH "$orig_path"
260 } elseif [info exists env(PATH)] {
261 unsetenv PATH
/third_party/boost/tools/build/src/engine/
Dconfig_toolset.bat34 set "PATH=%B2_TOOLSET_ROOT%bin;%PATH%"
49 set "PATH=%B2_TOOLSET_ROOT%bin;%PATH%"
68 set "PATH=%B2_TOOLSET_ROOT%bin;%PATH%"
88 set "PATH=%B2_TOOLSET_ROOT%bin;%PATH%"
170 set "PATH=%B2_TOOLSET_ROOT%Bin;%PATH%"
203 set "PATH=%B2_TOOLSET_ROOT%bin;%PATH%"
205 for /F "delims=" %%I in ("%CXX%") do set "PATH=%PATH%;%%~dpI"
/third_party/node/deps/npm/test/need-npm5-update/
Dlegacy-npm-self-install.js52 var PATH = env.PATH ? env.PATH.split(pathsep) : []
55 PATH.unshift(binpath)
56 env.PATH = PATH.join(pathsep)

12345678910>>...51