Home
last modified time | relevance | path

Searched refs:HOME (Results 1 - 25 of 35) sorted by relevance

12

/third_party/node/deps/v8/tools/dev/
H A Dupdate-vscode.sh44 VSCODE_DIR="$HOME/vscode"
45 BACKUP_DIR="$HOME/vscode.prev"
46 DOWNLOADS_DIR="$HOME/Downloads"
48 DESKTOP_FILE_DIR="$HOME/.local/share/applications"
65 if [ "$P" == "$HOME/bin" -o \
66 "$P" == "$HOME/local/bin" -o \
67 "$P" == "$HOME/.local/bin" ]; then
/third_party/alsa-utils/alsa-info/
H A Dalsa-info.sh170 if [[ -e "$HOME/.asoundrc" ]] || [[ -e "/etc/asound.conf" ]] || [[ -e "$HOME/.asoundrc.asoundconf" ]]; then
176 if [[ -e "$HOME/.asoundrc" ]]
180 cat "$HOME/.asoundrc" >> "$FILE"
185 if [[ -e "$HOME/.asoundrc.asoundconf" ]]
189 cat "$HOME/.asoundrc.asoundconf" >> "$FILE"
/third_party/vulkan-loader/tests/
H A Dloader_envvar_tests.cpp206 fs::path HOME = "/home/fake_home"; in TEST() local
207 EnvVarWrapper home_env_var{"HOME", HOME.str()}; in TEST()
310 fs::path HOME = "/home/fake_home"; in TEST() local
311 EnvVarWrapper home_env_var{"HOME", HOME.str()}; in TEST()
313 vk_layer_path += (HOME / "/ with spaces/:::::/tandy:").str(); in TEST()
323 EXPECT_TRUE(env.debug_log.find((HOME / "/ with spaces/").str())); in TEST()
355 fs::path HOME = "/home/fake_home"; in TEST() local
356 EnvVarWrapper home_env_var{"HOME", HOM in TEST()
[all...]
/third_party/node/test/parallel/
H A Dtest-os.js212 } else if (!common.isWindows && process.env.HOME) {
213 assert.strictEqual(home, process.env.HOME);
214 delete process.env.HOME;
216 process.env.HOME = home;
H A Dtest-npm-install.js47 HOME: homeDir };
/third_party/icu/tools/unicode/c/genregexcasing/
H A DMakefile9 ICU_HOME=$(HOME)/icu/icu/trunk/source
/third_party/protobuf/examples/
H A Dlist_people.py21 elif phone_number.type == addressbook_pb2.Person.HOME:
H A DListPeople.java24 case HOME: in Print()
H A Dadd_person.py35 phone_number.type = addressbook_pb2.Person.HOME
H A Dlist_people.cc32 case tutorial::Person::HOME: in ListPeople()
H A Dadd_person.cc50 phone_number->set_type(tutorial::Person::HOME); in PromptForAddress()
H A DAddPerson.java46 phoneNumber.setType(Person.PhoneType.HOME); in PromptForAddress()
/third_party/elfutils/tests/
H A Drun-debuginfod-find.sh238 # $HOME/.cache should be created.
239 testrun env HOME=$PWD/tmphome XDG_CACHE_HOME= DEBUGINFOD_CACHE_PATH= ${abs_top_builddir}/debuginfod/debuginfod-find debuginfo $BUILDID
245 # $HOME/.cache should be found.
246 testrun env HOME=$PWD/tmphome XDG_CACHE_HOME= DEBUGINFOD_CACHE_PATH= ${abs_top_builddir}/debuginfod/debuginfod-find executable $BUILDID
252 # $XDG_CACHE_HOME should take priority over $HOME.cache.
253 testrun env HOME=$PWD/tmphome XDG_CACHE_HOME=$PWD/tmpxdg DEBUGINFOD_CACHE_PATH= ${abs_top_builddir}/debuginfod/debuginfod-find debuginfo $BUILDID
259 # A cache at the old default location ($HOME/.debuginfod_client_cache) should take
260 # priority over $HOME/.cache, $XDG_CACHE_HOME.
263 # Add a file that doesn't exist in $HOME/.cache, $XDG_CACHE_HOME.
266 filename=`testrun env HOME
[all...]
/third_party/node/test/internet/
H A Dtest-corepack-yarn-install.js45 HOME: homeDir };
/third_party/rust/crates/bindgen/ci/
H A Dtest.sh50 export LLVM_DIRECTORY="$HOME/.llvm/${LLVM}"
/third_party/rust/crates/libc/ci/
H A Drun-docker.sh18 echo "${HOME}"
54 sh -c "HOME=/tmp PATH=\$PATH:/rust/bin exec ci/run.sh ${1}"
86 sh -c "HOME=/tmp RUSTUP_HOME=/tmp PATH=\$PATH:/rust/bin rustup default nightly \
/third_party/node/deps/npm/test/fixtures/
H A Dsandbox.js132 ? /\{HOME\}\/npm-cache(\r?\n|"|\/|$)/g
133 : /\{HOME\}\/\.npm(\n|"|\/|$)/g
143 .split(normalize(this.home)).join('{HOME}')
212 HOME: this.home,
/third_party/json/docs/docset/
H A DMakefile49 docset_root=$${XDG_DATA_HOME:-$$HOME/.local/share}/Zeal/Zeal/docsets; \
/third_party/node/tools/
H A Dtest-npm-package.js68 npmOptions.env.HOME = tmpDir.path;
/third_party/node/deps/npm/node_modules/@npmcli/arborist/bin/lib/
H A Doptions.js57 cache: `${process.env.HOME}/.npm/_cacache`,
/third_party/pulseaudio/scripts/
H A Dbenchmark_memory_usage.sh75 msg " 1. Add autospawn=no to $HOME/.pulse/client.conf"
/third_party/vk-gl-cts/external/amber/src/android_gradle/
H A Dgradlew168 if [ "$(uname)" = "Darwin" ] && [ "$HOME" = "$PWD" ]; then
/third_party/skia/third_party/externals/oboe/apps/fxlab/
H A Dgradlew168 if [ "$(uname)" = "Darwin" ] && [ "$HOME" = "$PWD" ]; then
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/
H A Dgradlew168 if [ "$(uname)" = "Darwin" ] && [ "$HOME" = "$PWD" ]; then
/third_party/ltp/tools/sparse/sparse-src/
H A DMakefile16 PREFIX ?= $(HOME)

Completed in 7 milliseconds

12